summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6edd02ed48f8..11f27905da72 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = tako-git
pkgdesc = A command language and shell based on Python
- pkgver = 0.0.20
+ pkgver = 0.2.4
pkgrel = 1
- url = https://notabug.org/adqm/tako
+ url = https://gitlab.com/adqm/tako
install = tako.install
arch = any
license = custom:Soopycat2
@@ -10,7 +10,7 @@ pkgbase = tako-git
makedepends = git
depends = python
conflicts = tako
- source = git+https://notabug.org/adqm/tako.git
+ source = git+https://gitlab.com/adqm/tako.git
sha256sums = SKIP
pkgname = tako-git
diff --git a/PKGBUILD b/PKGBUILD
index eac8efa3c737..6c573a85b0cf 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=tako-git
_gitname=tako
-pkgver=0.0.20
+pkgver=0.2.4
pkgrel=1
pkgdesc="A command language and shell based on Python"
arch=('any')
-url="https://notabug.org/adqm/$_gitname"
+url="https://gitlab.com/adqm/$_gitname"
license=('custom:Soopycat2')
depends=('python')
makedepends=('python-setuptools' 'git')
conflicts=('tako')
install=tako.install
-source=("git+https://notabug.org/adqm/$_gitname.git")
+source=("git+https://gitlab.com/adqm/$_gitname.git")
sha256sums=('SKIP')
pkgver() {