summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2015-06-24 21:37:07 +0200
committerJohannes Dewender2015-06-24 21:37:07 +0200
commitad347436e16e0f9ebcbc37a8cd770b88c04c0e34 (patch)
tree2c0d73624c85948b2e2a9bec7e5a1d14bb22654f
parent503ec8b71bc727e285d8ab23f071337485fc12c9 (diff)
downloadaur-ad347436e16e0f9ebcbc37a8cd770b88c04c0e34.tar.gz
0.14
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67fd32d7447c..3534506907a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = distro-info
pkgdesc = provides information about the distributions' releases
- pkgver = 0.13
+ pkgver = 0.14
pkgrel = 1
url = http://packages.debian.org/sid/distro-info
arch = i686
@@ -8,8 +8,8 @@ pkgbase = distro-info
license = MIT
makedepends = shunit2
makedepends = perl
- makedepends = python-distribute
- makedepends = python2-distribute
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
makedepends = python-pylint
depends = distro-info-data>=0.21
provides = python-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.13.tar.xz
- sha256sums = f4d458563d2efdb0249aad0b7ab25ee8368653f4543f4dd22fb2bd2d740d5fb7
+ source = http://ftp.debian.org/debian/pool/main/d/distro-info/distro-info_0.14.tar.xz
+ sha256sums = 73b7912107157cdad96a52b10a050292c9bdb049c52fb3a70b6dbf21a4965204
pkgname = distro-info
diff --git a/PKGBUILD b/PKGBUILD
index 6a9e47cb7dbe..b579d42aa136 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=distro-info
_python=python2
-pkgver=0.13
+pkgver=0.14
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>=0.21')
-makedepends=('shunit2' 'perl' 'python-distribute' 'python2-distribute' 'python-pylint')
+makedepends=('shunit2' 'perl' 'python-setuptools' 'python2-setuptools' '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.xz)
-sha256sums=('f4d458563d2efdb0249aad0b7ab25ee8368653f4543f4dd22fb2bd2d740d5fb7')
+sha256sums=('73b7912107157cdad96a52b10a050292c9bdb049c52fb3a70b6dbf21a4965204')
build() {
cd "$srcdir/$pkgname-$pkgver"