[arch-commits] Commit in mosquitto/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun Feb 10 14:30:49 UTC 2019


    Date: Sunday, February 10, 2019 @ 14:30:48
  Author: jelle
Revision: 431446

upgpkg: mosquitto 1.5.6-1

Upstream update.

Modified:
  mosquitto/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-10 14:16:00 UTC (rev 431445)
+++ PKGBUILD	2019-02-10 14:30:48 UTC (rev 431446)
@@ -3,8 +3,8 @@
 # Contributor: Dan Anderson <dan-anderson at cox dptnet>
 
 pkgname=mosquitto
-pkgver=1.5.5
-pkgrel=2
+pkgver=1.5.6
+pkgrel=1
 pkgdesc="An Open Source MQTT v3.1/v3.1.1 Broker"
 arch=('x86_64')
 url="https://mosquitto.org/"
@@ -15,16 +15,20 @@
         "$pkgname.service"
         "sysusers_mosquitto.conf")
 backup=("etc/$pkgname/$pkgname.conf")
-sha256sums=('fcdb47e340864c545146681af7253399cc292e41775afd76400fda5b0d23d668'
+sha256sums=('d5bdc13cc668350026376d57fc14de10aaee029f6840707677637d15e0751a40'
             'SKIP'
             '539b6aa2f88bba25fead1a5cbb285f18470c244391c0dfcac8d3f59e99a0652d'
             '7ba9ae9e3219e24c1585760f39fab5632ded52172cd8193cc4adbd8af46c5197')
 validpgpkeys=('A0D6EEA1DCAE49A635A3B2F0779B22DFB3E717B7')
 
-build() {
+prepare() {
   cd "$pkgname-$pkgver"
   # FIX upstream by making SBINDIR=foo or use CMAKE
   sed -i 's|/sbin|/bin|g' src/Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver"
   make WITH_WEBSOCKETS=yes
 }
 



More information about the arch-commits mailing list