diff options
author | jahway603 | 2024-02-27 09:51:53 -0500 |
---|---|---|
committer | jahway603 | 2024-02-27 09:51:53 -0500 |
commit | 67832fe6722ac84ca5c32498dbfe759643efd126 (patch) | |
tree | a98bc89bafe37f11ad258da208cc8b4232512249 | |
parent | 4e4ded0d437023a93e9971bbe2549005e3ce449f (diff) | |
download | aur-67832fe6722ac84ca5c32498dbfe759643efd126.tar.gz |
peergos-git: upgpkg 0.14.1.ac4bba1
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgbase = peergos-git pkgdesc = A p2p, secure file storage, social network and application protocol - pkgver = 0.9.1.c52023b + pkgver = 0.14.1.ac4bba1 pkgrel = 1 url = https://github.com/Peergos/web-ui arch = x86_64 @@ -9,6 +9,7 @@ pkgbase = peergos-git makedepends = git depends = java-environment>=11 depends = java-environment-openjdk>=11 + provides = peergos conflicts = peergos source = git+https://github.com/Peergos/web-ui source = peergos.sh @@ -2,7 +2,7 @@ pkgname=peergos-git _pkgname=peergos -pkgver=0.9.1.c52023b +pkgver=0.14.1.ac4bba1 pkgrel=1 pkgdesc="A p2p, secure file storage, social network and application protocol" url="https://github.com/Peergos/web-ui" @@ -11,6 +11,7 @@ license=('AGPL3') makedepends=('ant' 'git') depends=('java-environment>=11' 'java-environment-openjdk>=11') # have to specify java 11 or greater +provides=('peergos') conflicts=('peergos') source=("git+$url" "$_pkgname.sh" |