summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1548eeed32e7..9eeb75903f98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = luajit-lgi
pkgdesc = LuaJIT bindings for gnome/gobject using gobject-introspection library
pkgver = 0.9.2
- pkgrel = 2
+ pkgrel = 4
url = https://github.com/pavouk/lgi
arch = x86_64
license = MIT
@@ -11,10 +11,7 @@ pkgbase = luajit-lgi
depends = libffi
depends = luajit
depends = gobject-introspection-runtime
- conflicts = lgi
- replaces = lgi
source = lgi-0.9.2.tar.gz::https://github.com/pavouk/lgi/archive/0.9.2.tar.gz
sha512sums = 755a96b78530f42da6d4e2664f8e37cb07a356419e7e6448003c3f841c9d98ad18b851715d9eb203ea7eb27b13ec46223fa8a1c90a99fd12960ce85b0a695335
pkgname = luajit-lgi
-
diff --git a/PKGBUILD b/PKGBUILD
index b0d7903cf435..0604e7f3be94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,15 +7,15 @@
pkgname=('luajit-lgi')
pkgver=0.9.2
-pkgrel=2
+pkgrel=4
pkgdesc='LuaJIT bindings for gnome/gobject using gobject-introspection library'
url='https://github.com/pavouk/lgi'
arch=('x86_64')
license=('MIT')
depends=('glibc' 'glib2' 'libffi' 'luajit' 'gobject-introspection-runtime')
makedepends=('gobject-introspection')
-replaces=('lgi')
-conflicts=('lgi')
+#replaces=('lgi')
+#conflicts=('lgi')
source=(lgi-${pkgver}.tar.gz::https://github.com/pavouk/lgi/archive/${pkgver}.tar.gz)
sha512sums=('755a96b78530f42da6d4e2664f8e37cb07a356419e7e6448003c3f841c9d98ad18b851715d9eb203ea7eb27b13ec46223fa8a1c90a99fd12960ce85b0a695335')