summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2024-01-11 21:51:31 +0100
committerlarchunix2024-01-11 21:51:31 +0100
commit94495212fbf2e21abe604753fc965769ef789170 (patch)
tree5a917d4e6c0ac39887fb0410d27538886fef0c25
parentd0a451c05e9ac2a34e4df5e8e4fb2e0789cadad2 (diff)
downloadaur-94495212fbf2e21abe604753fc965769ef789170.tar.gz
Update to upstream release 39.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdacf8903c8c..5af19d623ae3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mock-core-configs
pkgdesc = Mock core config files basic chroots
- pkgver = 39.3
+ pkgver = 39.4
pkgrel = 1.1
url = https://github.com/rpm-software-management/mock
arch = any
license = GPL2
depends = distribution-gpg-keys>=1.98
backup = etc/mock/default.cfg
- source = https://github.com/rpm-software-management/mock/archive/mock-core-configs-39.3-1.tar.gz
- sha256sums = 164e4f389b43e64f53b296e67eb89f81656fbf2ca735beb2c9192382163ad926
+ source = https://github.com/rpm-software-management/mock/archive/mock-core-configs-39.4-1.tar.gz
+ sha256sums = 1330cd5bf3e60b0040d1222e3116cc207c02eaf5c9790f989a35bebde118151a
pkgname = mock-core-configs
diff --git a/PKGBUILD b/PKGBUILD
index e4ae22f59200..0630a7dff2ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mock-core-configs
-pkgver=39.3
+pkgver=39.4
_rpmrel=1
_pkgtag=$pkgname-$pkgver-$_rpmrel
pkgrel=$_rpmrel.1
@@ -10,7 +10,7 @@ license=('GPL2')
depends=('distribution-gpg-keys>=1.98')
backup=('etc/mock/default.cfg')
source=("$url/archive/$_pkgtag.tar.gz")
-sha256sums=('164e4f389b43e64f53b296e67eb89f81656fbf2ca735beb2c9192382163ad926')
+sha256sums=('1330cd5bf3e60b0040d1222e3116cc207c02eaf5c9790f989a35bebde118151a')
# Uncomment to not package configs for EOLed versions of distributions
#_without_eol=1
@@ -40,6 +40,8 @@ package() {
install -Dp -m644 etc/mock/eol/templates/*.tpl "$pkgdir/"etc/mock/eol/templates/
fi
+ install -Dp -m644 README "$pkgdir/usr/share/doc/$pkgname/README"
+
popd >/dev/null
}