diff options
author | Daniel Bermond | 2023-02-20 06:34:52 -0300 |
---|---|---|
committer | Daniel Bermond | 2023-02-20 06:34:52 -0300 |
commit | 8517f7c02e4eea9630b00562ccdf1d80f3544c85 (patch) | |
tree | 99b7e88f1762ace1545e33d12cc80aff9afff769 /PKGBUILD | |
parent | f27a2123c0103c3340f9c851bb2f9ef5dbf2dcd5 (diff) | |
download | aur-8517f7c02e4eea9630b00562ccdf1d80f3544c85.tar.gz |
Update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ # Maintainer: Daniel Bermond <dbermond@archlinux.org> pkgname=i2pd-tools-git -pkgver=r237.g86f1bf9 -pkgrel=2 +pkgver=r242.gaadc780 +pkgrel=1 pkgdesc='Useful tools for I2P (git version)' arch=('x86_64') url='https://github.com/PurpleI2P/i2pd-tools/' license=('BSD') -depends=('i2pd-git' 'openssl') +depends=('i2pd' 'openssl') makedepends=('git' 'boost') provides=('i2pd-tools') conflicts=('i2pd-tools') |