summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoricasdri2016-08-03 14:36:01 -0400
committericasdri2016-08-03 14:36:01 -0400
commita40228b361df2b1f2f57cc4e613d413cbf8832fe (patch)
tree4f0a222369e3f8ae7c82728c06733c1258dd2b82
parenta79b43033e04701a79291a8d09a79eb6e466a5b1 (diff)
downloadaur-a40228b361df2b1f2f57cc4e613d413cbf8832fe.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 861f12d40663..5ef2d9d1cd67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 8ab21cfa059e..a565ede0902d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')