summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a996152167a..d89d4f9a1ce1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@ _pkgname=lgi
_luaver=5.1
pkgname=("lua${_luaver//./}-${_pkgname}")
pkgver=0.9.2
-pkgrel=1
+pkgrel=2
pkgdesc='Lua 5.1 bindings for GObject using gobject-introspection library'
url='https://github.com/pavouk/lgi'
arch=('x86_64')
license=('MIT')
depends=('glibc' 'glib2' 'libffi' "lua${_luaver//./}" 'gobject-introspection-runtime')
makedepends=('gobject-introspection')
+conflicts=('luajit-lgi')
#optdepends=("lua${_luaver//./}-debugger: dump-typelib${_luaver} script")
source=(${_pkgname}-${pkgver}.tar.gz::https://github.com/pavouk/lgi/archive/${pkgver}.tar.gz)
sha512sums=('755a96b78530f42da6d4e2664f8e37cb07a356419e7e6448003c3f841c9d98ad18b851715d9eb203ea7eb27b13ec46223fa8a1c90a99fd12960ce85b0a695335')