summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e21eeb3d68a..d24f2aa73c9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lua51-lgi
pkgdesc = Lua 5.1 bindings for GObject using gobject-introspection library
pkgver = 0.9.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pavouk/lgi
arch = x86_64
license = MIT
@@ -11,6 +11,7 @@ pkgbase = lua51-lgi
depends = libffi
depends = lua51
depends = gobject-introspection-runtime
+ conflicts = luajit-lgi
source = lgi-0.9.2.tar.gz::https://github.com/pavouk/lgi/archive/0.9.2.tar.gz
sha512sums = 755a96b78530f42da6d4e2664f8e37cb07a356419e7e6448003c3f841c9d98ad18b851715d9eb203ea7eb27b13ec46223fa8a1c90a99fd12960ce85b0a695335
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')