summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2019-08-06 14:02:10 +0200
committerlarchunix2019-08-06 14:02:10 +0200
commit64282b21d222ed3732d9a89c34c905f5c9e910c8 (patch)
treeccd9adfce0d5a3686a3fe7eface9f1a1e7749afb
parent9507574f6b25623b252d0db8a60ee6f6c38e2fe3 (diff)
downloadaur-64282b21d222ed3732d9a89c34c905f5c9e910c8.tar.gz
Update to upstream release 4.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bed19b33a546..ee8db5697bb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dnf-plugins-extras
pkgdesc = Extras DNF Plugins
- pkgver = 4.0.4
+ pkgver = 4.0.5
pkgrel = 1
url = https://github.com/rpm-software-management/dnf-plugins-extras
arch = any
@@ -14,8 +14,8 @@ pkgbase = dnf-plugins-extras
optdepends = tracer: for tracer plugin
backup = etc/dnf/plugins/rpmconf.conf
backup = etc/dnf/plugins/torproxy.conf
- source = https://github.com/rpm-software-management/dnf-plugins-extras/archive/4.0.4/dnf-plugins-extras-4.0.4.tar.gz
- md5sums = 806302a1f97085ce298a319dadc80cc2
+ source = https://github.com/rpm-software-management/dnf-plugins-extras/archive/4.0.5/dnf-plugins-extras-4.0.5.tar.gz
+ md5sums = f8566865d6498ba4646b67c14daa35de
pkgname = dnf-plugins-extras
diff --git a/PKGBUILD b/PKGBUILD
index cff54793107d..7b80e1f7003a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=dnf-plugins-extras
-pkgver=4.0.4
+pkgver=4.0.5
pkgrel=1
pkgdesc="Extras DNF Plugins"
arch=('any')
@@ -13,7 +13,7 @@ optdepends=('snapper: for snapper plugin'
backup=('etc/dnf/plugins/rpmconf.conf'
'etc/dnf/plugins/torproxy.conf')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('806302a1f97085ce298a319dadc80cc2')
+md5sums=('f8566865d6498ba4646b67c14daa35de')
prepare() {
cd "$pkgname-$pkgver"