Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / git-absorb
Commits: 24bf9428 by Orhun Parmaksız at 2023-11-29T13:36:41+03:00 upgpkg: 0.6.11-1: upstream release - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = git-absorb + pkgdesc = git commit --fixup, but automatic + pkgver = 0.6.11 + pkgrel = 1 + url = https://github.com/tummychow/git-absorb + arch = x86_64 + license = BSD + makedepends = cargo + depends = libgit2 + source = git-absorb-0.6.11.tar.gz::https://github.com/tummychow/git-absorb/archive/0.6.11.tar.gz + sha256sums = 36c3b2c7bcd1d9db5d1dedd02d6b0ac58faaeb6fd50df7ff01f5cf87e5367b52 + +pkgname = git-absorb ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: AsamK <[email protected]> pkgname=git-absorb -pkgver=0.6.10 -pkgrel=2 +pkgver=0.6.11 +pkgrel=1 pkgdesc="git commit --fixup, but automatic" arch=('x86_64') url="https://github.com/tummychow/git-absorb" @@ -12,7 +12,7 @@ license=('BSD') depends=('libgit2') makedepends=('cargo') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tummychow/git-absorb/archive/${pkgver}.tar.gz") -sha256sums=('6cc58d2ae50027a212811faa065623666ccb6e8bd933e801319aaf92b164aa0a') +sha256sums=('36c3b2c7bcd1d9db5d1dedd02d6b0ac58faaeb6fd50df7ff01f5cf87e5367b52') prepare() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/git-absorb/-/commit/24bf94287dd333d2b3287de4b80ddd5a91417448 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/git-absorb/-/commit/24bf94287dd333d2b3287de4b80ddd5a91417448 You're receiving this email because of your account on gitlab.archlinux.org.
