summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMJ Kim2022-10-21 17:21:33 +0900
committerMJ Kim2022-10-21 17:21:33 +0900
commit445c26645ea37bb90e2bd4ce2daaf39407ca5ae3 (patch)
tree90587758f3ca58aede7e0a621e65fe6b7967532e /PKGBUILD
parent350cb1c4217cf7c6f8e2ed832ce64977e78f7fd8 (diff)
downloadaur-445c26645ea37bb90e2bd4ce2daaf39407ca5ae3.tar.gz
Updated to 1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8109acb1b548..6f7aab25a982 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,18 @@
_pkgname='Stylish-icon-theme'
pkgname=${_pkgname@L}
-pkgver=1.1.0
+pkgver=1.3
pkgrel=1
pkgdesc=" Modern icon theme for Linux Desktops"
arch=('any')
url="https://github.com/kuroehanako/Stylish-icon-theme"
license=('GPLv3')
source=("$pkgname-$pkgver.tar.gz::https://github.com/kuroehanako/Stylish-icon-theme/archive/$pkgver.tar.gz")
-sha256sums=('72c4d92116a64965873e6544de978493c22b278200733d181a46c13da69b13c8')
+optdepends=('stylish-icon-theme-adwaita: Adwaita Folder Colors')
+sha256sums=('bd435584221292cb618babfe603aaaf3d7cf95689d6f3ddf1f5ed54e1f616692')
package() (
cd "$_pkgname-$pkgver"
install -d "$pkgdir/usr/share/icons"
cp -r ${srcdir}/${_pkgname}-${pkgver}/src/Stylish* ${pkgdir}/usr/share/icons
-) \ No newline at end of file
+)