summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 232c9b6215ca..86da4c7bead6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = kak-smarttab-git
pkgdesc = Provides commands for three different ways of handling indentation
pkgver = r18.1321c30
pkgrel = 2
- url = https://gitlab.com/andreyorst/smarttab.kak
+ url = https://github.com/andreyorst/smarttab.kak
install = kak-smarttab-git.install
arch = any
license = MIT
@@ -10,7 +10,7 @@ pkgbase = kak-smarttab-git
depends = kakoune
provides = kak-smarttab
conflicts = kak-smarttab
- source = git+https://gitlab.com/andreyorst/smarttab.kak
+ source = git+https://github.com/andreyorst/smarttab.kak
sha256sums = SKIP
pkgname = kak-smarttab-git
diff --git a/PKGBUILD b/PKGBUILD
index f241000ca871..529929fa46e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Lennard Hofmann <lennard dot hofmann at web dot de>
pkgname=kak-smarttab-git
_reponame=smarttab.kak
-pkgver=r18.1321c30
-pkgrel=2
+pkgver=r20.e7fe8ef
+pkgrel=1
pkgdesc='Provides commands for three different ways of handling indentation'
arch=(any)
-url="https://gitlab.com/andreyorst/$_reponame"
+url="https://github.com/andreyorst/$_reponame"
license=(MIT)
depends=(kakoune)
makedepends=(git)