summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudia2024-04-30 20:14:47 +0200
committerClaudia Pellegrino2024-04-30 20:14:47 +0200
commit5b08cf7d639995fbc1fdcac291943ced1b5571a7 (patch)
tree449efb8863fbe73a6d799fe515ed42ed6313c2cf
parent39e60226dd58170e0e681de90fa304815d2ff640 (diff)
downloadaur-5b08cf7d639995fbc1fdcac291943ced1b5571a7.tar.gz
Update to v0.61
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b36c3174ed3..ad592792505c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = distro-info-data
pkgdesc = information about the distributions' releases (data files)
- pkgver = 0.60
+ pkgver = 0.61
pkgrel = 1
url = http://packages.debian.org/sid/distro-info-data
arch = any
license = MIT
checkdepends = python
options = !emptydirs
- source = http://ftp.debian.org/debian/pool/main/d/distro-info-data/distro-info-data_0.60.tar.xz
- sha256sums = 34d7e0c47c79270fd4e931fc26accb6d1718eba8713e4ad656b3f30e45c6d118
+ source = http://ftp.debian.org/debian/pool/main/d/distro-info-data/distro-info-data_0.61.tar.xz
+ sha256sums = 3c104f8294e1d239dd76ad16a606d8b7f36624bcdb727d7452cd3e326f0e998b
pkgname = distro-info-data
diff --git a/PKGBUILD b/PKGBUILD
index 0cb4e587271c..64d558c856ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=distro-info-data
-pkgver=0.60
+pkgver=0.61
pkgrel=1
pkgdesc="information about the distributions' releases (data files)"
arch=('any')
@@ -12,7 +12,7 @@ license=('MIT')
checkdepends=('python')
options=(!emptydirs)
source=("http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('34d7e0c47c79270fd4e931fc26accb6d1718eba8713e4ad656b3f30e45c6d118')
+sha256sums=('3c104f8294e1d239dd76ad16a606d8b7f36624bcdb727d7452cd3e326f0e998b')
check() {
cd "${srcdir}/${pkgname}"