summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-04 19:07:54 +0200
committerGoliathLabs2020-05-04 19:07:54 +0200
commitd713912cead39352e382a03c94cea521fbb447df (patch)
tree4e330b71978c294b3115015496819c5282f70a0b
parent8b29b9962b1394fa145d5ab38e8a32221ca91a76 (diff)
downloadaur-d713912cead39352e382a03c94cea521fbb447df.tar.gz
Updated: 0.44
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2c0f2a96dfe..c9fcb8fba53f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = distro-info-data
pkgdesc = information about the distributions' releases (data files)
- pkgver = 0.43
+ pkgver = 0.44
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.43.tar.xz
- sha256sums = 6b6871a808fed7275f18c637916993b83df32dbf13ba318e3cfb2266ddccc1e8
+ source = http://ftp.debian.org/debian/pool/main/d/distro-info-data/distro-info-data_0.44.tar.xz
+ sha256sums = 96f48df8f526de8f5ff0ece6dfaac00722200a3910ab108497517b11c866d0d0
pkgname = distro-info-data
diff --git a/PKGBUILD b/PKGBUILD
index 1adf23dab5f4..27ddc438680d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,8 @@
+# Maintainer: Felix Golatofski <contact@xdfr.de>
# Contributor: Johannes Dewender arch at JonnyJD dot net
+
pkgname=distro-info-data
-pkgver=0.43
+pkgver=0.44
pkgrel=1
pkgdesc="information about the distributions' releases (data files)"
arch=('any')
@@ -10,7 +12,7 @@ depends=()
makedepends=('python2')
options=(!emptydirs)
source=(http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_${pkgver}.tar.xz)
-sha256sums=('6b6871a808fed7275f18c637916993b83df32dbf13ba318e3cfb2266ddccc1e8')
+sha256sums=('96f48df8f526de8f5ff0ece6dfaac00722200a3910ab108497517b11c866d0d0')
build() {
cd "$srcdir/$pkgname-$pkgver"