summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2017-05-04 11:36:11 +0200
committeractionless2017-05-04 11:36:11 +0200
commit8a71b387c42b6b801b4599620de995901084578c (patch)
tree5f2d770e75e0f9763030f87384250fc12503ec70
parent35021f272955b6c60accf3fa980e16931e7a6135 (diff)
downloadaur-8a71b387c42b6b801b4599620de995901084578c.tar.gz
add `git` to `makedepends`
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a92a66716142..1b586281cb5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
+# Generated by mksrcinfo v8
+# Thu May 4 09:35:45 UTC 2017
pkgbase = lua-lgi-git
pkgdesc = Lua bindings for gnome/gobject using gobject-introspection library
- pkgver = 0.9.0.r30.g2c5e63d
+ pkgver = 0.9.1.r26.g93eab44
pkgrel = 1
url = https://github.com/pavouk/lgi
arch = i686
arch = x86_64
license = custom:MIT
- makedepends = gobject-introspection
+ makedepends = git gobject-introspection
depends = glibc
depends = glib2
depends = libffi
diff --git a/PKGBUILD b/PKGBUILD
index 6c0402779611..f78ca154ff81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@
_pkgbase=lgi
pkgbase=lua-lgi-git
pkgname=$pkgbase
-pkgver=0.9.0.r30.g2c5e63d
+pkgver=0.9.1.r26.g93eab44
pkgrel=1
pkgdesc='Lua bindings for gnome/gobject using gobject-introspection library'
arch=(i686 x86_64)
url='https://github.com/pavouk/lgi'
license=('custom:MIT')
depends=('glibc' 'glib2' 'libffi' 'lua' 'gobject-introspection-runtime')
-makedepends=('gobject-introspection')
+makedepends=('git gobject-introspection')
replaces=('lgi' 'lua-lgi')
conflicts=('lgi' 'lua-lgi')
provides=('lua-lgi')