summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2024-02-14 18:08:26 +0100
committerlarchunix2024-02-14 18:08:26 +0100
commitdcfa30154d7ff5b21527989639fcbda9abfa3a64 (patch)
tree00f50522d4f8886a84f1b4fd2f2d2c051384c3c7
parent94495212fbf2e21abe604753fc965769ef789170 (diff)
downloadaur-dcfa30154d7ff5b21527989639fcbda9abfa3a64.tar.gz
Update to upstream release 40.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5af19d623ae3..d4def7943695 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mock-core-configs
pkgdesc = Mock core config files basic chroots
- pkgver = 39.4
+ pkgver = 40.1
pkgrel = 1.1
url = https://github.com/rpm-software-management/mock
arch = any
- license = GPL2
+ license = GPL-2.0-or-later
depends = distribution-gpg-keys>=1.98
backup = etc/mock/default.cfg
- source = https://github.com/rpm-software-management/mock/archive/mock-core-configs-39.4-1.tar.gz
- sha256sums = 1330cd5bf3e60b0040d1222e3116cc207c02eaf5c9790f989a35bebde118151a
+ source = https://github.com/rpm-software-management/mock/archive/mock-core-configs-40.1-1.tar.gz
+ sha256sums = aabb80e601c3fdedb8089e59056852175e2dbf03e1a57ad0bd7764e795fccbaa
pkgname = mock-core-configs
diff --git a/PKGBUILD b/PKGBUILD
index 0630a7dff2ed..c94c93660b2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
pkgname=mock-core-configs
-pkgver=39.4
+pkgver=40.1
_rpmrel=1
_pkgtag=$pkgname-$pkgver-$_rpmrel
pkgrel=$_rpmrel.1
pkgdesc="Mock core config files basic chroots"
url="https://github.com/rpm-software-management/mock"
arch=('any')
-license=('GPL2')
+license=('GPL-2.0-or-later')
depends=('distribution-gpg-keys>=1.98')
backup=('etc/mock/default.cfg')
source=("$url/archive/$_pkgtag.tar.gz")
-sha256sums=('1330cd5bf3e60b0040d1222e3116cc207c02eaf5c9790f989a35bebde118151a')
+sha256sums=('aabb80e601c3fdedb8089e59056852175e2dbf03e1a57ad0bd7764e795fccbaa')
# Uncomment to not package configs for EOLed versions of distributions
#_without_eol=1