summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Golatofski2020-02-13 21:29:01 +0100
committerFelix Golatofski2020-02-13 21:29:01 +0100
commit8b29b9962b1394fa145d5ab38e8a32221ca91a76 (patch)
treedfd2675ee0a7e975186a30e28ff02c1dbe145fce
parent67ed7541b8dbe712619dd6aba7ca92eebe182a64 (diff)
downloadaur-8b29b9962b1394fa145d5ab38e8a32221ca91a76.tar.gz
Updated to 0.43
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc4de77c60a4..c2c0f2a96dfe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Wed Sep 12 14:55:19 UTC 2018
pkgbase = distro-info-data
pkgdesc = information about the distributions' releases (data files)
- pkgver = 0.38
+ pkgver = 0.43
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.38.tar.xz
- sha256sums = afa3b8b5c3d655f0361a91dc412f6ddf8d404130bfb6d8146077faac5059739b
+ source = http://ftp.debian.org/debian/pool/main/d/distro-info-data/distro-info-data_0.43.tar.xz
+ sha256sums = 6b6871a808fed7275f18c637916993b83df32dbf13ba318e3cfb2266ddccc1e8
pkgname = distro-info-data
diff --git a/PKGBUILD b/PKGBUILD
index 6128441b1d2c..1adf23dab5f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=distro-info-data
-pkgver=0.38
+pkgver=0.43
pkgrel=1
pkgdesc="information about the distributions' releases (data files)"
arch=('any')
@@ -9,8 +9,8 @@ license=('MIT')
depends=()
makedepends=('python2')
options=(!emptydirs)
-source=(http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_$pkgver.tar.xz)
-sha256sums=('afa3b8b5c3d655f0361a91dc412f6ddf8d404130bfb6d8146077faac5059739b')
+source=(http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_${pkgver}.tar.xz)
+sha256sums=('6b6871a808fed7275f18c637916993b83df32dbf13ba318e3cfb2266ddccc1e8')
build() {
cd "$srcdir/$pkgname-$pkgver"