summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2023-03-02 22:50:12 +0100
committerD3SOX2023-03-02 22:50:12 +0100
commit478a366dc3169fa358d657d75bdea1d33a900c58 (patch)
tree9fc24a7aea2d6f505e67d45a2fadf1c6454ff734
parent7921e1db2105370ba0888537a1d79c803a4ad396 (diff)
downloadaur-478a366dc3169fa358d657d75bdea1d33a900c58.tar.gz
fix build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60de32eb617a..647505435dc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kora-icon-theme
pkgdesc = SVG icon theme suitable for every desktop environment (dark and light versions, HiDPI support)
pkgver = 1.5.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bikass/kora
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 79e64cf5e29a..f83f3107080a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kora-icon-theme
pkgver=1.5.5
-pkgrel=1
+pkgrel=2
pkgdesc="SVG icon theme suitable for every desktop environment (dark and light versions, HiDPI support)"
arch=("any")
url="https://github.com/bikass/kora"
@@ -24,7 +24,7 @@ _iconcache=icon-theme.cache
_iconnewcachescript=create-new-icon-theme.cache.sh
package() {
- cd "$srcdir/kora-$pkgver"
+ cd "$srcdir/kora-v.$pkgver"
# Delete useless files from source folder
rm -f "kora/$_iconnewcachescript"