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