summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2017-05-04 11:36:11 +0200
committeractionless2017-05-04 11:36:11 +0200
commit8a71b387c42b6b801b4599620de995901084578c (patch)
tree5f2d770e75e0f9763030f87384250fc12503ec70 /PKGBUILD
parent35021f272955b6c60accf3fa980e16931e7a6135 (diff)
downloadaur-8a71b387c42b6b801b4599620de995901084578c.tar.gz
add `git` to `makedepends`
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')