summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2016-05-08 21:50:14 +0200
committerJohannes Dewender2016-05-08 21:50:14 +0200
commite7b6172d71839da0bee838309957bf43117c941c (patch)
treef7334090d6502dee638fb33051c5015000d1fd3e
parent04b579215fc77601c0f02fab4a13ea041a9564b4 (diff)
downloadaur-e7b6172d71839da0bee838309957bf43117c941c.tar.gz
0.29
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8882e822b371..d76e94600b11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Sun May 8 19:50:14 UTC 2016
pkgbase = distro-info-data
pkgdesc = information about the distributions' releases (data files)
- pkgver = 0.27
+ pkgver = 0.29
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.27.tar.xz
- sha256sums = 0d1c9728165f8bdbbbe5a80dc7299f50b42d88f12a65434ad47ba462c8d80e0f
+ source = http://ftp.debian.org/debian/pool/main/d/distro-info-data/distro-info-data_0.29.tar.xz
+ sha256sums = 6a1f38e55cd5312c86801a6c1e705dfc36611a6889976067d90543427deea3f3
pkgname = distro-info-data
diff --git a/PKGBUILD b/PKGBUILD
index 498b1da7001b..f93062e1f2c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=distro-info-data
-pkgver=0.27
+pkgver=0.29
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.xz)
-sha256sums=('0d1c9728165f8bdbbbe5a80dc7299f50b42d88f12a65434ad47ba462c8d80e0f')
+sha256sums=('6a1f38e55cd5312c86801a6c1e705dfc36611a6889976067d90543427deea3f3')
build() {
cd "$srcdir/$pkgname-$pkgver"