summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2023-09-15 21:45:44 +0200
committerlarchunix2023-09-15 21:45:44 +0200
commit628eedbd7080c77a86a5e690c0836c4cce2c19a8 (patch)
tree33e6513d969f6c0c51ee780813a049532003fc6e
parentac07bd9036e4ec3e084a8d1caa321dc799b4f208 (diff)
downloadaur-628eedbd7080c77a86a5e690c0836c4cce2c19a8.tar.gz
Update to upstream release 39.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42afd4625318..d2272ba0ed37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mock-core-configs
pkgdesc = Mock core config files basic chroots
- pkgver = 39
+ pkgver = 39.1
pkgrel = 1.1
url = https://github.com/rpm-software-management/mock
arch = any
license = GPL2
- depends = distribution-gpg-keys>=1.85
+ depends = distribution-gpg-keys>=1.96
backup = etc/mock/default.cfg
- source = https://github.com/rpm-software-management/mock/archive/mock-core-configs-39-1.tar.gz
- sha256sums = e325d05af361eae768377df473b587867642adc6bceb8de4eb73308963446791
+ source = https://github.com/rpm-software-management/mock/archive/mock-core-configs-39.1-1.tar.gz
+ sha256sums = e23a86ac9967c48b4a6a2652a839b69a6b693e8a26e08586b5726457c2ee6854
pkgname = mock-core-configs
diff --git a/PKGBUILD b/PKGBUILD
index d1ff55a49c75..cc7791291c1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mock-core-configs
-pkgver=39
+pkgver=39.1
_rpmrel=1
_pkgtag=$pkgname-$pkgver-$_rpmrel
pkgrel=$_rpmrel.1
@@ -7,10 +7,10 @@ pkgdesc="Mock core config files basic chroots"
url="https://github.com/rpm-software-management/mock"
arch=('any')
license=('GPL2')
-depends=('distribution-gpg-keys>=1.85')
+depends=('distribution-gpg-keys>=1.96')
backup=('etc/mock/default.cfg')
source=("$url/archive/$_pkgtag.tar.gz")
-sha256sums=('e325d05af361eae768377df473b587867642adc6bceb8de4eb73308963446791')
+sha256sums=('e23a86ac9967c48b4a6a2652a839b69a6b693e8a26e08586b5726457c2ee6854')
# Uncomment to not package configs for EOLed versions of distributions
#_without_eol=1