summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2017-02-06 22:05:19 +0100
committerJohannes Dewender2017-02-06 22:05:19 +0100
commit5a4208b9c9d7db7abb46eb23333ab3f54d2db3b9 (patch)
treeb473f5538b2b6c4831e36f6d942f4a8404699266
parente7b6172d71839da0bee838309957bf43117c941c (diff)
downloadaur-5a4208b9c9d7db7abb46eb23333ab3f54d2db3b9.tar.gz
0.33
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d76e94600b11..fc8f8e5e099e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun May 8 19:50:14 UTC 2016
+# Mon Feb 6 21:05:19 UTC 2017
pkgbase = distro-info-data
pkgdesc = information about the distributions' releases (data files)
- pkgver = 0.29
+ pkgver = 0.33
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.29.tar.xz
- sha256sums = 6a1f38e55cd5312c86801a6c1e705dfc36611a6889976067d90543427deea3f3
+ source = http://ftp.debian.org/debian/pool/main/d/distro-info-data/distro-info-data_0.33.tar.xz
+ sha256sums = f3911646750b9fa99018138dc8f9661e14b6e549dc251b66eaeeaf901162d10e
pkgname = distro-info-data
diff --git a/PKGBUILD b/PKGBUILD
index f93062e1f2c1..934896c03a06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=distro-info-data
-pkgver=0.29
+pkgver=0.33
pkgrel=1
pkgdesc="information about the distributions' releases (data files)"
arch=('any')
@@ -10,20 +10,23 @@ depends=()
makedepends=('python2')
options=(!emptydirs)
source=(http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.xz)
-sha256sums=('6a1f38e55cd5312c86801a6c1e705dfc36611a6889976067d90543427deea3f3')
+sha256sums=('f3911646750b9fa99018138dc8f9661e14b6e549dc251b66eaeeaf901162d10e')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ #cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir/$pkgname"
sed -i '1s/python$/python2/' validate-csv-data
}
check() {
- cd "$srcdir/$pkgname-$pkgver"
+ #cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir/$pkgname"
make test
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ #cd "$srcdir/$pkgname-$pkgver"
+ cd "$srcdir/$pkgname"
make DESTDIR="$pkgdir/" install
install -Dm644 debian/copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE
}