summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlucas2018-09-12 16:55:28 +0200
committerlucas2018-09-12 16:55:28 +0200
commit67ed7541b8dbe712619dd6aba7ca92eebe182a64 (patch)
tree8510e0d6c69e139f30a77fc9c9eb0aae48893860
parentcd561a5915e794fd3e71f45a5f518730eddadc76 (diff)
downloadaur-67ed7541b8dbe712619dd6aba7ca92eebe182a64.tar.gz
update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0d03eb657e4..fc4de77c60a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Sep 12 14:39:48 UTC 2018
+# Wed Sep 12 14:55:19 UTC 2018
pkgbase = distro-info-data
pkgdesc = information about the distributions' releases (data files)
- pkgver = 0.36
+ pkgver = 0.38
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.36.tar.xz
- sha256sums = a1cb1ff9f13da5d06f0c9049d94f5d431c90b5e08cf8c374a77d3a648f37abb0
+ source = http://ftp.debian.org/debian/pool/main/d/distro-info-data/distro-info-data_0.38.tar.xz
+ sha256sums = afa3b8b5c3d655f0361a91dc412f6ddf8d404130bfb6d8146077faac5059739b
pkgname = distro-info-data
diff --git a/PKGBUILD b/PKGBUILD
index b12e59a6b276..6128441b1d2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=distro-info-data
-pkgver=0.36
+pkgver=0.38
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=('a1cb1ff9f13da5d06f0c9049d94f5d431c90b5e08cf8c374a77d3a648f37abb0')
+sha256sums=('afa3b8b5c3d655f0361a91dc412f6ddf8d404130bfb6d8146077faac5059739b')
build() {
cd "$srcdir/$pkgname-$pkgver"