George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
git-grab


Commits:
8a43e522 by George Rawlinson at 2026-02-16T07:35:02+00:00
reuse: simplify conf

- - - - -
3fe0ee5b by George Rawlinson at 2026-02-16T07:39:22+00:00
upgpkg: 4.0.1-3

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,14 @@
 pkgbase = git-grab
        pkgdesc = A tool to clone git repositories to a standard location 
organised by domain and path
        pkgver = 4.0.1
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/wezm/git-grab
        arch = x86_64
        license = MIT OR Apache-2.0
        makedepends = rust
+       depends = glibc
+       depends = libgcc
        depends = git
-       depends = gcc-libs
        options = !lto
        source = git-grab::git+https://github.com/wezm/git-grab.git#tag=4.0.1
        sha512sums = 
d2de025ad0208d94a8e0f6d86754e7dd08fc520747a65f0462865afe952c2d94a65b1ef3604e00a6b5cf84d1fa3c663d9b5474c20a25ef85afad4863767bce29


=====================================
PKGBUILD
=====================================
@@ -4,12 +4,16 @@
 
 pkgname=git-grab
 pkgver=4.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A tool to clone git repositories to a standard location organised by 
domain and path'
 arch=(x86_64)
 url='https://github.com/wezm/git-grab'
 license=('MIT OR Apache-2.0')
-depends=(git gcc-libs)
+depends=(
+  glibc
+  libgcc
+  git
+)
 makedepends=(rust)
 options=(!lto)
 source=("$pkgname::git+$url.git#tag=$pkgver")


=====================================
REUSE.toml
=====================================
@@ -3,8 +3,6 @@ version = 1
 [[annotations]]
 path = [
     "PKGBUILD",
-    "README.md",
-    "keys/**",
     ".SRCINFO",
     ".nvchecker.toml",
 ]



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-grab/-/compare/3f60ddbba97867ac3f7973e0d37f5d1a1f67147c...3fe0ee5b9d83b4f405d62b43b1efb5037eab9621

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-grab/-/compare/3f60ddbba97867ac3f7973e0d37f5d1a1f67147c...3fe0ee5b9d83b4f405d62b43b1efb5037eab9621
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to