summaryrefslogtreecommitdiff
path: root/pcr/mosquitto/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-12-12 17:12:27 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-12-22 10:06:23 -0300
commit59979e3850945193f75cc64a7cd29c7d006943df (patch)
tree6cb191502c7c2bc15cc207d18aa0fa75fae57677 /pcr/mosquitto/PKGBUILD
parenta2165b238194d7b710665b58b0701a2cfb240bb4 (diff)
mosquitto 1.3.5
Diffstat (limited to 'pcr/mosquitto/PKGBUILD')
-rw-r--r--pcr/mosquitto/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
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 <dan-anderson at cox dptnet>
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')