summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZach2017-03-27 01:01:44 -0600
committerZach2017-03-27 01:01:44 -0600
commitcd1b3a7a5a743fd9e30b99783d6b7e71ab2cb726 (patch)
tree9e4733f142a645778bd1e20760cafc7a5e7ddd90
parentd3fae60f1bae2aa76c4682c3b377111a4f0e0eaf (diff)
downloadaur-cd1b3a7a5a743fd9e30b99783d6b7e71ab2cb726.tar.gz
Updated dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2082cb728c9b..1c6fd6cf3eb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Mar 26 23:10:50 UTC 2017
+# Mon Mar 27 07:00:48 UTC 2017
pkgbase = gtk-theme-plano-git
pkgdesc = A flat theme for GNOME & Xfce4. Latest commit from the master branch on Github.
pkgver = 140.f7dba06
@@ -8,6 +8,9 @@ pkgbase = gtk-theme-plano-git
arch = any
license = GPL3
makedepends = git
+ depends = gtk-engine-murrine
+ depends = gtk-engines
+ optdepends = ttf-roboto
source = plano-theme::git+https://github.com/lassekongo83/plano-theme.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3b30f7df2eec..211b1ca10771 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,13 @@ pkgname=gtk-theme-plano-git
_pkgname=plano-theme
_pkgauthor=lassekongo83
pkgver=140.f7dba06
-pkgrel=1
+pkgrel=2
pkgdesc="A flat theme for GNOME & Xfce4. Latest commit from the master branch on Github."
arch=('any')
url="https://github.com/${_pkgauthor}/${_pkgname}"
license=('GPL3')
+depends=('gtk-engine-murrine' 'gtk-engines')
+optdepends=('ttf-roboto')
makedepends=('git')
source=(${_pkgname}::"git+https://github.com/${_pkgauthor}/${_pkgname}.git")
sha256sums=('SKIP')