added build depends
This commit is contained in:
parent
0809e884e0
commit
2f38b2a3fd
2
.SRCINFO
2
.SRCINFO
@ -5,6 +5,8 @@ pkgbase = tromjaro-gdm-theme
|
||||
url = https://gitlab.com/tromsite/tromjaro/tromjaro-gnome-theme
|
||||
arch = any
|
||||
license = GPL3
|
||||
makedepends = sassc
|
||||
makedepends = git
|
||||
depends = gnome-shell
|
||||
conflicts = manjaro-gnome-maia-theme
|
||||
conflicts = manjaro-gdm-theme
|
||||
|
3
PKGBUILD
3
PKGBUILD
@ -13,7 +13,8 @@ pkgdesc="TROMjaro GDM theme"
|
||||
arch=(any)
|
||||
url="https://gitlab.com/tromsite/tromjaro/$_theme"
|
||||
license=('GPL3')
|
||||
depends=(gnome-shell)
|
||||
depends=('gnome-shell')
|
||||
makedepends=('sassc' 'git')
|
||||
conflicts=('manjaro-gnome-maia-theme' 'manjaro-gdm-theme')
|
||||
replaces=('manjaro-gnome-maia-theme' 'manjaro-gdm-theme')
|
||||
source=("$_theme-$_commit.tar.gz::$url/-/archive/$_commit.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user