summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lua/luautf8/luautf8-9999.ebuild')
-rw-r--r--dev-lua/luautf8/luautf8-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lua/luautf8/luautf8-9999.ebuild b/dev-lua/luautf8/luautf8-9999.ebuild
index c39c74b..4a51f9a 100644
--- a/dev-lua/luautf8/luautf8-9999.ebuild
+++ b/dev-lua/luautf8/luautf8-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,9 +9,9 @@ GITHUB_A="starwing"
inherit lua
DESCRIPTION="lightweight, native, lazy evaluating multithreading library"
-HOMEPAGE="https://github.com/LuaLanes/lanes"
+HOMEPAGE="https://github.com/starwing/luautf8"
-SRC_URI="http://unicode.org/Public/UCD/latest/ucd/UCD.zip"
+SRC_URI="https://unicode.org/Public/UCD/latest/ucd/UCD.zip"
LICENSE="MIT"
SLOT="0"
@@ -25,7 +25,7 @@ src_unpack() {
local ucd="${WORKDIR}/all/${P}/ucd";
lua_src_unpack
mkdir "${ucd}"
- mv ${WORKDIR}/all/*.txt "${ucd}"
+ mv "${WORKDIR}"/all/*.txt "${ucd}"
}
all_lua_prepare() {