summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Gregory2016-02-04 09:08:10 -0500
committerAndrew Gregory2016-02-04 09:08:10 -0500
commit85f095603ac3f1b714740253c5d8d6c14b307c1d (patch)
tree806c9777c4a295f1aa47788e63c4e09baa984c20 /PKGBUILD
parent7a04b0f9dd6bbf5ef966c35212886d91d5581783 (diff)
downloadaur-85f095603ac3f1b714740253c5d8d6c14b307c1d.tar.gz
bump minimum pacman required to 5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5eb6040d6b02..5e4da07e8b50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ url='https://github.com/andrewgregory/pacutils'
pkgver=0.0.328
pkgrel=1
arch=('i686' 'x86_64')
-depends=('pacman>=4.2')
+depends=('pacman>=5.0')
makedepends=('git')
provides=("pacutils=$pkgver")
license=('MIT')