summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2016-06-16 22:59:50 +0200
committerlarchunix2016-06-16 22:59:50 +0200
commit6f24163fff74b02087d54e74124ec7696aba267b (patch)
treebdaf34bea83fc71a6112b0585e9b53ec8135a1ef /PKGBUILD
parent5d2e102d619c934df9f72f9b3c69a07b276f0a8a (diff)
downloadaur-6f24163fff74b02087d54e74124ec7696aba267b.tar.gz
Fedora 23 configuration does not use dnf
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a6490cf9a3c..33521e146e49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,10 +15,10 @@ license=('GPL2')
depends=('python')
((_with_usermode)) && depends+=('usermode')
optdepends=('createrepo_c: for mockchain command'
- 'dnf-plugins-core: to create RPMs for Fedora 23 and above'
+ 'dnf-plugins-core: to create RPMs for Fedora 24 and above'
'lvm2: for lvm_root plugin'
'pigz: for parallel compression of chroot cache'
- 'yum-utils: to create RPMs for Fedora 22 and below (including EL5, EL6 and EL7)')
+ 'yum-utils: to create RPMs for Fedora 23 and below (including EL5, EL6 and EL7)')
install="$pkgname.install"
backup=("etc/$pkgname/site-defaults.cfg")
source=("https://git.fedorahosted.org/cgit/$pkgname.git/snapshot/$pkgname-$pkgver.tar.xz")