summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWhezzel2020-03-23 09:20:29 -0500
committerWhezzel2020-03-23 09:20:29 -0500
commit5fe97427adbe89bd5b7b3c21cbc9ba4da52ed968 (patch)
treec7fbb08de8a4edcade3ce42049697bc8ee65664b /PKGBUILD
parentb5e11bbc9fa083f0f7368485100fc73d3adab957 (diff)
downloadaur-undefined-medium-fonts.tar.gz
fix unbraced variables
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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()