summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Milette2017-08-20 17:34:42 -0400
committerCharles Milette2017-08-20 17:34:42 -0400
commit0f08baf310d56b703fd8dfa2c7a7361d4b42b444 (patch)
treefaef3f4b6763c8ef4ef3c89eab1f9be9ce3c3522
parent1e862857428945115c78c92ced7e40f01c071afc (diff)
downloadaur-0f08baf310d56b703fd8dfa2c7a7361d4b42b444.tar.gz
Fix a typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95fad1e20d1a..a99c94620017 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = enlightenment-eminence-theme-bin
arch = any
license = GPL3
source = https://github.com/Obsidian-StudiosInc/eminence/releases/download/v0.1.10/eminence-elementary.edj
- source = https://github.com/Obsidian-StudiosInc/eminence/releases/download/v{0.1.10}/eminence-terminology.edj
+ source = https://github.com/Obsidian-StudiosInc/eminence/releases/download/v0.1.10/eminence-terminology.edj
md5sums = 9ae1099a991b089527a56dc845c79450
md5sums = 5ce4630747160f677c9bed11ba853f70
diff --git a/PKGBUILD b/PKGBUILD
index 73ff4cdcfa14..848fa09d10b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Purple/Violet Dark Theme for Enlightenment and Terminology"
arch=('any')
url="https://github.com/Obsidian-StudiosInc/${_gitname}"
license=('GPL3')
-source=("https://github.com/Obsidian-StudiosInc/${_gitname}/releases/download/v${pkgver}/eminence-elementary.edj" "https://github.com/Obsidian-StudiosInc/${_gitname}/releases/download/v{$pkgver}/eminence-terminology.edj")
+source=("https://github.com/Obsidian-StudiosInc/${_gitname}/releases/download/v${pkgver}/eminence-elementary.edj" "https://github.com/Obsidian-StudiosInc/${_gitname}/releases/download/v${pkgver}/eminence-terminology.edj")
md5sums=('9ae1099a991b089527a56dc845c79450' '5ce4630747160f677c9bed11ba853f70')
package() {