Skip to content

Commit 381bd73

Browse files
authored
fix(kvantum): update repository paths (catppuccin#40)
1 parent de634c1 commit 381bd73

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/kvantum-theme-catppuccin-git/.SRCINFO

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = kvantum-theme-catppuccin-git
22
pkgdesc = Soothing pastel theme for Kvantum
3-
pkgver = r5.04be2ad
3+
pkgver = r8.c853816
44
pkgrel = 1
55
url = https://github.com/catppuccin/Kvantum
66
arch = any

packages/kvantum-theme-catppuccin-git/PKGBUILD

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
_pkgname=Kvantum
77
pkgname=kvantum-theme-catppuccin-git
8-
pkgver=r5.04be2ad
8+
pkgver=r8.c853816
99
pkgrel=1
1010
pkgdesc="Soothing pastel theme for Kvantum"
1111
arch=('any')
@@ -23,7 +23,7 @@ pkgver() {
2323
}
2424

2525
package() {
26-
cd "$_pkgname/src" || exit 1
26+
cd "$_pkgname/themes" || exit 1
2727
install -dm755 "$pkgdir/usr/share/Kvantum"
28-
cp -r Catppuccin-* "$pkgdir/usr/share/Kvantum"
28+
cp -r catppuccin-* "$pkgdir/usr/share/Kvantum"
2929
}

0 commit comments

Comments
 (0)