summarylogtreecommitdiffstats
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
parent8363b6b57ab2d457875e552028c875ab1a0819ce (diff)
downloadaur-27c7d8685275ad40c048de0950ea5ab104ba7b78.tar.gz
upgpkg: poketex-git 1.9.1.r0.g96b2b88-1
upstream release
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ba229c2491e..dcf16df0edbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = poketex-git
pkgdesc = Simple Pokedex based on TUI (git)
- pkgver = 1.8.0.r0.gf101f44
+ pkgver = 1.9.1.r0.g96b2b88
pkgrel = 1
url = https://github.com/ckaznable/poketex
arch = x86_64
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() {