[arch-commits] Commit in lgi/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jul 31 18:36:05 UTC 2020
Date: Friday, July 31, 2020 @ 18:36:04
Author: felixonmars
Revision: 392803
upgpkg: lgi 0.9.2-3: add missing conflict to previous lua-lgi
Modified:
lgi/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-31 18:33:21 UTC (rev 392802)
+++ PKGBUILD 2020-07-31 18:36:04 UTC (rev 392803)
@@ -5,7 +5,7 @@
pkgbase=lgi
pkgname=('lua53-lgi')
pkgver=0.9.2
-pkgrel=2
+pkgrel=3
pkgdesc='Lua bindings for gnome/gobject using gobject-introspection library'
url='https://github.com/pavouk/lgi'
arch=('x86_64')
@@ -13,7 +13,7 @@
depends=('glibc' 'glib2' 'libffi' 'lua53' 'gobject-introspection-runtime')
makedepends=('gobject-introspection')
replaces=('lgi')
-conflicts=('lgi')
+conflicts=('lgi' 'lua-lgi')
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/pavouk/lgi/archive/${pkgver}.tar.gz)
sha512sums=('755a96b78530f42da6d4e2664f8e37cb07a356419e7e6448003c3f841c9d98ad18b851715d9eb203ea7eb27b13ec46223fa8a1c90a99fd12960ce85b0a695335')
More information about the arch-commits
mailing list