summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormorpheusthewhite2020-03-01 09:18:13 +0100
committermorpheusthewhite2020-03-01 09:18:13 +0100
commitae45f4d98cccc81852820f639cea3eac19f6a403 (patch)
tree539aa7ed1eda34cbce49cc3fe811d7a45a269452
parent0419184b118f9a894d3926272c6d4255ad35d3f8 (diff)
downloadaur-ae45f4d98cccc81852820f639cea3eac19f6a403.tar.gz
Fix quotes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bd553e5c54a..c8b9e595e09a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = spicetify-themes-git
depends = spicetify-cli
provides = spicetify-themes
conflicts = spicetify-themes
- source = ${pkgname}-${pkgver}.tar.gz::https://github.com/morpheusthewhite/spicetify-themes/archive/master.tar.gz
+ source = spicetify-themes-git-r1.385d0c6.tar.gz::https://github.com/morpheusthewhite/spicetify-themes/archive/master.tar.gz
md5sums = SKIP
pkgname = spicetify-themes-git
diff --git a/PKGBUILD b/PKGBUILD
index ebb735817d8f..fda913ce9e19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ replaces=()
backup=()
options=()
install=''
-source=('${pkgname}-${pkgver}.tar.gz::https://github.com/morpheusthewhite/spicetify-themes/archive/master.tar.gz')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/morpheusthewhite/spicetify-themes/archive/master.tar.gz")
noextract=()
md5sums=('SKIP')