summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergii Fesenko2021-09-18 19:21:55 +0300
committerSergii Fesenko2021-09-18 19:22:43 +0300
commita89987f7072a7f11252f04f72fa18748aee05558 (patch)
treebc6da30a8954c1e09ca1fdd6a74c7437d617e204
parent48ef5201560211f923b6430300dc1ed020021ea5 (diff)
downloadaur-a89987f7072a7f11252f04f72fa18748aee05558.tar.gz
change source url to https://github.com/lite-xl/lite-xl
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79a997792bf1..cf756b0fe763 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lite-xl-git
pkgdesc = A lightweight text editor written in Lua
- pkgver = 2.0.beta1.r32.g8c86cc5
+ pkgver = 2.0.2.r91.g80a6b22
pkgrel = 1
url = https://lite-xl.github.io/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = lite-xl-git
depends = hicolor-icon-theme
provides = lite-xl
conflicts = lite-xl
- source = git+https://github.com/franko/lite-xl
+ source = git+https://github.com/lite-xl/lite-xl
sha256sums = SKIP
pkgname = lite-xl-git
diff --git a/PKGBUILD b/PKGBUILD
index ba17de3aa96d..2afcf7eb2911 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lite-xl-git
_pkgname=lite-xl
-pkgver=2.0.beta1.r32.g8c86cc5
+pkgver=2.0.2.r91.g80a6b22
pkgrel=1
pkgdesc='A lightweight text editor written in Lua'
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('lua52' 'sdl2' 'freetype2' 'pcre2' 'hicolor-icon-theme')
makedepends=('meson>=0.58')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("git+https://github.com/franko/lite-xl")
+source=("git+https://github.com/lite-xl/lite-xl")
sha256sums=('SKIP')
pkgver() {