mirror of
https://github.com/tommytran732/pamac-flatpak
synced 2024-12-04 14:11:33 -05:00
Added dependencies
This commit is contained in:
parent
d4d0afafd2
commit
b5839ebb26
5
.SRCINFO
5
.SRCINFO
@ -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
|
||||
|
2
PKGBUILD
2
PKGBUILD
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user