summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302018-05-18 19:53:50 +0200
committerM0Rf302018-05-18 19:53:50 +0200
commit8c651207b358169b5e68ae495e68fdb93eda59bb (patch)
tree88b451fc16d067d989f93552b7714fe866c4e80c /PKGBUILD
parent90c3f311ebf9d46729b9303b05c8aad47181cab6 (diff)
downloadaur-8c651207b358169b5e68ae495e68fdb93eda59bb.tar.gz
i2pd: added armv6h arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38e900f5b3dc..ad0bc27de71e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
# Contributor: redfish
pkgname=i2pd-git
-pkgver=2.15.0.r142.g10085107
+pkgver=2.18.0.r136.gc13983d3
pkgrel=1
pkgdesc="Simplified C++ implementation of I2P client"
-arch=('i686' 'x86_64' 'armv7h')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://github.com/PurpleI2P/i2pd"
license=('BSD')
depends=('boost-libs' 'miniupnpc' 'openssl' 'zlib')
@@ -22,6 +22,7 @@ conflicts=('${pkgname%%-git}')
build() {
cd $srcdir/${pkgname%%-git}
cd build
+
cmake . -DCMAKE_CXX_FLAGS="-w" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DWITH_UPNP=ON -DWITH_PCH=OFF \