diff options
author | TBK <tbk@jjtc.eu> | 2020-03-25 23:31:08 +0100 |
---|---|---|
committer | TBK <tbk@jjtc.eu> | 2020-03-25 23:31:20 +0100 |
commit | cd462c097d616943300a543a98e61e55f6751c32 (patch) | |
tree | 86ec63785eb1fd6ca5919bd693476121ac46e373 /community | |
parent | 59a9f60bdf0f7294f9115255569c32b96b71b036 (diff) | |
download | aports-cd462c097d616943300a543a98e61e55f6751c32.tar.bz2 aports-cd462c097d616943300a543a98e61e55f6751c32.tar.xz |
community/xbps: fix url
Diffstat (limited to 'community')
-rw-r--r-- | community/xbps/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xbps/APKBUILD b/community/xbps/APKBUILD index ad64978e21..743fb3e419 100644 --- a/community/xbps/APKBUILD +++ b/community/xbps/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=xbps pkgver=0.59 -pkgrel=0 +pkgrel=1 pkgdesc="The X Binary Package System" arch="all" -url="https://github.com/voidlinux/xbps" +url="https://github.com/void-linux/xbps" license="BSD-2-Clause AND (BSD-3-Clause AND ISC AND BSD-2-Clause-NetBSD)" depends="ca-certificates" makedepends="zlib-dev libarchive-dev openssl-dev" |