Package Details: stgit 2.4.6-1

Git Clone URL: https://aur.archlinux.org/stgit.git (read-only, click to copy)
Package Base: stgit
Description: Stack-based patch management for Git
Upstream URL: https://stacked-git.github.io/
Licenses: GPL2
Submitter: None
Maintainer: jpgrayson
Last Packager: jpgrayson
Votes: 22
Popularity: 0.000092
First Submitted: 2007-03-31 20:22 (UTC)
Last Updated: 2024-04-07 22:51 (UTC)

Latest Comments

« First ‹ Previous 1 2

terinjokes commented on 2018-11-19 19:09 (UTC)

@jpgrayson GitHub archive tarballs are not guaranteed to be deterministic. (Likewise, tarballs generated by Git are also not deterministic).

I'll fix this package, but it would be great if definitive release tarballs could be uploaded somewhere.

jpgrayson commented on 2018-11-19 15:07 (UTC)

The sha256 sum in the 0.19-1 PKGBUILD seems to be incorrect. I believe it should be:

58fa01c07f67c88b3c32811bb6c949558590aa3ce7624e0dcaf00b72c3c2a4f6

I am one of the upstream maintainers. I verified that the above sha256 sum matches both the v0.19.tar.gz downloaded from GitHub and the tarball I produce from my stgit repo with git archive --format=tar.gz --prefix=stgit-0.19/ v0.19.

Thanks for maintaining the stgit package for Arch!

immae commented on 2018-11-09 16:58 (UTC)

super thanks @terinjokes :)

terinjokes commented on 2018-11-07 07:39 (UTC)

I requested a new release to be cut, and was surprised it happened today. Working up updating this package and migrating it to Python 3. :)

terinjokes commented on 2018-10-25 18:33 (UTC)

@immae: Unfortunately, the latest release (0.18) doesn't support Python 3. I'll remove the dependency on Python 2 once the next release has been tagged.

immae commented on 2018-10-25 11:10 (UTC)

Hey there, stgit supports python3, maybe we should remove the python2 dependency?

terinjokes commented on 2017-12-30 01:59 (UTC)

@pcmoore: I'll give it a shot over this weekend.

pcmoore commented on 2017-12-28 14:29 (UTC)

Is anyone planning on stepping up and adopting this package? I can volunteer to adopt this package if needed, but I have little/no Arch packaging experience ...

clonejo commented on 2017-11-03 13:00 (UTC)

Current source URL is broken, also v0.18 is out. Below patch is mostly untested. diff --git a/PKGBUILD b/PKGBUILD index 7c87c6f..c5d0156 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Ilkka Laukkanen <ilkka.s.laukkanen@gmail.com> pkgname=stgit -pkgver=0.17.1 +pkgver=0.18 pkgrel=1 pkgdesc="Pushing/popping patches to/from a stack on top of Git, similar to Quilt" url="http://www.procode.org/stgit/" @@ -11,8 +11,8 @@ arch=('any') license=('GPL') depends=('python2' 'git') makedepends=('xmlto' 'asciidoc') -source=("http://download.gna.org/stgit/stgit-${pkgver}.tar.gz") -md5sums=('12e10e73276fa865098a23f032effd9b') +source=("https://github.com/ctmarinas/stgit/archive/v${pkgver}.tar.gz") +sha256sums=('00c83a0a057ee61a300f2291b8926f85521ffd1c92b4cb5152e2be3bf836d3a5') build() { cd "$srcdir"/$pkgname-$pkgver