summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlucas2018-09-12 16:43:01 +0200
committerlucas2018-09-12 16:43:01 +0200
commit0a686fc1e6bfd13b67cf896b45727ed1f5b1ed4e (patch)
tree7403f5063af0b93500e95c7cb6b88fe041cc935b
parente8af76f6276d800b8cd53149ce733513877f73da (diff)
downloadaur-0a686fc1e6bfd13b67cf896b45727ed1f5b1ed4e.tar.gz
updated version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ddb355f82ef..e924dc425dd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 21 15:32:04 UTC 2017
+# Wed Sep 12 14:42:53 UTC 2018
pkgbase = distro-info
pkgdesc = provides information about the distributions' releases
- pkgver = 0.15
+ pkgver = 0.18
pkgrel = 1
url = http://packages.debian.org/sid/distro-info
arch = i686
@@ -21,8 +21,8 @@ pkgbase = distro-info
conflicts = python2-distro-info
conflicts = perl-distro-info
options = !emptydirs
- source = http://ftp.debian.org/debian/pool/main/d/distro-info/distro-info_0.15.tar.xz
- sha256sums = 21ff32c6975806abaadfdd56292739476f4ac5d529eab499685b0cb5f22fbf2f
+ source = http://ftp.debian.org/debian/pool/main/d/distro-info/distro-info_0.18.tar.xz
+ sha256sums = ab5d0a7c3b0c54328997d5a9376f12232514a650ca69a03594cbb9f51793e431
pkgname = distro-info
diff --git a/PKGBUILD b/PKGBUILD
index 88786c9098fa..372871ddd57e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=distro-info
_python=python2
-pkgver=0.15
+pkgver=0.18
pkgrel=1
pkgdesc="provides information about the distributions' releases"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ provides=('python-distro-info' 'python2-distro-info' 'perl-distro-info')
conflicts=('python-distro-info' 'python2-distro-info' 'perl-distro-info')
options=(!emptydirs)
source=(http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.xz)
-sha256sums=('21ff32c6975806abaadfdd56292739476f4ac5d529eab499685b0cb5f22fbf2f')
+sha256sums=('ab5d0a7c3b0c54328997d5a9376f12232514a650ca69a03594cbb9f51793e431')
build() {
#cd "$srcdir/$pkgname-$pkgver"