We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de634c1 commit 381bd73Copy full SHA for 381bd73
packages/kvantum-theme-catppuccin-git/.SRCINFO
@@ -1,6 +1,6 @@
1
pkgbase = kvantum-theme-catppuccin-git
2
pkgdesc = Soothing pastel theme for Kvantum
3
- pkgver = r5.04be2ad
+ pkgver = r8.c853816
4
pkgrel = 1
5
url = https://github.com/catppuccin/Kvantum
6
arch = any
packages/kvantum-theme-catppuccin-git/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=Kvantum
7
pkgname=kvantum-theme-catppuccin-git
8
-pkgver=r5.04be2ad
+pkgver=r8.c853816
9
pkgrel=1
10
pkgdesc="Soothing pastel theme for Kvantum"
11
arch=('any')
@@ -23,7 +23,7 @@ pkgver() {
23
}
24
25
package() {
26
- cd "$_pkgname/src" || exit 1
+ cd "$_pkgname/themes" || exit 1
27
install -dm755 "$pkgdir/usr/share/Kvantum"
28
- cp -r Catppuccin-* "$pkgdir/usr/share/Kvantum"
+ cp -r catppuccin-* "$pkgdir/usr/share/Kvantum"
29
0 commit comments