summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxDShot2022-04-03 00:19:11 +0300
committerxDShot2022-04-03 00:19:11 +0300
commit6bc6568c2e9e0f319b88398944287540ee2f2784 (patch)
tree3ce2e380fe1540394fcb076dbaaa7ad85f8575e3
parenta0bacc3aa7753d6931735b953daecce00f7077b1 (diff)
downloadaur-6bc6568c2e9e0f319b88398944287540ee2f2784.tar.gz
1.20.1
static linkage, no dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da2837b4af29..72d14a6d7076 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = glualint-bin
pkgdesc = Linter for Garry's mod Lua.
- pkgver = 1.20.0
+ pkgver = 1.20.1
pkgrel = 1
url = https://github.com/FPtje/GLuaFixer
arch = x86_64
license = LGPL2.1
- depends = libffi
- source = https://github.com/FPtje/GLuaFixer/releases/download/1.20.0/glualint-1.20.0-linux.zip
- sha256sums = 560e5411b932390258e33ee8aa13e7105156913ff5342b153a6c576ece425b8a
+ source = https://github.com/FPtje/GLuaFixer/releases/download/1.20.1/glualint-1.20.1-linux.zip
+ sha256sums = 81de134597867064bfc325744cc49476eeb131f5bd0b9ca498a41664a4ad3ae5
pkgname = glualint-bin
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}"