summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302018-07-04 12:25:06 +0200
committerM0Rf302018-07-04 12:25:06 +0200
commit6aa57f3fee8763addd03b5a5bef335e9a8ee1fa2 (patch)
treeedc40cde2f5ab4efbaeb741a96245cd3fbbc0c30 /PKGBUILD
parent8c651207b358169b5e68ae495e68fdb93eda59bb (diff)
downloadaur-6aa57f3fee8763addd03b5a5bef335e9a8ee1fa2.tar.gz
i2pd-git: updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad0bc27de71e..bae631f2a3d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: redfish
pkgname=i2pd-git
-pkgver=2.18.0.r136.gc13983d3
+pkgver=2.19.0.r1.gfb229d40
pkgrel=1
pkgdesc="Simplified C++ implementation of I2P client"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -17,7 +17,7 @@ install="${pkgname%%-git}.install"
backup=("etc/${pkgname%%-git}/${pkgname%%-git}.conf"
"etc/${pkgname%%-git}/tunnels.conf"
)
-conflicts=('${pkgname%%-git}')
+conflicts=("${pkgname%%-git}")
build() {
cd $srcdir/${pkgname%%-git}