summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeph332016-02-02 08:52:07 +0100
committerZeph332016-02-02 08:52:07 +0100
commit72cf20fcdb87c800e0be27bd8e9cc44492e1040e (patch)
tree6d946a2059f69ba7821c50185e6e1babc8ba0953
parente497cfb0b4960a7b223fcd2c624be5bc8190c939 (diff)
downloadaur-72cf20fcdb87c800e0be27bd8e9cc44492e1040e.tar.gz
Depend pacman >= 5.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64cff4264c5f..5ec5864c48ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Feb 1 21:40:10 UTC 2016
+# Tue Feb 2 07:50:55 UTC 2016
pkgbase = pamac-aur
pkgdesc = A Gtk3 frontend for libalpm
pkgver = 2.4.3
@@ -20,7 +20,7 @@ pkgbase = pamac-aur
depends = gtk3>=3.16
depends = libnotify
depends = desktop-file-utils
- depends = pacman>=4.2
+ depends = pacman>=5.0
depends = gnutls>=3.4
optdepends = polkit-gnome: needed for authentification in Cinnamon, Gnome
optdepends = lxsession: needed for authentification in Xfce, LXDE etc.
diff --git a/PKGBUILD b/PKGBUILD
index 840c40b325f4..af6511ee8dd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('any')
url="https://github.com/manjaro/pamac"
license=('GPL3')
depends=('glib2>=2.42' 'json-glib' 'libsoup' 'dbus-glib' 'polkit' 'vte3>=0.38' 'gtk3>=3.16'
- 'libnotify' 'desktop-file-utils' 'pacman>=4.2' 'gnutls>=3.4')
+ 'libnotify' 'desktop-file-utils' 'pacman>=5.0' 'gnutls>=3.4')
optdepends=('polkit-gnome: needed for authentification in Cinnamon, Gnome'
'lxsession: needed for authentification in Xfce, LXDE etc.'
'yaourt: needed for AUR support')