summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1758532a19ae..14740a05e8e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,16 @@ pkgname=lua-utf8
pkgver=0.1.1
_rockname=luautf8
_rockrel=1
-pkgrel=2
-pkgdesc="Add UTF-8 support to Lua, compatible with Lua string module."
+pkgrel=3
+pkgdesc='Add UTF-8 support to Lua, compatible with Lua string module.'
arch=('i686' 'x86_64')
-url="http://github.com/starwing/luautf8"
+url='http://github.com/starwing/luautf8'
license=('MIT')
depends=('lua')
makedepends=('luarocks')
conflicts=()
source=("https://luarocks.org/${_rockname}-${pkgver}-${_rockrel}.src.rock")
+noextract=("${_rockname}-${pkgver}-${_rockrel}.src.rock")
sha256sums=('51aa211a9d39d62c65bfcca4eccb8482a11bfe918992eed58104b646338d62a0')
package() {