summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxDShot2021-10-19 02:24:05 +0300
committerxDShot2021-10-19 02:24:05 +0300
commit276b44148160818a1a347150125d601b668a65a0 (patch)
tree15bd6d520a998ea76a773115240098d9dc3ddeb3 /PKGBUILD
parent385b3cebe348d58c847abd5fa0597d18fa82787a (diff)
downloadaur-276b44148160818a1a347150125d601b668a65a0.tar.gz
1.18.3
libffi6 dependency is replaced by libffi
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 284bf0b77bbc..afea177ec87d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
_pkgname=glualint
pkgname=${_pkgname}-bin
-pkgver=1.14.0
+pkgver=1.18.3
pkgrel=1
pkgdesc="Linter for Garry's mod Lua."
arch=('x86_64')
-depends=('libffi6')
+depends=('libffi')
_githubrepo="https://github.com/FPtje/GLuaFixer"
url=${_githubrepo}
license=('LGPL2.1')
source=("${_githubrepo}/releases/download/${pkgver}/${_pkgname}-${pkgver}-linux.zip")
-sha256sums=('0e609744fcf17822c084960f087ffe1a0b31f5690d0443f8827d3639a9617e86')
+sha256sums=('b8133493649fc1d7bd6504e0146a3ba55ec17b62f5e90f93b7e9a15afac876ac')
package() {
install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"