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


Commits:
ddc48b34 by Caleb Maclennan at 2026-02-14T22:17:48+03:00
Simplify host tuple detection, avoids wasted subshell

- - - - -
6b50b070 by Caleb Maclennan at 2026-02-14T22:20:23+03:00
upgpkg: 0.8.1-2: Deprecate gcc-libs, identify specific sodepends

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,15 @@
 pkgbase = gurk
        pkgdesc = Signal Messenger client for terminal
        pkgver = 0.8.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/boxdot/gurk-rs
        arch = x86_64
        license = AGPL-3.0-only
        makedepends = cargo
        makedepends = protobuf
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
+       depends = libgcc_s.so
        depends = sqlcipher
        replaces = gurk-bin
        options = !lto


=====================================
PKGBUILD
=====================================
@@ -3,15 +3,15 @@
 
 pkgname=gurk
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Signal Messenger client for terminal"
 url='https://github.com/boxdot/gurk-rs'
 arch=('x86_64')
 license=('AGPL-3.0-only')
 depends=(
-  'gcc-libs'
-  'glibc'
-  'sqlcipher'
+  glibc # libc.so libm.so
+  libgcc libgcc_s.so
+  sqlcipher # libsqlcipher.so
 )
 makedepends=(
   'cargo'
@@ -25,7 +25,7 @@ 
b2sums=('ffdfe87b7569c0e46bdf491191f15b6b055386ce24ba4805a4490a560e4f5a09faa3771
 
 prepare() {
   cd "${pkgname}-rs-${pkgver}"
-  cargo fetch --locked --target "$(rustc --print host-tuple)"
+  cargo fetch --locked --target host-tuple
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gurk/-/compare/1b8b5d5f63b314746d02577a1aeb6384f0e4ae3b...6b50b070980b5f462ad75dc5b7d0f91525866eba

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gurk/-/compare/1b8b5d5f63b314746d02577a1aeb6384f0e4ae3b...6b50b070980b5f462ad75dc5b7d0f91525866eba
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to