summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kaplan2017-08-20 17:14:20 -0700
committerJeremy Kaplan2017-08-20 17:14:20 -0700
commit36773ec58b3d54e5cdee03a145947029c021f408 (patch)
tree7beb6ea9ede5b2e97d896e180aa436b4229823d5
parent69c314b1371870c44efcc03bb1970c71ee1a2b7a (diff)
downloadaur-36773ec58b3d54e5cdee03a145947029c021f408.tar.gz
Version 0.2.4
-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() {