summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Day2024-03-17 07:02:33 +0100
committerSam Day2024-03-17 07:02:33 +0100
commita2b0c154823747983a2c5050e413e9aa75bb4130 (patch)
tree9787dba6085f2db4ec722b049d7dbd34737cbf74
parent1a83ab8879e6dc590196c55692d805f6dcb2bd19 (diff)
downloadaur-a2b0c154823747983a2c5050e413e9aa75bb4130.tar.gz
cleanup backups=
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 4 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c36774b1700..98bbf3d64fa1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dnf5
pkgdesc = Next-generation RPM package management system
pkgver = 5.1.15
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/rpm-software-management/dnf5
arch = x86_64
license = GPL2
@@ -14,16 +14,9 @@ pkgbase = dnf5
makedepends = sdbus-cpp
makedepends = swig
makedepends = toml11
- optdepends = unbound: for gpgkey_dns_verification option
conflicts = dnf
options = !emptydirs
- backup = etc/dnf5/automatic.conf
- backup = etc/dnf5/dnf5.conf
- backup = etc/dnf5/aliases.d/zypper.conf
- backup = etc/dnf5/protected.d/dnf5.conf
- backup = etc/dnf5/protected.d/yum.conf
- backup = etc/libreport/events.d/collect_dnf5.conf
- backup = etc/logrotate.d/dnf5
+ backup = etc/dnf5/dnf.conf
source = https://github.com/rpm-software-management/dnf5/archive/5.1.15/dnf5-5.1.15.tar.gz
sha256sums = f4044439b84c10eb4378b9212c082c4c1c6b0d69319a043bf05ac6d7142ea21f
diff --git a/PKGBUILD b/PKGBUILD
index 602967f23ac1..d468f0f0a639 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dnf5
pkgver=5.1.15
-pkgrel=2
+pkgrel=3
pkgdesc="Next-generation RPM package management system "
arch=('x86_64')
url="https://github.com/rpm-software-management/$pkgname"
@@ -23,14 +23,7 @@ makedepends=(
#'zchunk' # seems broken with zchunk support enabled currently.
# I think because upstream depends on 0.9, but AUR has 1.3 packaged
)
-optdepends=()
-backup=("etc/$pkgname/automatic.conf"
- "etc/$pkgname/$pkgname.conf"
- "etc/$pkgname/aliases.d/zypper.conf"
- "etc/$pkgname/protected.d/$pkgname.conf"
- "etc/$pkgname/protected.d/yum.conf"
- "etc/libreport/events.d/collect_$pkgname.conf"
- "etc/logrotate.d/$pkgname")
+backup=("etc/$pkgname/dnf.conf")
options=('!emptydirs')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=('f4044439b84c10eb4378b9212c082c4c1c6b0d69319a043bf05ac6d7142ea21f')