Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
tailspin


Commits:
4d7534b9 by Caleb Maclennan at 2023-12-04T22:02:20+03:00
upgpkg: 2.2.0-4: Be nicer to Arch derivatives on other platforms

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = tailspin
        pkgdesc = A log file highlighter
        pkgver = 2.2.0
-       pkgrel = 3
+       pkgrel = 4
        url = https://github.com/bensadeh/tailspin
        arch = x86_64
        arch = aarch64


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=tailspin
 pkgver=2.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A log file highlighter'
 url="https://github.com/bensadeh/$pkgname";
 arch=(x86_64 aarch64 arm armv7h armv6h)
@@ -15,7 +15,7 @@ 
sha256sums=('afa7ffa24d47d6266ea96b06ca9b30cc9898095dd4d077e8fe9618ace96c6b89')
 
 prepare() {
        cd "$_archive"
-       cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+       cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
        mv completions/{tspin.zsh,_tspin}
        mv completions/{tspin.bash,tspin}
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tailspin/-/commit/4d7534b983ea4dd10c67b921a3ce7887af733fd4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tailspin/-/commit/4d7534b983ea4dd10c67b921a3ce7887af733fd4
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to