git » offpunk-git.git » commit 42a05b6

Change repo to that of https://notabug.org/ploum/offpunk

author Klaus Alexander Seistrup
2022-08-04 19:16:11 UTC
committer Klaus Alexander Seistrup
2022-08-04 19:16:11 UTC
parent 4ff2199f01d7f0a33e8609b36cee11d605664155

Change repo to that of https://notabug.org/ploum/offpunk

Increase `epoch` to prevent `git describe --long` fuckup.

.SRCINFO +4 -3
PKGBUILD +4 -3

diff --git a/.SRCINFO b/.SRCINFO
index 72ddfb4..63f2f24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
 pkgbase = offpunk-git
 	pkgdesc = Fork of the command-line Gemini client AV-98 with added offline capabilities
-	pkgver = 1.4.r0.g63ebb80
+	pkgver = 1.2.r60.gd646c9d
 	pkgrel = 1
-	url = https://tildegit.org/ploum/offpunk
+	epoch = 1
+	url = https://notabug.org/ploum/offpunk.git
 	arch = any
 	license = BSD
 	makedepends = coreutils
@@ -23,7 +24,7 @@ pkgbase = offpunk-git
 	optdepends = xdg-utils: xdg-open opens a URL in the preferred application
 	conflicts = av-98-offline
 	noextract = offpunk
-	source = git+https://tildegit.org/ploum/offpunk.git
+	source = git+https://notabug.org/ploum/offpunk.git
 	sha256sums = SKIP
 
 pkgname = offpunk-git
diff --git a/PKGBUILD b/PKGBUILD
index f240df1..f390cc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
 
 pkgname='offpunk-git'
 _pkgname='offpunk'
-pkgver=1.4.r0.g63ebb80
+pkgver=1.2.r60.gd646c9d
 pkgrel=1
+epoch=1
 pkgdesc='Fork of the command-line Gemini client AV-98 with added offline capabilities'
 arch=('any')
-url='https://tildegit.org/ploum/offpunk'
+url='https://notabug.org/ploum/offpunk.git'
 license=('BSD')
 depends=(
   'python'
@@ -32,7 +33,7 @@ optdepends=(
   'xdg-utils: xdg-open opens a URL in the preferred application'
 )
 conflicts=('av-98-offline')
-source=("git+$url.git")
+source=("git+$url")
 noextract=("$_pkgname")
 sha256sums=('SKIP')