summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-08-06 00:29:19 +0300
committerCaleb Maclennan2021-08-06 00:29:19 +0300
commitec13bf383dffedf2048ea0610e8688fca92b8e84 (patch)
tree707a9078c8baeb037daa90d800bf2ec27b3fc348
parent1bcd2074c2e92919791b5cb20943a48d4960ec77 (diff)
downloadaur-ec13bf383dffedf2048ea0610e8688fca92b8e84.tar.gz
upgpkg: mfek-glif 1.0a-5
Fix typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfc7ae0b45f8..b989d1b59a3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mfek-glif
pkgdesc = A stand-alone glyph viewer and editor (from Modular Font Editor K)
pkgver = 1.0a
- pkgrel = 3
+ pkgrel = 5
url = https://github.com/MFEK/glif
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index f18672afa2bc..84a07453a2c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=glif
pkgname=mfek-$_pkgname
pkgver=1.0a
-pkgrel=4
+pkgrel=5
pkgdesc='A stand-alone glyph viewer and editor (from Modular Font Editor K)'
arch=(x86_64)
url="https://github.com/MFEK/$_pkgname"
@@ -24,7 +24,7 @@ prepare() {
build() {
cd "$_archive"
- export CARGO_TARAGET_DIR=target
+ export CARGO_TARGET_DIR=target
cargo build --frozen --release --all-features
}