summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39eb9c7613af..92a88a23f173 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = xbps
pkgdesc = The X Binary Package System from Void Linux. Don't use it instead of Arch's 'pacman'.
- pkgver = 0.52
+ pkgver = 0.53
pkgrel = 1
- url = https://github.com/voidlinux/xbps
+ url = https://github.com/void-linux/xbps
arch = i686
arch = x86_64
- license = custom:2-clause-BSD
+ license = BSD
depends = ca-certificates
depends = libarchive
depends = openssl-1.0
- source = xbps-0.52.tar.gz::https://github.com/voidlinux/xbps/archive/0.52.tar.gz
- sha256sums = f9a584d286c28eaf5a00f2e0ea9a8124b2200d50ecb62d26adcabe51f328b551
+ source = xbps-0.53.tar.gz::https://github.com/void-linux/xbps/archive/0.53.tar.gz
+ sha256sums = 360b3149141fec46dd6da9019605bcee48ee4d29bffe5aa47a9fd5fa68ccd5f4
pkgname = xbps
diff --git a/PKGBUILD b/PKGBUILD
index 05754c847740..24c017388557 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# All my PKGBUILDs are managed at https://github.com/eli-schwartz/pkgbuilds
pkgname=xbps
-pkgver=0.52
+pkgver=0.53
pkgrel=1
pkgdesc="The X Binary Package System from Void Linux. Don't use it instead of Arch's 'pacman'."
arch=('i686' 'x86_64')
-url="https://github.com/voidlinux/xbps"
-license=('custom:2-clause-BSD')
+url="https://github.com/void-linux/xbps"
+license=('BSD')
depends=('ca-certificates' 'libarchive' 'openssl-1.0')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('f9a584d286c28eaf5a00f2e0ea9a8124b2200d50ecb62d26adcabe51f328b551')
+sha256sums=('360b3149141fec46dd6da9019605bcee48ee4d29bffe5aa47a9fd5fa68ccd5f4')
build() {
cd "${srcdir}"/${pkgname}-${pkgver}