summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2014-01-11 19:27:44 +0100
committerJohannes Dewender2014-01-11 19:27:44 +0100
commit614cd884e09482b0ddc6bd68a24aa5ed35f27b0b (patch)
tree438e945cce7815e9da8f7d27af822030e4f605f4
parentfb5b80712c52b26567bf8cd30bd352f788329858 (diff)
downloadaur-614cd884e09482b0ddc6bd68a24aa5ed35f27b0b.tar.gz
distro-info-data: 0.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b51d90e2acf8..da2d7d99f7cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = distro-info-data
pkgdesc = information about the distributions' releases (data files)
- pkgver = 0.16
+ pkgver = 0.18
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.16.tar.gz
- md5sums = 12b88c7459b779885290db3a31229fc8
+ source = http://ftp.debian.org/debian/pool/main/d/distro-info-data/distro-info-data_0.18.tar.gz
+ md5sums = 9512793559e5aa08a8576242da8fdbd0
pkgname = distro-info-data
diff --git a/PKGBUILD b/PKGBUILD
index 73f5fc791afa..bb28e039fa07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=distro-info-data
-pkgver=0.16
+pkgver=0.18
pkgrel=1
pkgdesc="information about the distributions' releases (data files)"
arch=('any')
@@ -10,7 +10,7 @@ depends=()
makedepends=('python2')
options=(!emptydirs)
source=(http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.gz)
-md5sums=('12b88c7459b779885290db3a31229fc8')
+md5sums=('9512793559e5aa08a8576242da8fdbd0')
build() {
cd "$srcdir/$pkgname-$pkgver"