summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudia2024-01-02 09:21:24 +0100
committerClaudia2024-01-02 09:21:24 +0100
commite395f48d91f50bcf1807bcbd7f2846d1e6c591f0 (patch)
treedfd712d57c119c783d43cb857e7d641d9b2ce989
parent100939ddf117c5413b7cc39f44bc010f7e1c70c0 (diff)
downloadaur-e395f48d91f50bcf1807bcbd7f2846d1e6c591f0.tar.gz
Bump dependency distro-info to ≥ v0.60
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 478347c76448..bf9f2e6993ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = distro-info
pkgdesc = provides information about the distributions' releases
pkgver = 1.7
- pkgrel = 1
+ pkgrel = 2
url = http://packages.debian.org/sid/distro-info
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = distro-info
checkdepends = python-setuptools
checkdepends = shunit2
makedepends = dpkg
- depends = distro-info-data>=0.59
+ depends = distro-info-data>=0.60
depends = glibc
depends = python
provides = python-distro-info
diff --git a/PKGBUILD b/PKGBUILD
index 48cd29ea683c..0d0736b13b25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=distro-info
pkgver=1.7
-pkgrel=1
+pkgrel=2
pkgdesc="provides information about the distributions' releases"
arch=('i686' 'x86_64')
url="http://packages.debian.org/sid/distro-info"
license=('MIT')
-depends=('distro-info-data>=0.59' 'glibc' 'python')
+depends=('distro-info-data>=0.60' 'glibc' 'python')
makedepends=('dpkg')
checkdepends=('python-setuptools' 'shunit2')
provides=('python-distro-info' 'python3-distro-info' 'perl-distro-info')