summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 714d81b24ae8..8a703977424a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mock-core-configs
pkgdesc = Mock core config files basic chroots
- pkgver = 33.6
+ pkgver = 34
pkgrel = 1.1
url = https://github.com/rpm-software-management/mock
arch = any
license = GPL2
- depends = distribution-gpg-keys>=1.41
- source = https://github.com/rpm-software-management/mock/archive/mock-core-configs-33.6-1.tar.gz
- md5sums = 64acc1581d56795fa7a203d79119d75d
+ depends = distribution-gpg-keys>=1.48
+ source = https://github.com/rpm-software-management/mock/archive/mock-core-configs-34-1.tar.gz
+ md5sums = 9d69a287bb4100a801fa4d019e2dbc69
pkgname = mock-core-configs
diff --git a/PKGBUILD b/PKGBUILD
index 7e6e390754a5..ff4f3d606c4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mock-core-configs
-pkgver=33.6
+pkgver=34
_rpmrel=1
_pkgtag=$pkgname-$pkgver-$_rpmrel
pkgrel=$_rpmrel.1
@@ -7,9 +7,9 @@ pkgdesc="Mock core config files basic chroots"
url="https://github.com/rpm-software-management/mock"
arch=('any')
license=('GPL2')
-depends=('distribution-gpg-keys>=1.41')
+depends=('distribution-gpg-keys>=1.48')
source=("$url/archive/$_pkgtag.tar.gz")
-md5sums=('64acc1581d56795fa7a203d79119d75d')
+md5sums=('9d69a287bb4100a801fa4d019e2dbc69')
# Uncomment to not package configs for EOLed versions of distributions
#_without_eol=1