summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2018-05-29 06:56:04 +0200
committerFrederic Bezies2018-05-29 06:56:04 +0200
commita29519b94c4eb713b834ab91028e9b049c52247a (patch)
treeecebb2979eb69a927ff39bd3f2d3bd1c8f73f9c8 /PKGBUILD
parent2aedef92caff6788c8495e24484655272b7abc10 (diff)
downloadaur-a29519b94c4eb713b834ab91028e9b049c52247a.tar.gz
pacman 5.1.0 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f064bc26727..13b01f745c89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=('pamac-aur-git' 'pamac-aur-tray-appindicator-git')
_pkgname=pamac
-pkgver=v6.3.3.r1.g29c572b
-_pkgver=6.3.2
+pkgver=v6.3.3.r3.g6204d96
+_pkgver=6.3.3
pkgrel=1
pkgdesc="A Gtk3 frontend for libalpm - git version"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/manjaro/pamac"
license=('GPL3')
-depends=('dbus-glib' 'polkit' 'vte3>=0.38' 'libnotify' 'pacman>=5.0' 'pacman<5.1' 'appstream-glib' 'archlinux-appstream-data' 'libappindicator-gtk3')
+depends=('dbus-glib' 'polkit' 'vte3>=0.38' 'libnotify' 'pacman>=5.1' 'pacman<5.2' 'appstream-glib' 'archlinux-appstream-data' 'libappindicator-gtk3')
optdepends=('polkit-gnome: needed for authentification in Cinnamon, Gnome'
'lxsession: needed for authentification in Xfce, LXDE etc.'
'pamac-aur-tray-appindicator-git: tray icon for KDE')
@@ -22,7 +22,7 @@ source=(git+https://github.com/manjaro/pamac.git)
sha256sums=('SKIP')
pkgver() {
- cd $_pkgname
+ cd $_pkgname
git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}