summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2018-05-02 09:39:59 +0200
committerlarchunix2018-05-02 09:39:59 +0200
commit311b9685fc7ea7dc3a6f7153eca3cb15fc052b61 (patch)
tree16a0040d884d3a745c3b6e467bb483841e436f18
parent60f18434ff073dd5054ff33b4bd4306896ea6378 (diff)
downloadaur-311b9685fc7ea7dc3a6f7153eca3cb15fc052b61.tar.gz
Update to upstream release 28.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 285e8f2befde..0bf529bb8107 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mock-core-configs
pkgdesc = Mock core config files basic chroots
- pkgver = 28.3.1
+ pkgver = 28.4.1
pkgrel = 1
url = https://github.com/rpm-software-management/mock
arch = any
license = GPL2
depends = distribution-gpg-keys
- source = https://github.com/rpm-software-management/mock/archive/mock-core-configs-28.3-1.tar.gz
- md5sums = 79276589d375cb5d612acc97ee7f6e60
+ source = https://github.com/rpm-software-management/mock/archive/mock-core-configs-28.4-1.tar.gz
+ md5sums = fadacc66c3df0d6c7e83b997d8b60bf7
pkgname = mock-core-configs
diff --git a/PKGBUILD b/PKGBUILD
index 66700f1a340d..2e7d196dd264 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mock-core-configs
-_pkgver=28.3
+_pkgver=28.4
_rpmrel=1
_pkgtag=$pkgname-$_pkgver-$_rpmrel
pkgver=$_pkgver.$_rpmrel
@@ -10,7 +10,7 @@ arch=('any')
license=('GPL2')
depends=('distribution-gpg-keys')
source=("$url/archive/$_pkgtag.tar.gz")
-md5sums=('79276589d375cb5d612acc97ee7f6e60')
+md5sums=('fadacc66c3df0d6c7e83b997d8b60bf7')
prepare() {
mv "mock-$_pkgtag" "$pkgname-$pkgver"