| author | Klaus Alexander Seistrup
<klaus@seistrup.dk> 2023-11-08 14:19:47 UTC |
| committer | Klaus Alexander Seistrup
<klaus@seistrup.dk> 2023-11-08 14:19:47 UTC |
| parent | 5f64ff283028590717c1478a69a00caad9117cfd |
| .SRCINFO | +2 | -2 |
| PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index 56b625f..cb6464f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = offpunk-git pkgdesc = Fork of the command-line Gemini client AV-98 with added offline capabilities - pkgver = 1.10.r0.ge4bc908 + pkgver = 2.0.beta2.r0.g8d082cb pkgrel = 1 epoch = 2 url = https://git.sr.ht/~lioploum/offpunk @@ -9,7 +9,7 @@ pkgbase = offpunk-git makedepends = coreutils makedepends = git makedepends = python-build - makedepends = python-flit-core + makedepends = python-hatchling makedepends = python-installer makedepends = python-wheel depends = python diff --git a/PKGBUILD b/PKGBUILD index a4e880a..9e7fe54 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname='offpunk-git' _pkgname='offpunk' -pkgver=1.10.r0.ge4bc908 +pkgver=2.0.beta2.r0.g8d082cb pkgrel=1 epoch=2 pkgdesc='Fork of the command-line Gemini client AV-98 with added offline capabilities' @@ -21,7 +21,7 @@ makedepends=( 'coreutils' 'git' 'python-build' - 'python-flit-core' + 'python-hatchling' 'python-installer' 'python-wheel' )