summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb23fa0fdc27..7302efb392ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = korla-icon-theme
- pkgdesc = Korla icon theme suitable for every desktop environment, dark and light version
- pkgver = 0.8.7
+ pkgdesc = Korla icon theme suitable for every desktop environment, dark and light versions
+ pkgver = 0.8.8
pkgrel = 1
url = https://github.com/bikass/korla
arch = any
@@ -9,8 +9,8 @@ pkgbase = korla-icon-theme
optdepends = hicolor-icon-theme: fallback Freedesktop.org Hicolor icon theme
optdepends = breeze-icons: fallback Breeze icon theme
optdepends = gnome-icon-theme: fallback Gnome icon theme
- source = https://github.com/bikass/korla/archive/v0.8.7.tar.gz
- md5sums = a6331d9acbaad380a9487f955960bc0b
+ source = https://github.com/bikass/korla/archive/v0.8.8.tar.gz
+ md5sums = f3c3bc11545a7768fe97e8de2460783c
pkgname = korla-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index a4566bca7490..e8c98cb954e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Giusy Margarita <kurmikon at libero dot it>
pkgname=korla-icon-theme
-pkgver=0.8.7
+pkgver=0.8.8
pkgrel=1
-pkgdesc='Korla icon theme suitable for every desktop environment, dark and light version'
+pkgdesc='Korla icon theme suitable for every desktop environment, dark and light versions'
arch=('any')
url='https://github.com/bikass/korla'
license=('GPL3')
@@ -12,7 +12,7 @@ optdepends=('hicolor-icon-theme: fallback Freedesktop.org Hicolor icon theme'
'breeze-icons: fallback Breeze icon theme'
'gnome-icon-theme: fallback Gnome icon theme')
source=("https://github.com/bikass/korla/archive/v$pkgver.tar.gz")
-md5sums=('a6331d9acbaad380a9487f955960bc0b')
+md5sums=('f3c3bc11545a7768fe97e8de2460783c')
package() {
mkdir -p "$pkgdir/usr/share/icons/"
@@ -23,4 +23,5 @@ package() {
post_install() {
gtk-update-icon-cache -f -t "/usr/share/icons/korla/"
+ gtk-update-icon-cache -f -t "/usr/share/icons/korla-light/"
}