diff options
author | Daniel Bermond | 2021-09-17 16:57:04 -0300 |
---|---|---|
committer | Daniel Bermond | 2021-09-17 16:57:04 -0300 |
commit | c2f70aeb2accaf32544306e6c55e4ba653746723 (patch) | |
tree | 8f6f986e496dbef5f8e8867c202a774ad23babd4 | |
parent | 078d91a03004859d4aaf5670dcc4fe80d9a7d0c7 (diff) | |
download | aur-c2f70aeb2accaf32544306e6c55e4ba653746723.tar.gz |
Update dependencies
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgbase = muwire-git pkgdesc = An I2P file sharing program (git version) - pkgver = 0.8.8.r14.gaeb124ce + pkgver = 0.8.9.r0.g5cd06bc5 pkgrel = 1 url = https://muwire.com/ arch = any @@ -10,6 +10,7 @@ pkgbase = muwire-git depends = sh depends = java-runtime=11 depends = hicolor-icon-theme + optdepends = i2p-router: for connecting through a local I2P router provides = muwire conflicts = muwire source = git+https://github.com/zlatinb/muwire.git @@ -1,13 +1,14 @@ # Maintainer: Daniel Bermond <dbermond@archlinux.org> pkgname=muwire-git -pkgver=0.8.8.r14.gaeb124ce +pkgver=0.8.9.r0.g5cd06bc5 pkgrel=1 pkgdesc='An I2P file sharing program (git version)' arch=('any') url='https://muwire.com/' license=('GPL3') depends=('sh' 'java-runtime=11' 'hicolor-icon-theme') +optdepends=('i2p-router: for connecting through a local I2P router') makedepends=('git' 'gradle') provides=('muwire') conflicts=('muwire') |