From 59979e3850945193f75cc64a7cd29c7d006943df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Fri, 12 Dec 2014 17:12:27 -0300 Subject: mosquitto 1.3.5 --- pcr/mosquitto/PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'pcr/mosquitto/PKGBUILD') diff --git a/pcr/mosquitto/PKGBUILD b/pcr/mosquitto/PKGBUILD index 3777d5676..ebd2784d4 100644 --- a/pcr/mosquitto/PKGBUILD +++ b/pcr/mosquitto/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Dan Anderson pkgname=mosquitto -pkgver=1.3.2 +pkgver=1.3.5 pkgrel=1 pkgdesc="An Open Source MQTT v3.1 Broker" arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'mips64el') @@ -14,12 +14,6 @@ makedepends=('python' 'docbook-xsl' 'c-ares') license=('custom:BSD' 'custom:OpenSSL') source=(http://mosquitto.org/files/source/$pkgname-$pkgver.tar.gz{,.asc} "$pkgname.service" "$pkgname.install" "docbook.patch" "usr_move.patch") install=$pkgname.install -md5sums=('5d2fe7c8bf2518eb9829547751c04bbf' - 'SKIP' - '83dcdd5318ffe33d112b4b7a55269f05' - 'bfabddbce1d8c856cbb52517a7917d4c' - '8e1c14e99d7eba210b874e80b5153f0d' - 'b37551bbdccf751cdc5ea5b25afd2f5a') prepare() { cd "$srcdir/$pkgname-$pkgver" @@ -47,3 +41,9 @@ package() { install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -Dm644 LICENSE-3rd-party.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE-3rd-party" } +md5sums=('55094ad4dc7c7985377f43d4fc3d09da' + 'SKIP' + '83dcdd5318ffe33d112b4b7a55269f05' + 'bfabddbce1d8c856cbb52517a7917d4c' + '8e1c14e99d7eba210b874e80b5153f0d' + 'b37551bbdccf751cdc5ea5b25afd2f5a') -- cgit v1.2.3-2-g168b