Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
git-absorb
Commits:
6ad7d9e9 by Orhun Parmaksız at 2025-03-09T23:16:32+03:00
upgpkg: 0.7.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,18 @@
pkgbase = git-absorb
pkgdesc = git commit --fixup, but automatic
- pkgver = 0.6.17
- pkgrel = 4
+ pkgver = 0.7.0
+ pkgrel = 1
url = https://github.com/tummychow/git-absorb
arch = x86_64
license = BSD
+ checkdepends = git
makedepends = cargo
+ makedepends = asciidoc
depends = gcc-libs
depends = glibc
depends = libgit2
- source =
git-absorb-0.6.17.tar.gz::https://github.com/tummychow/git-absorb/archive/0.6.17.tar.gz
- sha256sums =
512ef2bf0e642f8c34eb56aad657413bd9e04595e3bc4650ecf1c0799f148ca4
+ source =
git-absorb-0.7.0.tar.gz::https://github.com/tummychow/git-absorb/archive/0.7.0.tar.gz
+ sha256sums =
65f5b80bcb726a0c40eeda94ccb47fce7f3fc4ed16021465196a37b907083eb8
pkgname = git-absorb
depends = gcc-libs
=====================================
PKGBUILD
=====================================
@@ -3,16 +3,17 @@
# Contributor: AsamK <[email protected]>
pkgname=git-absorb
-pkgver=0.6.17
-pkgrel=4
+pkgver=0.7.0
+pkgrel=1
pkgdesc="git commit --fixup, but automatic"
arch=('x86_64')
url="https://github.com/tummychow/git-absorb"
license=('BSD')
depends=('gcc-libs' 'glibc' 'libgit2')
-makedepends=('cargo')
+makedepends=('cargo' 'asciidoc')
+checkdepends=('git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tummychow/git-absorb/archive/${pkgver}.tar.gz")
-sha256sums=('512ef2bf0e642f8c34eb56aad657413bd9e04595e3bc4650ecf1c0799f148ca4')
+sha256sums=('65f5b80bcb726a0c40eeda94ccb47fce7f3fc4ed16021465196a37b907083eb8')
prepare() {
cd "${pkgname}-${pkgver}"
@@ -25,9 +26,11 @@ build() {
CFLAGS+=' -ffat-lto-objects'
export LIBGIT2_NO_VENDOR=1
cargo build --release --frozen
- "target/release/$pkgname" --gen-completions bash >
"completions/$pkgname.bash"
- "target/release/$pkgname" --gen-completions fish >
"completions/$pkgname.fish"
- "target/release/$pkgname" --gen-completions zsh > "completions/_$pkgname"
+ "target/release/$pkgname" --gen-completions bash >"completions/$pkgname.bash"
+ "target/release/$pkgname" --gen-completions fish >"completions/$pkgname.fish"
+ "target/release/$pkgname" --gen-completions zsh >"completions/_$pkgname"
+ cd "Documentation"
+ make
}
check() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-absorb/-/commit/6ad7d9e91c4ba6636da42134db45febeda508482
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-absorb/-/commit/6ad7d9e91c4ba6636da42134db45febeda508482
You're receiving this email because of your account on gitlab.archlinux.org.