summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreNV252021-10-04 07:45:54 +0200
committereNV252021-10-04 07:45:54 +0200
commitbe554442a5f0bbb084cb1dae103de51409c998bb (patch)
tree973b065b60a3b1668f59ed8d996979faf51a5d87
parent455b20b3e2df49990ea141fd31b8247c673e8e29 (diff)
downloadaur-be554442a5f0bbb084cb1dae103de51409c998bb.tar.gz
upgpkg: xbps-static-bin 0.59_5-2
Remove xbps-git from provides (added by accident)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a6ac9139e7f..d86561b2c6be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xbps-static-bin
pkgdesc = The X Binary Package System (XBPS) -- Static Binaries
pkgver = 0.59_5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/void-linux/xbps
arch = x86_64
arch = i686
@@ -12,7 +12,6 @@ pkgbase = xbps-static-bin
license = custom: BSD
provides = xbps-static
provides = xbps
- provides = xbps-git
conflicts = xbps-static
conflicts = xbps
conflicts = xbps-git
diff --git a/PKGBUILD b/PKGBUILD
index 517d8a833dc7..b6b8bb635ade 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ pkgname=xbps-static-bin
_pkgname_=xbps
pkgver=0.59_5
_pkgver_=0.59
-pkgrel=1
+pkgrel=2
pkgdesc='The X Binary Package System (XBPS) -- Static Binaries'
arch=('x86_64' 'i686' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/void-linux/xbps"
license=('custom: BSD-2-Clause' 'custom: BSD')
-provides=('xbps-static' 'xbps' 'xbps-git')
+provides=('xbps-static' 'xbps')
conflicts=('xbps-static' 'xbps' 'xbps-git')
_mirror_='https://alpha.de.repo.voidlinux.org'