summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2017-05-04 11:37:39 +0200
committeractionless2017-05-04 11:37:39 +0200
commit95e79726376c2a88976a37387fa1ce77f3f69d70 (patch)
tree2caf1bb83e45d16feeefa099d7c6f0d18b9ddb98
parent8a71b387c42b6b801b4599620de995901084578c (diff)
downloadaur-95e79726376c2a88976a37387fa1ce77f3f69d70.tar.gz
add `git` to `makedepends` - 2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b586281cb5d..ce4b09fbd28d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Thu May 4 09:35:45 UTC 2017
+# Thu May 4 09:37:27 UTC 2017
pkgbase = lua-lgi-git
pkgdesc = Lua bindings for gnome/gobject using gobject-introspection library
pkgver = 0.9.1.r26.g93eab44
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pavouk/lgi
arch = i686
arch = x86_64
license = custom:MIT
- makedepends = git gobject-introspection
+ makedepends = git
+ makedepends = gobject-introspection
depends = glibc
depends = glib2
depends = libffi
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')