summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2024-01-11 21:51:31 +0100
committerlarchunix2024-01-11 21:51:31 +0100
commit94495212fbf2e21abe604753fc965769ef789170 (patch)
tree5a917d4e6c0ac39887fb0410d27538886fef0c25 /PKGBUILD
parentd0a451c05e9ac2a34e4df5e8e4fb2e0789cadad2 (diff)
downloadaur-94495212fbf2e21abe604753fc965769ef789170.tar.gz
Update to upstream release 39.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
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
}