summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2024-01-24 17:16:59 +0100
committerlarchunix2024-01-24 17:16:59 +0100
commitbda243e932bc61f54d09c48ae503c5867983152b (patch)
tree8843e2042a07ba5a697b2a21f1f22a2d7831873b /PKGBUILD
parent7fca5f05ed8b1ba97efd8cf1887241a869b44968 (diff)
downloadaur-dnf-plugins-extras.tar.gz
Update to upstream release 4.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f7d897b5fae..09aa16804a58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=dnf-plugins-extras
-pkgver=4.1.1
+pkgver=4.1.2
pkgrel=1
pkgdesc="Extras DNF Plugins"
arch=('any')
@@ -14,9 +14,10 @@ optdepends=('python-dbus: for snapper plugin'
'snapper: for snapper plugin'
'tracer: for tracer plugin')
backup=('etc/dnf/plugins/rpmconf.conf'
+ 'etc/dnf/plugins/snapper.conf'
'etc/dnf/plugins/torproxy.conf')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('092ba298d0c364670939a8680bdf365f344d6270b14cf38cd93a395fdf20ae71')
+sha256sums=('a223c4c2fc4fd4de902018de7a5ab23110d1193247a2e266d3c459fdf8578dc2')
prepare() {
cd "$pkgname-$pkgver"