summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2014-06-02 18:05:09 +0200
committerJohannes Dewender2014-06-02 18:05:09 +0200
commit503ec8b71bc727e285d8ab23f071337485fc12c9 (patch)
tree14aa219e9b79410194141e8a41ba9d7f5be73a7a
parent46a91e28ae67cc174381b3034a13fb05cf7b0860 (diff)
downloadaur-503ec8b71bc727e285d8ab23f071337485fc12c9.tar.gz
distro-info: 0.13 with sha256
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92e9eb483c6a..67fd32d7447c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = distro-info
pkgdesc = provides information about the distributions' releases
- pkgver = 0.11
+ pkgver = 0.13
pkgrel = 1
url = http://packages.debian.org/sid/distro-info
arch = i686
@@ -11,7 +11,7 @@ pkgbase = distro-info
makedepends = python-distribute
makedepends = python2-distribute
makedepends = python-pylint
- depends = distro-info-data
+ depends = distro-info-data>=0.21
provides = python-distro-info
provides = python2-distro-info
provides = perl-distro-info
@@ -19,8 +19,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.11.tar.gz
- md5sums = 9256261319aea276310d6d3f2b042697
+ source = http://ftp.debian.org/debian/pool/main/d/distro-info/distro-info_0.13.tar.xz
+ sha256sums = f4d458563d2efdb0249aad0b7ab25ee8368653f4543f4dd22fb2bd2d740d5fb7
pkgname = distro-info
diff --git a/PKGBUILD b/PKGBUILD
index 3c59885a97c4..6a9e47cb7dbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=distro-info
_python=python2
-pkgver=0.11
+pkgver=0.13
pkgrel=1
pkgdesc="provides information about the distributions' releases"
arch=('i686' 'x86_64')
url="http://packages.debian.org/sid/distro-info"
license=('MIT')
-depends=('distro-info-data')
+depends=('distro-info-data>=0.21')
makedepends=('shunit2' 'perl' 'python-distribute' 'python2-distribute' 'python-pylint')
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.gz)
-md5sums=('9256261319aea276310d6d3f2b042697')
+source=(http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.xz)
+sha256sums=('f4d458563d2efdb0249aad0b7ab25ee8368653f4543f4dd22fb2bd2d740d5fb7')
build() {
cd "$srcdir/$pkgname-$pkgver"