summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")