summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')