summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2014-06-02 17:57:00 +0200
committerJohannes Dewender2014-06-02 17:57:00 +0200
commitfed94a53654ae9bb15fa15a30f09ee4b98a827bc (patch)
treed5efa5fea8f2a3d7721a68eb20c3424681eac94e
parent614cd884e09482b0ddc6bd68a24aa5ed35f27b0b (diff)
downloadaur-fed94a53654ae9bb15fa15a30f09ee4b98a827bc.tar.gz
distro-info-data: 0.21 with sha256
-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"