Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
git-revise


Commits:
04acab37 by Caleb Maclennan at 2026-02-23T10:32:59+03:00
upgpkg: 0.8.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,17 +1,17 @@
 pkgbase = git-revise
        pkgdesc = A git subcommand to efficiently update, split, and rearrange 
commits
-       pkgver = 0.7.0
-       pkgrel = 6
+       pkgver = 0.8.0
+       pkgrel = 1
        url = https://mystor.github.io/git-revise.html
        arch = any
        license = MIT
        makedepends = python-build
        makedepends = python-installer
        makedepends = python-wheel
-       makedepends = python-setuptools
+       makedepends = python-hatchling
        depends = git
        depends = python
-       source = 
https://files.pythonhosted.org/packages/source/g/git-revise/git-revise-0.7.0.tar.gz
-       sha256sums = 
af92ca2e7224c5e7ac2e16ed2f302dd36839a33521655c20fe0b7d693a1dc4c4
+       source = 
https://files.pythonhosted.org/packages/source/g/git-revise/git_revise-0.8.0.tar.gz
+       sha256sums = 
3239b1809cd659b33f6f323d3bfca5c7e3a9eb2eace223cf63b346f91c8c831c
 
 pkgname = git-revise


=====================================
PKGBUILD
=====================================
@@ -3,18 +3,18 @@
 
 pkgname=git-revise
 pkgdesc='A git subcommand to efficiently update, split, and rearrange commits'
-pkgver=0.7.0
-pkgrel=6
+pkgver=0.8.0
+pkgrel=1
 url="https://mystor.github.io/$pkgname.html";
 arch=(any)
 license=(MIT)
 depends=(git
          python)
 makedepends=(python-{build,installer,wheel}
-             python-setuptools)
-_archive="$pkgname-$pkgver"
+             python-hatchling)
+_archive="${pkgname/-/_}-$pkgver"
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_archive.tar.gz";)
-sha256sums=('af92ca2e7224c5e7ac2e16ed2f302dd36839a33521655c20fe0b7d693a1dc4c4')
+sha256sums=('3239b1809cd659b33f6f323d3bfca5c7e3a9eb2eace223cf63b346f91c8c831c')
 
 build() {
        cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-revise/-/commit/04acab37379de6f498fbf7b70f5f52d3ea01e1e1

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-revise/-/commit/04acab37379de6f498fbf7b70f5f52d3ea01e1e1
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to