summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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")