summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWhezzel2020-03-23 09:20:29 -0500
committerWhezzel2020-03-23 09:20:29 -0500
commit5fe97427adbe89bd5b7b3c21cbc9ba4da52ed968 (patch)
treec7fbb08de8a4edcade3ce42049697bc8ee65664b
parentb5e11bbc9fa083f0f7368485100fc73d3adab957 (diff)
downloadaur-undefined-medium-fonts.tar.gz
fix unbraced variables
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2fd25c87496..755d5ac0c0ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = undefined-medium-fonts
url = https://undefined-medium.com/
arch = any
license = custom:SIL
- source = undefined-medium-1.0.zip::https://github.com/andirueckel/undefined-medium/archive/v1.0.zip
+ source = undefined-medium-1.0-5.zip::https://github.com/andirueckel/undefined-medium/archive/v1.0.zip
sha256sums = 6e2acaae3bbd04347ba2c110fffc45560bc3c5e190e7dd223eb9ac648fcf0e84
pkgname = undefined-medium-fonts
diff --git a/PKGBUILD b/PKGBUILD
index 19a295e55800..388becfe1859 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Package for undefined-medium-fonts. Includes ttf, otf, and webfonts.'
arch=('any')
url='https://undefined-medium.com/'
license=('custom:SIL')
-source=("$_pkgname-$pkgver.zip::https://github.com/andirueckel/${_pkgname}/archive/v${pkgver}.zip")
+source=("${_pkgname}-${pkgver}-${pkgrel}.zip::https://github.com/andirueckel/${_pkgname}/archive/v${pkgver}.zip")
sha256sums=('6e2acaae3bbd04347ba2c110fffc45560bc3c5e190e7dd223eb9ac648fcf0e84')
package()