summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxDShot2021-11-10 12:43:27 +0300
committerxDShot2021-11-10 12:43:27 +0300
commit7fb2eb7328bb1cb255b29b916ac3e3cfc0e661ad (patch)
tree8507eb6e068c4513df36d657c1911b482414c9e8 /PKGBUILD
parent276b44148160818a1a347150125d601b668a65a0 (diff)
downloadaur-7fb2eb7328bb1cb255b29b916ac3e3cfc0e661ad.tar.gz
libffi7 dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afea177ec87d..0638e76ed0f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
_pkgname=glualint
pkgname=${_pkgname}-bin
pkgver=1.18.3
-pkgrel=1
+pkgrel=2
pkgdesc="Linter for Garry's mod Lua."
arch=('x86_64')
-depends=('libffi')
+depends=('libffi7')
_githubrepo="https://github.com/FPtje/GLuaFixer"
url=${_githubrepo}
license=('LGPL2.1')