| author | Klaus Alexander Seistrup
<klaus@seistrup.dk> 2022-11-18 16:03:01 UTC |
| committer | Klaus Alexander Seistrup
<klaus@seistrup.dk> 2022-11-18 16:03:01 UTC |
| parent | 507ee115d0fe75b75f0cd52832a4dec1db605ffb |
| .SRCINFO | +5 | -3 |
| PKGBUILD | +8 | -3 |
diff --git a/.SRCINFO b/.SRCINFO index 67b3b1f..a8f31b5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,9 +1,9 @@ pkgbase = offpunk-git pkgdesc = Fork of the command-line Gemini client AV-98 with added offline capabilities - pkgver = 1.2.r65.g45fd776 + pkgver = 1.7.1.r4.gc1f6119 pkgrel = 1 epoch = 1 - url = https://notabug.org/ploum/offpunk/ + url = https://git.sr.ht/~lioploum/offpunk arch = any license = BSD makedepends = coreutils @@ -22,9 +22,11 @@ pkgbase = offpunk-git optdepends = timg: view images and videos in the terminal optdepends = xsel: copies text to and from the clipboard optdepends = xdg-utils: xdg-open opens a URL in the preferred application + provides = offpunk + conflicts = offpunk conflicts = av-98-offline noextract = offpunk - source = git+https://notabug.org/ploum/offpunk/ + source = git+https://git.sr.ht/~lioploum/offpunk sha256sums = SKIP pkgname = offpunk-git diff --git a/PKGBUILD b/PKGBUILD index 3fdf276..ed52304 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,12 +3,13 @@ pkgname='offpunk-git' _pkgname='offpunk' -pkgver=1.2.r65.g45fd776 +pkgver=1.7.1.r4.gc1f6119 pkgrel=1 epoch=1 pkgdesc='Fork of the command-line Gemini client AV-98 with added offline capabilities' arch=('any') -url='https://notabug.org/ploum/offpunk/' +#url='https://notabug.org/ploum/offpunk/' +url='https://git.sr.ht/~lioploum/offpunk' license=('BSD') depends=( 'python' @@ -32,7 +33,11 @@ optdepends=( 'xsel: copies text to and from the clipboard' 'xdg-utils: xdg-open opens a URL in the preferred application' ) -conflicts=('av-98-offline') +provides=('offpunk') +conflicts=( + 'offpunk' + 'av-98-offline' +) source=("git+$url") noextract=("$_pkgname") sha256sums=('SKIP')