summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxDShot2022-04-03 00:19:11 +0300
committerxDShot2022-04-03 00:19:11 +0300
commit6bc6568c2e9e0f319b88398944287540ee2f2784 (patch)
tree3ce2e380fe1540394fcb076dbaaa7ad85f8575e3 /PKGBUILD
parenta0bacc3aa7753d6931735b953daecce00f7077b1 (diff)
downloadaur-6bc6568c2e9e0f319b88398944287540ee2f2784.tar.gz
1.20.1
static linkage, no dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 359143b15db9..6ddda44edffa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
_pkgname=glualint
pkgname=${_pkgname}-bin
-pkgver=1.20.0
+pkgver=1.20.1
pkgrel=1
pkgdesc="Linter for Garry's mod Lua."
arch=('x86_64')
-depends=('libffi')
_githubrepo="https://github.com/FPtje/GLuaFixer"
url=${_githubrepo}
license=('LGPL2.1')
source=("${_githubrepo}/releases/download/${pkgver}/${_pkgname}-${pkgver}-linux.zip")
-sha256sums=('560e5411b932390258e33ee8aa13e7105156913ff5342b153a6c576ece425b8a')
+sha256sums=('81de134597867064bfc325744cc49476eeb131f5bd0b9ca498a41664a4ad3ae5')
package() {
install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"