# Contributor: Zeph # Maintainer: Zeph pkgname=pamac-aur pkgver=4.3.0 _pkgver=4.3.0 pkgrel=1 pkgdesc="A Gtk3 frontend for libalpm" 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.18' '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' 'pamac-tray-appindicator: tray icon for KDE') makedepends=('gettext' 'itstool' 'vala>=0.28') backup=('etc/pamac.conf') conflicts=('pamac') provides=('pamac') options=(!emptydirs) install=pamac.install source=("pamac-$pkgver-$pkgrel.tar.gz::https://github.com/manjaro/pamac/archive/v$_pkgver.tar.gz") sha256sums=('e4f5bc91cdfe9e07026339baa31c9ed3f792be7203ca494057c08b1f68c4598a') prepare() { # adjust version string cd "$srcdir/pamac-$_pkgver" sed -i -e "s|\"$_pkgver\"|\"$pkgver-$pkgrel\"|g" src/transaction.vala # patches here } build() { cd "$srcdir/pamac-$_pkgver" # build make all } package() { cd "$srcdir/pamac-$_pkgver" make prefix="$pkgdir"/usr sysconfdir="$pkgdir"/etc install } # vim:set ts=2 sw=2 et: