summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2023-08-06 15:45:30 -0400
committerPatrick Northon2023-08-06 15:45:30 -0400
commita06a985a7fd451b12aa16af55e182cc422bac1d5 (patch)
tree72f94ed01d898b5fe3d1839962a0548ea5a14516 /PKGBUILD
parent1179ace4db1026a06df2eaa490412daedab648b6 (diff)
downloadaur-a06a985a7fd451b12aa16af55e182cc422bac1d5.tar.gz
Add pamac-cli as dependency and update description.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68cd741b46d7..01485ab4e68b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
_pkgname=pamac
pkgname=${_pkgname}-all
pkgver=11.6.0
-pkgrel=1
-pkgdesc="A Gtk3 frontend for libalpm (everything in one package - snap, flatpak, appindicator)"
+pkgrel=2
+pkgdesc='A GUI frontend for libalpm (everything in one package - snap, flatpak, appindicator, aur, appstream)'
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://gitlab.manjaro.org/applications/$_pkgname"
license=('GPL3')
-depends=('libnotify' 'libpamac-full' 'libhandy' 'libadwaita')
+depends=('libnotify' 'libpamac-full' 'libhandy' 'libadwaita' 'pamac-cli')
optdepends=('polkit-gnome: needed for authentification in Cinnamon, Gnome')
makedepends=('gettext' 'vala' 'meson' 'ninja' 'gobject-introspection')
conflicts=('pamac' 'pamac-gtk' 'pamac-common' 'pamac-aur' 'pamac-aur-git' 'pamac-flatpak' 'pamac-flatpak-gnome')