summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormdomlop2019-03-11 19:43:01 +0100
committermdomlop2019-03-11 19:43:01 +0100
commit76c86fc31f7873cf58d23dc5189cb911121bbefd (patch)
tree21276ee7c29eb434ed2083341351c3f5f549b559
parenteffc17b8391f999fd479a30c4b5f923d5113e006 (diff)
downloadaur-retrosmart-icon-theme.tar.gz
Fixing optdepends.
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD13
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c8193f03664..02ae56082ab2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by makepkg 5.0.2
-# Wed Jul 12 10:52:31 UTC 2017
pkgbase = retrosmart-icon-theme
pkgdesc = Retrosmart icon theme.
pkgver = 0.2
@@ -7,12 +5,13 @@ pkgbase = retrosmart-icon-theme
url = https://github.com/mdomlop/retrosmart-icon-theme
arch = any
license = GPL3
- optdepends = retrosmart-gtk-themes: The corresponding GTK themes
- optdepends = retrosmart-openbox-themes: The corresponding Openbox themes
- optdepends = retrosmart-wallpapers: The corresponding backgrounds project
- optdepends = retrosmart-x11-cursors: The corresponding X11 cursor theme
- optdepends = retrosmart-xfwm4-themes: The corresponding XFwm4 themes
- source = https://github.com/mdomlop/retrosmart-icon-theme/archive/0.2.tar.gz
+ optdepends = xcursor-retrosmart: The corresponding X11 cursor theme
+ optdepends = retrosmart-aurorae-themes: The corresponding Aurorae themes
+ optdepends = retrosmart-kvantum-theme: The corresponding theme for Kvantum
+ optdepends = retrosmart-qtcurve-theme: The corresponding theme for QtCurve
+ optdepends = retrosmart-xfwm4-themes: The corresponding themes for XFwm4
+ optdepends = retrosmart-openbox-themes: The corresponding themes for Openbox
+ source = retrosmart-icon-theme-0.2.tar.gz::https://github.com/mdomlop/retrosmart-icon-theme/archive/0.2.tar.gz
md5sums = 9f141aaed7b2ff0193586802fc7e2864
pkgname = retrosmart-icon-theme
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')