diff --git a/distro-info-data/.SRCINFO b/distro-info-data/.SRCINFO index 17bcb195c5..7c272cb559 100644 --- a/distro-info-data/.SRCINFO +++ b/distro-info-data/.SRCINFO @@ -1,14 +1,14 @@ pkgbase = distro-info-data pkgdesc = Information about all releases of Debian and Ubuntu (data files) - pkgver = 0.62 - pkgrel = 2 + pkgver = 0.63 + pkgrel = 1 url = https://salsa.debian.org/debian/distro-info-data arch = any license = ISC checkdepends = python makedepends = git options = !emptydirs - source = git+https://salsa.debian.org/debian/distro-info-data.git#tag=debian/0.62 - sha256sums = 05f7a08fe1ea03d998340e79c3b1fd2cdd2144060a68d45687285d3e3d21aa07 + source = git+https://salsa.debian.org/debian/distro-info-data.git#tag=debian/0.63 + sha256sums = e6078c236e5deb818dc07a9723db53ed5abb08609a38bebbda4cef9ada8e544d pkgname = distro-info-data diff --git a/distro-info-data/PKGBUILD b/distro-info-data/PKGBUILD index 093855f2d9..cb7df4b6ba 100644 --- a/distro-info-data/PKGBUILD +++ b/distro-info-data/PKGBUILD @@ -5,17 +5,17 @@ # Contributor: Johannes Dewender arch at JonnyJD dot net pkgname=distro-info-data -pkgver=0.62 -pkgrel=2 +pkgver=0.63 +pkgrel=1 pkgdesc="Information about all releases of Debian and Ubuntu (data files)" -arch=('any') +arch=(any) url="https://salsa.debian.org/debian/distro-info-data" license=('ISC') makedepends=('git') checkdepends=('python') options=(!emptydirs) source=("git+https://salsa.debian.org/debian/distro-info-data.git#tag=debian/$pkgver") -sha256sums=('05f7a08fe1ea03d998340e79c3b1fd2cdd2144060a68d45687285d3e3d21aa07') +sha256sums=('e6078c236e5deb818dc07a9723db53ed5abb08609a38bebbda4cef9ada8e544d') check() { cd $pkgname