summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormdomlop2019-03-11 19:48:40 +0100
committermdomlop2019-03-11 19:48:40 +0100
commit0ca1125c882223e3834e337dde5f5f8bf85e3be8 (patch)
treeb3b700097c55267b02981ca5ba1424c3bae76509 /PKGBUILD
parent19324cff6e20e5761aab00893c4684263939e9b9 (diff)
downloadaur-retrosmart-openbox-themes.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 c614c4dd9a68..1411d6ad836b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,16 @@ pkgver=1
pkgrel=1
pkgdesc="Retrosmart Openbox themes."
url="https://github.com/mdomlop/${pkgname}"
-source=("https://github.com/mdomlop/${pkgname}/archive/${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mdomlop/$pkgname/archive/$pkgver.tar.gz")
md5sums=('1693d857f5151dc083e162b6f36de126')
license=('GPL3')
makedepends=('python')
-optdepends=('retrosmart-gtk-themes: The corresponding GTK themes'
- 'retrosmart-icon-themes: The corresponding icon theme'
- '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-icon-theme: The corresponding icon theme')
arch=('any')
group=('retrosmart')