summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 159ccfdef71c..26337c587df4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _reponame=PSync
_pkgname=ndn-psync
pkgname=$_pkgname
pkgver=0.2.0
-pkgrel=3
+pkgrel=4
# epoch=
pkgdesc="Library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications"
arch=('i686' 'x86_64')
@@ -27,6 +27,10 @@ validpgpkeys=()
prepare() {
cd "${srcdir}/${_reponame}-${pkgver}"
+
+ # Patch wrong import
+ sed -i "22d" PSync/detail/state.cpp
+
./waf configure --prefix=/usr --with-tests
}