summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOrhun Parmaksız2024-01-08 11:41:14 +0300
committerOrhun Parmaksız2024-01-08 11:41:14 +0300
commit27c7d8685275ad40c048de0950ea5ab104ba7b78 (patch)
treeb6c7db32a3b73a25b9078cef98194dbc205408f5 /PKGBUILD
parent8363b6b57ab2d457875e552028c875ab1a0819ce (diff)
downloadaur-27c7d8685275ad40c048de0950ea5ab104ba7b78.tar.gz
upgpkg: poketex-git 1.9.1.r0.g96b2b88-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c60ea192bab..e8bc8350fbdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/orhun/pkgbuilds
pkgname=poketex-git
-pkgver=1.8.0.r0.gf101f44
+pkgver=1.9.1.r0.g96b2b88
pkgrel=1
pkgdesc="Simple Pokedex based on TUI (git)"
arch=('x86_64')
@@ -22,7 +22,7 @@ pkgver() {
prepare() {
cd "${pkgname%-git}"
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+ cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}
build() {