summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b40417eea537..7519c6665d7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Former maintainer: Florian Schweikert <kelvan at ist-total.org>
pkgname=qpid-proton
pkgver=0.17.0
-pkgrel=1
+pkgrel=2
pkgdesc="Proton is a high-performance, lightweight messaging library"
arch=('i686' 'x86_64' 'armv7h')
url="https://qpid.apache.org/releases/"
@@ -40,8 +40,8 @@ build() {
}
package() {
- cd "${srcdir}/qpid-proton-${pkgver}/build"
+ cd "${srcdir}/qpid-proton-${pkgver}/build"
- make DESTDIR="${pkgdir}/" install
+ make DESTDIR="${pkgdir}/" install
}