diff options
author | icasdri | 2016-08-03 14:36:01 -0400 |
---|---|---|
committer | icasdri | 2016-08-03 14:36:01 -0400 |
commit | a40228b361df2b1f2f57cc4e613d413cbf8832fe (patch) | |
tree | 4f0a222369e3f8ae7c82728c06733c1258dd2b82 | |
parent | a79b43033e04701a79291a8d09a79eb6e466a5b1 (diff) | |
download | aur-a40228b361df2b1f2f57cc4e613d413cbf8832fe.tar.gz |
Add git to makedepends
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 5 insertions, 3 deletions
@@ -1,12 +1,13 @@ # Generated by mksrcinfo v8 -# Tue Aug 2 23:46:33 UTC 2016 +# Wed Aug 3 18:35:50 UTC 2016 pkgbase = gnome-shell-theme-elegance-orange-git pkgdesc = A static orange shell theme based on Elegance Colors pkgver = 10 - pkgrel = 2 + pkgrel = 3 url = https://github.com/NOSDuco/elegance-orange arch = any license = GPLv3 + makedepends = git depends = gnome-shell optdepends = gnome-tweak-tool: user interface to theme selection and other GNOME Shell options source = git+https://github.com/NOSDuco/elegance-orange.git @@ -3,12 +3,13 @@ _pkgname=elegance-orange pkgname=gnome-shell-theme-${_pkgname}-git pkgver=10 -pkgrel=2 +pkgrel=3 pkgdesc="A static orange shell theme based on Elegance Colors" arch=(any) url="https://github.com/NOSDuco/elegance-orange" license=('GPLv3') depends=('gnome-shell') +makedepends=('git') optdepends=('gnome-tweak-tool: user interface to theme selection and other GNOME Shell options') source=("git+${url}.git") sha256sums=('SKIP') |