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


Commits:
856150fe by George Rawlinson at 2026-02-16T07:09:12+00:00
reuse: simplify conf

- - - - -
e5d30862 by George Rawlinson at 2026-02-16T07:20:20+00:00
upgpkg: 0.10.1-2

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,15 +1,16 @@
 pkgbase = git-bug
        pkgdesc = Distributed, offline-first bug tracker embedded in git, with 
bridges
        pkgver = 0.10.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/MichaelMure/git-bug
        arch = x86_64
        license = GPL-3.0-only
        makedepends = go
-       depends = gcc-libs
+       depends = glibc
        depends = git
        options = !lto
        source = git+https://github.com/MichaelMure/git-bug#tag=v0.10.1
-       sha256sums = 
4bedbb81c1b1f727bc0c62c065a20d60421665b03a4856b5f3a3226e19138d05
+       sha512sums = 
80e3b3bc1d6ae8847fa7bcda418e29f42caf345876ccf3715ae53ef8edf88bd7ab28bc158660c16b7f4ba021c15c365062b82fc112ad922fba5ba2c1b7a9e6e0
+       b2sums = 
cbeac34dc63676079f8ff5ba02abdc90762e1f55ffbc5572d98e2a4a8764ffd6ddce4ec6bb97712517c8c26401a7ee78ab9611f97244b63544bd9963e9d53b1e
 
 pkgname = git-bug


=====================================
PKGBUILD
=====================================
@@ -3,16 +3,17 @@
 
 pkgname=git-bug
 pkgver=0.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Distributed, offline-first bug tracker embedded in git, with bridges '
-arch=('x86_64')
+arch=(x86_64)
 url='https://github.com/MichaelMure/git-bug'
-license=('GPL-3.0-only')
-depends=('gcc-libs' 'git')
-makedepends=('go')
-options=('!lto')
+license=(GPL-3.0-only)
+depends=(glibc git)
+makedepends=(go)
+options=(!lto)
 source=("git+$url#tag=v$pkgver")
-sha256sums=('4bedbb81c1b1f727bc0c62c065a20d60421665b03a4856b5f3a3226e19138d05')
+sha512sums=('80e3b3bc1d6ae8847fa7bcda418e29f42caf345876ccf3715ae53ef8edf88bd7ab28bc158660c16b7f4ba021c15c365062b82fc112ad922fba5ba2c1b7a9e6e0')
+b2sums=('cbeac34dc63676079f8ff5ba02abdc90762e1f55ffbc5572d98e2a4a8764ffd6ddce4ec6bb97712517c8c26401a7ee78ab9611f97244b63544bd9963e9d53b1e')
 
 # NOTE: webui assets seem to be pregenerated & committed into the repo
 # so there is very little point in regenerating them


=====================================
REUSE.toml
=====================================
@@ -3,20 +3,8 @@ version = 1
 [[annotations]]
 path = [
     "PKGBUILD",
-    "README.md",
-    "keys/**",
     ".SRCINFO",
     ".nvchecker.toml",
-    "*.install",
-    "*.sysusers",
-    "*.tmpfiles",
-    "*.logrotate",
-    "*.pam",
-    "*.service",
-    "*.socket",
-    "*.timer",
-    "*.desktop",
-    "*.hook",
 ]
 SPDX-FileCopyrightText = "Arch Linux contributors"
 SPDX-License-Identifier = "0BSD"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-bug/-/compare/9cdd303fbca571b11d90821f6e44476b5cc7efc0...e5d30862395074c473b5b958c96d81bdda102897

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-bug/-/compare/9cdd303fbca571b11d90821f6e44476b5cc7efc0...e5d30862395074c473b5b958c96d81bdda102897
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to