1
0
mirror of https://github.com/tommytran732/pamac-flatpak synced 2024-10-18 10:25:14 -04:00

Added dependencies

This commit is contained in:
TommyTran732 2021-08-22 02:54:42 -04:00
parent d4d0afafd2
commit b5839ebb26
No known key found for this signature in database
GPG Key ID: 8825C3851DC29C20
2 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = pamac-flatpak
pkgdesc = A Gtk3 frontend for libalpm (with AUR, Flatpak and AppIndicator support)
pkgver = 10.1.3
pkgrel = 3
pkgrel = 4
url = https://gitlab.manjaro.org/applications/pamac
install = pamac.install
arch = i686
@ -23,6 +23,9 @@ pkgbase = pamac-flatpak
depends = libpamac-flatpak
depends = libhandy
depends = libappindicator-gtk3
depends = git
depends = fakeroot
depends = pkgconf
provides = pamac
conflicts = pamac
conflicts = pamac-cli

View File

@ -13,7 +13,7 @@ pkgdesc="A Gtk3 frontend for libalpm (with AUR, Flatpak and AppIndicator support
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://gitlab.manjaro.org/applications/pamac"
license=('GPL3')
depends=('libnotify' 'libpamac-flatpak' 'libhandy')
depends=('libnotify' 'libpamac-flatpak' 'libhandy' 'git' 'fakeroot' 'pkgconf')
makedepends=('gettext' 'itstool' 'vala>=0.45' 'meson' 'ninja' 'gobject-introspection' 'xorgproto' 'asciidoc')
conflicts=('pamac' 'pamac-cli' 'pamac-classic' 'pamac-aur' 'pamac-aur-git' 'pamac-all' 'pamac-all-git' 'pamac-flatpak-gnome')
provides=('pamac')