summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2017-05-04 11:37:39 +0200
committeractionless2017-05-04 11:37:39 +0200
commit95e79726376c2a88976a37387fa1ce77f3f69d70 (patch)
tree2caf1bb83e45d16feeefa099d7c6f0d18b9ddb98 /PKGBUILD
parent8a71b387c42b6b801b4599620de995901084578c (diff)
downloadaur-95e79726376c2a88976a37387fa1ce77f3f69d70.tar.gz
add `git` to `makedepends` - 2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f78ca154ff81..6af199eebc90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@ _pkgbase=lgi
pkgbase=lua-lgi-git
pkgname=$pkgbase
pkgver=0.9.1.r26.g93eab44
-pkgrel=1
+pkgrel=2
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=('git gobject-introspection')
+makedepends=('git' 'gobject-introspection')
replaces=('lgi' 'lua-lgi')
conflicts=('lgi' 'lua-lgi')
provides=('lua-lgi')