summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302015-12-01 17:02:25 +0100
committerM0Rf302015-12-01 17:02:25 +0100
commit308967d34246fb9b2bd291ceaed8c739686e6a3c (patch)
tree33ec1aa1baa15534ba86e6a31107fe882b1e119f /PKGBUILD
parentbb250c2676da579eb6396153900a890fe9b153f9 (diff)
downloadaur-308967d34246fb9b2bd291ceaed8c739686e6a3c.tar.gz
Updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76b41e55ab4e..9b7788c5b09a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
#Maintainer: M0Rf30
pkgname=i2pd-git
-pkgver=1808.128a8f3
+pkgver=2020.da8a6a4
pkgrel=1
pkgdesc="Simplified C++ implementation of I2P client"
arch=('i686' 'x86_64')
url="https://github.com/PurpleI2P/i2pd"
license=('GPL2')
-depends=('crypto++' 'boost-libs')
-makedepends=('git' 'boost')
+depends=('boost-libs' 'openssl')
+makedepends=('git' 'boost' 'cmake')
source=('i2pd::git+https://github.com/PurpleI2P/i2pd.git'
i2pd.service
i2p.conf
@@ -31,7 +31,7 @@ package(){
pkgver() {
cd i2pd
- echo $(git rev-list --count master).$(git rev-parse --short master)
+ echo $(git rev-list --count openssl).$(git rev-parse --short openssl)
}
md5sums=('SKIP'