summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Bork2017-11-11 17:53:16 -0700
committerThomas Bork2017-11-11 17:53:16 -0700
commit1ba523da4a053dcb30f597bd5972c64b9fea99ec (patch)
tree904b12862b91ab333eefeba69da3696fd1f0f3c9 /PKGBUILD
parent62dc66e0dd2748b0a727929a27bebb2942847ea2 (diff)
downloadaur-1ba523da4a053dcb30f597bd5972c64b9fea99ec.tar.gz
Update to v6.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0aecc4aa1878..6685df2aa56e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,26 +1,24 @@
# Maintainer: Thomas Bork <tab.epic@gmail.com>
pkgname=pamac-classic
-_pkgver=6.6.0
+_pkgver=6.6.1
pkgver=$_pkgver
pkgrel=1
pkgdesc="A Gtk3 frontend for libalpm - classic version"
arch=('x86_64')
url="https://github.com/cromnix/pamac-classic"
license=('GPL3')
-#old depends=('gtk3' 'pango' 'atk' 'cairo' 'gdk-pixbuf2' 'glib2' 'json-glib' 'pacman' 'curl' 'libsoup' 'polkit' 'libnotify' 'vte3' 'zlib' 'pcre2' 'gnutls')
depends=('curl' 'libsoup' 'polkit' 'pacman' 'libnotify' 'vte3')
makedepends=('vala' 'cmake' 'gettext')
optdepends=('polkit-gnome: needed for authentication in Cinnamon, Gnome'
'mate-polkit: needed for authentication in MATE'
'lxsession: needed for authentication in Xfce, LXDE etc.')
-backup=('etc/pamac.conf')
conflicts=('pamac' 'pamac-aur')
provides=('pamac' 'pamac-aur')
install=pamac-classic.install
source=("pamac-classic-$pkgver-$pkgrel.tar.gz::$url/archive/v$_pkgver.tar.gz")
-sha256sums=('aa86546aa7521ac2847f3e7ae0a7dbccd2e41bdff4476e43123e50a46ad93403')
+sha256sums=('043820bb6cd1f7cc9f1f499cce73b305670a2e32969e3ee8f67f6975e56e7890')
#prepare() {
# cd "${srcdir}/pamac-classic-$_pkgver"