summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'