Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / git-bug
Commits: 327e9e8a by Caleb Maclennan at 2025-05-06T02:17:16+03:00 upgpkg: 0.8.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = git-bug pkgdesc = Distributed, offline-first bug tracker embedded in git, with bridges - pkgver = 0.8.0 - pkgrel = 2 + pkgver = 0.8.1 + pkgrel = 1 url = https://github.com/MichaelMure/git-bug arch = x86_64 license = GPL-3.0-only @@ -9,7 +9,7 @@ pkgbase = git-bug depends = gcc-libs depends = git options = !lto - source = git+https://github.com/MichaelMure/git-bug#tag=v0.8.0 - sha256sums = f7e6dc8727a4637ff966c53047ae31e9327dfdfc5a87f988aba7f9ca62f2f30b + source = git+https://github.com/MichaelMure/git-bug#tag=v0.8.1 + sha256sums = 4356f9c49905b1ca587d59366922bb94ba27e9650ff12778e1643c409dba8f67 pkgname = git-bug ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Maintainer: Caleb Maclennan <ca...@alerque.com> pkgname=git-bug -pkgver=0.8.0 -pkgrel=2 +pkgver=0.8.1 +pkgrel=1 pkgdesc='Distributed, offline-first bug tracker embedded in git, with bridges ' arch=('x86_64') url='https://github.com/MichaelMure/git-bug' @@ -12,7 +12,7 @@ depends=('gcc-libs' 'git') makedepends=('go') options=('!lto') source=("git+$url#tag=v$pkgver") -sha256sums=('f7e6dc8727a4637ff966c53047ae31e9327dfdfc5a87f988aba7f9ca62f2f30b') +sha256sums=('4356f9c49905b1ca587d59366922bb94ba27e9650ff12778e1643c409dba8f67') # NOTE: webui assets seem to be pregenerated & committed into the repo # so there is very little point in regenerating them @@ -70,7 +70,7 @@ package() { install -vDm644 misc/completion/zsh/git-bug "$pkgdir/usr/share/zsh/site-functions/_$pkgname" # documentation - install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md - install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname/doc" doc/*.{md,png} - cp -vr doc/md "$pkgdir/usr/share/doc/$pkgname/doc" + install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md + install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname/md/" doc/md/*.md + install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname/assets/" doc/assets/*.png } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/git-bug/-/commit/327e9e8a89829f49362a53464a8229045bc3ab6b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/git-bug/-/commit/327e9e8a89829f49362a53464a8229045bc3ab6b You're receiving this email because of your account on gitlab.archlinux.org.