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


Commits:
db079d7c by Caleb Maclennan at 2024-06-02T22:49:28+03:00
upgpkg: 0.26.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


=====================================
PKGBUILD
=====================================
@@ -4,13 +4,12 @@
 # Contributor: Wesley Moore <[email protected]>
 
 pkgname=gitui
-pkgver=0.26.2
+pkgver=0.26.3
 pkgrel=1
 pkgdesc='Blazing fast terminal-ui for git written in Rust'
 url='https://github.com/extrawurst/gitui'
 arch=('x86_64')
 license=('MIT')
-# work around two libssl.so providers being in the repos by only depending on 
package for now
 depends=('gcc-libs' 'glibc' 'libgit2' 'libxcb' 'openssl' 'zlib')
 makedepends=('cargo' 'git' 'python') # xcb crate needs python
 source=("git+$url.git?tag=$pkgver")
@@ -18,8 +17,6 @@ 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/db079d7c8743c9527261564efba9ec0c87bffef8

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


Reply via email to