Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / git-revise
Commits: 0c5af743 by Caleb Maclennan at 2024-04-04T13:40:58+03:00 upgpkg: 0.7.0-4: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = git-revise + pkgdesc = A git subcommand to efficiently update, split, and rearrange commits + pkgver = 0.7.0 + pkgrel = 4 + url = https://mystor.github.io/git-revise.html + arch = any + license = MIT + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-setuptools + depends = git + depends = python + source = https://files.pythonhosted.org/packages/source/g/git-revise/git-revise-0.7.0.tar.gz + sha256sums = af92ca2e7224c5e7ac2e16ed2f302dd36839a33521655c20fe0b7d693a1dc4c4 + +pkgname = git-revise ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=git-revise pkgdesc='A git subcommand to efficiently update, split, and rearrange commits' pkgver=0.7.0 -pkgrel=3 +pkgrel=4 url="https://mystor.github.io/$pkgname.html" arch=(any) license=(MIT) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/git-revise/-/commit/0c5af74366dbe57cd7b28c00d991d7fbe66d7b81 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/git-revise/-/commit/0c5af74366dbe57cd7b28c00d991d7fbe66d7b81 You're receiving this email because of your account on gitlab.archlinux.org.
