summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormorpheusthewhite2023-04-27 21:46:03 +0200
committermorpheusthewhite2023-04-27 21:46:03 +0200
commit2b1a084495a3a785f30441b69e4ee20b248a41f0 (patch)
tree8fd2a250c7799a7a9eabe1ed02285dfe77eeea55 /PKGBUILD
parent6d27bf13baa3f098a6489c7d0d64863b784104b0 (diff)
downloadaur-spicetify-themes-git.tar.gz
Update Dribbblish installation and fix upstream link
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1cc46338665..6a386ab53c8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: morpheusthewhite <zffromGerace@hotmail.it>
pkgname=spicetify-themes-git
-pkgver=r149.691a069
+pkgver=r404.4f10f4f
pkgrel=1
pkgdesc="A community-driven collection of themes for spicetify"
arch=('any')
-url="https://github.com/morpheusthewhite/spicetify-themes"
+url="https://github.com/spicetify/spicetify-themes"
license=('MIT')
groups=()
depends=('spicetify-cli')
@@ -16,7 +16,7 @@ replaces=()
backup=()
options=()
install=spicetify-themes-git.install
-source=("$pkgname"::"git+https://github.com/morpheusthewhite/spicetify-themes")
+source=("$pkgname"::"git+https://github.com/spicetify/spicetify-themes")
noextract=()
md5sums=('SKIP')
@@ -33,7 +33,4 @@ package() {
cp -R "$srcdir/${pkgname}" "${pkgdir}"/usr/share/spicetify-cli/Themes
rm -r "${pkgdir}"/usr/share/spicetify-cli/Themes/README.md "${pkgdir}"/usr/share/spicetify-cli/Themes/LICENSE
-
- # for Dribbblish theme
- cp -R "$srcdir/${pkgname}/Dribbblish/dribbblish.js" "${pkgdir}"/usr/share/spicetify-cli/Extensions/dribbblish.js
}