summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 627004343a65..faad55520c2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = lrexrepl
pkgdesc = Commandline tool: Search and Replace in multiple files using Regular Expressions and Lua
pkgver = 0.2.0
pkgrel = 1
- url = https://luarocks.org/modules/osch/lrexrepl
+ url = https://github.com/osch/lrexrepl/#lrexrepl
arch = i686
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 3cca326d3119..2467b7902847 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
rockrel=1
pkgdesc="Commandline tool: Search and Replace in multiple files using Regular Expressions and Lua"
arch=('i686' 'x86_64')
-url="https://luarocks.org/modules/osch/$pkgname"
+url="https://github.com/osch/lrexrepl/#lrexrepl"
license=('MIT')
depends=('lua' 'lrexlib-pcre' 'lua-filesystem')
source=("https://github.com/osch/$pkgname/archive/v$pkgver.tar.gz")