summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Golatofski2020-02-13 21:29:01 +0100
committerFelix Golatofski2020-02-13 21:29:01 +0100
commit8b29b9962b1394fa145d5ab38e8a32221ca91a76 (patch)
treedfd2675ee0a7e975186a30e28ff02c1dbe145fce /PKGBUILD
parent67ed7541b8dbe712619dd6aba7ca92eebe182a64 (diff)
downloadaur-8b29b9962b1394fa145d5ab38e8a32221ca91a76.tar.gz
Updated to 0.43
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"