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


Commits:
40a8bc46 by Caleb Maclennan at 2024-05-20T21:16:47+03:00
upgpkg: 0.26.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = gitui
        pkgdesc = Blazing fast terminal-ui for git written in Rust
-       pkgver = 0.26.1
-       pkgrel = 5
+       pkgver = 0.26.2
+       pkgrel = 1
        url = https://github.com/extrawurst/gitui
        arch = x86_64
        license = MIT
@@ -14,7 +14,7 @@ pkgbase = gitui
        depends = libxcb
        depends = openssl
        depends = zlib
-       source = git+https://github.com/extrawurst/gitui.git?tag=0.26.1
+       source = git+https://github.com/extrawurst/gitui.git?tag=0.26.2
        sha256sums = SKIP
 
 pkgname = gitui


=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
 # Contributor: Wesley Moore <w...@wezm.net>
 
 pkgname=gitui
-pkgver=0.26.1
-pkgrel=5
+pkgver=0.26.2
+pkgrel=1
 pkgdesc='Blazing fast terminal-ui for git written in Rust'
 url='https://github.com/extrawurst/gitui'
 arch=('x86_64')
@@ -18,6 +18,8 @@ sha256sums=('SKIP')
 
 prepare() {
   cd "$pkgname"
+  # https://github.com/extrawurst/gitui/issues/2234
+  git cherry-pick -n b925155b7fcf95062e0bbae2295384e1f188ab1a
   cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gitui/-/commit/40a8bc4675528cdbf0ddc5431176d34c915b1b38

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


Reply via email to