summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1eef316b47ac..f2f8530eb862 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: <clu>
pkgname=xpa
-pkgver=2.1.17
-pkgrel=2
+pkgver=2.1.18
+pkgrel=1
epoch=
pkgdesc="A messaging system provides seamless communication between many kinds of Unix programs"
arch=('i686' 'x86_64')
@@ -21,12 +21,14 @@ options=()
install=
changelog=
source=(https://github.com/ericmandel/${pkgname}/archive/v${pkgver}.tar.gz)
-sha1sums=('9296bb5eae891f75b4fd7105f9142157cb99e238')
+sha1sums=('3219a872b033576969ad5a62aab866537ae63b29')
noextract=()
build() {
cd ${srcdir}/$pkgname-$pkgver
+ patch -p1 -i ${startdir}/xpa_inc_fail.patch
+
./configure --prefix=/usr --enable-shared=link
make
}