summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjxir2024-03-31 09:16:22 +0200
committerjxir2024-03-31 09:16:22 +0200
commit157002ce57c87513b251b7d0c212093d00cd2028 (patch)
treea07ec12299ad957eed4083dc044f55b8f324e393 /PKGBUILD
parentd7059df9083b75ae90dbab75ce0dc35fcf8d26ef (diff)
downloadaur-lua-wcwidth.tar.gz
SPDX license identifier
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1da54166758a..8593a5821ebc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=lua-wcwidth
pkgver=0.5
-pkgrel=2
+pkgrel=3
pkgdesc="Pure Lua implementation of the wcwidth() function"
arch=('any')
url="https://github.com/aperezdc/lua-wcwidth"
-license=('custom')
+license=('MIT')
depends=('lua')
makedepends=('luarocks')
source=("$pkgname-$pkgver.tar.gz::https://github.com/aperezdc/$pkgname/archive/v$pkgver.tar.gz")