summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302018-08-03 10:52:07 +0200
committerM0Rf302018-08-03 10:52:07 +0200
commitd1b03a09566eb273f91ca7eac54f76efeccea4b2 (patch)
treef23ee47f888441658c50748cbf1e9edfbecc80be
parent6aa57f3fee8763addd03b5a5bef335e9a8ee1fa2 (diff)
downloadaur-d1b03a09566eb273f91ca7eac54f76efeccea4b2.tar.gz
i2pd-git: provides line
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5c1b025d1db..29c41d1cee1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = i2pd-git
arch = x86_64
arch = armv6h
arch = armv7h
+ arch = aarch64
license = BSD
makedepends = boost
makedepends = cmake
@@ -15,6 +16,7 @@ pkgbase = i2pd-git
depends = miniupnpc
depends = openssl
depends = zlib
+ provides = i2pd=2.19.0.r1.gfb229d40
conflicts = i2pd
backup = etc/i2pd/i2pd.conf
backup = etc/i2pd/tunnels.conf
diff --git a/PKGBUILD b/PKGBUILD
index bae631f2a3d2..8e58b0e9e726 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=i2pd-git
pkgver=2.19.0.r1.gfb229d40
pkgrel=1
pkgdesc="Simplified C++ implementation of I2P client"
-arch=('i686' 'x86_64' 'armv6h' 'armv7h')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/PurpleI2P/i2pd"
license=('BSD')
depends=('boost-libs' 'miniupnpc' 'openssl' 'zlib')
@@ -17,6 +17,7 @@ install="${pkgname%%-git}.install"
backup=("etc/${pkgname%%-git}/${pkgname%%-git}.conf"
"etc/${pkgname%%-git}/tunnels.conf"
)
+provides=("${pkgname%%-git}=${pkgver}")
conflicts=("${pkgname%%-git}")
build() {