diff options
Diffstat (limited to 'community/luacheck/APKBUILD')
-rw-r--r-- | community/luacheck/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/luacheck/APKBUILD b/community/luacheck/APKBUILD index 89d2a46874..0d58b45e7f 100644 --- a/community/luacheck/APKBUILD +++ b/community/luacheck/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=luacheck -pkgver=0.22.0 +pkgver=0.22.1 pkgrel=0 pkgdesc="A tool for linting and static analysis of Lua code" url="https://github.com/mpeterv/luacheck" @@ -9,8 +9,7 @@ arch="noarch" license="MIT" depends="cmd:lua lua-filesystem" checkdepends="lua-busted" -source="$pkgname-$pkgver.tar.gz::https://github.com/mpeterv/$pkgname/archive/$pkgver.tar.gz - fix-caching-spec.patch" +source="$pkgname-$pkgver.tar.gz::https://github.com/mpeterv/$pkgname/archive/$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" check() { @@ -30,5 +29,4 @@ package() { install -D -m 755 bin/$pkgname.lua "$pkgdir"/usr/bin/$pkgname } -sha512sums="8264000711214e8451307e7f51a45b06d2fcd5da0d3cb49952d54b07a9448431ae3fd68a8cd0a27c73c3b03e6de74e8ae786c139707e16cf938921ab582d3bfd luacheck-0.22.0.tar.gz -43eb51299382083ad97b136c9d8d45f0422ee90a48d5d256b3b41ae98a7e6b714589a637fcef6359d54ec581229eedba86c86107866fd9baeb9a60e91145da20 fix-caching-spec.patch" +sha512sums="b4855331e848994242191138772ce55b07ebef98b616fdeda9c1549b71f539cd7e118dd06915edcf909f08334735924aebe356d4a7dd42a5d02bd5f5dd4f021d luacheck-0.22.1.tar.gz" |