summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormdomlop2019-03-11 19:43:01 +0100
committermdomlop2019-03-11 19:43:01 +0100
commit76c86fc31f7873cf58d23dc5189cb911121bbefd (patch)
tree21276ee7c29eb434ed2083341351c3f5f549b559 /PKGBUILD
parenteffc17b8391f999fd479a30c4b5f923d5113e006 (diff)
downloadaur-retrosmart-icon-theme.tar.gz
Fixing optdepends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a22559a7f2f1..864dd001d305 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,15 @@ pkgver=0.2
pkgrel=1
pkgdesc="Retrosmart icon theme."
url="https://github.com/mdomlop/${pkgname}"
-source=("https://github.com/mdomlop/retrosmart-icon-theme/archive/0.2.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mdomlop/$pkgname/archive/$pkgver.tar.gz")
md5sums=('9f141aaed7b2ff0193586802fc7e2864')
license=('GPL3')
-optdepends=('retrosmart-gtk-themes: The corresponding GTK themes'
- 'retrosmart-openbox-themes: The corresponding Openbox themes'
- 'retrosmart-wallpapers: The corresponding backgrounds project'
- 'retrosmart-x11-cursors: The corresponding X11 cursor theme'
- 'retrosmart-xfwm4-themes: The corresponding XFwm4 themes')
+optdepends=('xcursor-retrosmart: The corresponding X11 cursor theme'
+ 'retrosmart-aurorae-themes: The corresponding Aurorae themes'
+ 'retrosmart-kvantum-theme: The corresponding theme for Kvantum'
+ 'retrosmart-qtcurve-theme: The corresponding theme for QtCurve'
+ 'retrosmart-xfwm4-themes: The corresponding themes for XFwm4'
+ 'retrosmart-openbox-themes: The corresponding themes for Openbox')
arch=('any')
group=('retrosmart')