summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da2d7d99f7cc..f5564e351e45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = distro-info-data
pkgdesc = information about the distributions' releases (data files)
- pkgver = 0.18
+ pkgver = 0.21
pkgrel = 1
url = http://packages.debian.org/sid/distro-info-data
arch = any
license = MIT
makedepends = python2
options = !emptydirs
- source = http://ftp.debian.org/debian/pool/main/d/distro-info-data/distro-info-data_0.18.tar.gz
- md5sums = 9512793559e5aa08a8576242da8fdbd0
+ source = http://ftp.debian.org/debian/pool/main/d/distro-info-data/distro-info-data_0.21.tar.xz
+ sha256sums = 89fda7cd33036950eaa7d0bbd8b0a9abceccb2ed3cd15535fe3d4591796d61fd
pkgname = distro-info-data
diff --git a/PKGBUILD b/PKGBUILD
index bb28e039fa07..a47b675c8908 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=distro-info-data
-pkgver=0.18
+pkgver=0.21
pkgrel=1
pkgdesc="information about the distributions' releases (data files)"
arch=('any')
@@ -9,8 +9,8 @@ license=('MIT')
depends=()
makedepends=('python2')
options=(!emptydirs)
-source=(http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.gz)
-md5sums=('9512793559e5aa08a8576242da8fdbd0')
+source=(http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.xz)
+sha256sums=('89fda7cd33036950eaa7d0bbd8b0a9abceccb2ed3cd15535fe3d4591796d61fd')
build() {
cd "$srcdir/$pkgname-$pkgver"