summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2015-10-15 21:41:58 +0200
committerGordian Edenhofer2015-10-15 21:41:58 +0200
commit5e0de2f872762efa5e32cb12fba47fed3c2d18f0 (patch)
treeca9e97e5be56eafe58c10d41819e9231822eff86
parent1dffea18248ad0427d49c089edf351e3175f7942 (diff)
downloadaur-5e0de2f872762efa5e32cb12fba47fed3c2d18f0.tar.gz
Update optdepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a77cdbf9f1d..00adb8af7660 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,6 @@ pkgbase = paper-gtk-theme-git
license = GPL3
makedepends = git
depends = gtk-engine-murrine
- optdepends = python: scripts to simplify the rendering process
- optdepends = inkscape: edit theme assets
source = paper-gtk-theme::git+https://github.com/snwh/paper-gtk-theme.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 58db7028700c..a1d71c121cc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,9 @@ arch=('any')
url="http://snwh.org/paper/theme/"
license=('GPL3')
depends=('gtk-engine-murrine')
-optdepends=("python: scripts to simplify the rendering process"
- "inkscape: edit theme assets")
+# Optional dependencies for developers
+#optdepends=("python: scripts to simplify the rendering process"
+# "inkscape: edit theme assets")
makedepends=('git')
install=${pkgname}.install
source=("${_pkgname}"::"git+https://github.com/snwh/${_pkgname}.git")