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 30afb7c430f9..adcaa3740805 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _reponame=PSync
_pkgname=ndn-psync
pkgname=${_pkgname}-git
pkgver=0.2.0.r11.g8ab7572
-pkgrel=1
+pkgrel=2
# epoch=
pkgdesc="Library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications"
arch=('i686' 'x86_64')
@@ -32,10 +32,6 @@ pkgver() {
prepare() {
cd "${srcdir}/${_reponame}"
-
- # Patch wrong import
- sed -i "22d" PSync/detail/state.cpp
-
./waf configure --prefix=/usr --with-tests
}