summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Shparber2016-04-28 00:23:15 -0400
committerOleg Shparber2016-04-28 00:23:15 -0400
commit974c710b205498f496793698bfa5fa7cf74b0842 (patch)
tree4c9f5efc26ab567f67e7e2be2f3a9e4ebd8ca2e7
parent203a28682063e54563caec3c5e04916b8aab84d8 (diff)
downloadaur-974c710b205498f496793698bfa5fa7cf74b0842.tar.gz
awesome-git: Depend on lua-lgi-git
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18f9719de1f6..70d7ce2309ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = awesome-git
pkgdesc = Highly configurable framework window manager
- pkgver = 3.5.2.539.g2c3c6b5
+ pkgver = 3.5.2.1519.g2010901
pkgrel = 1
url = http://awesome.naquadah.org/
arch = i686
@@ -20,7 +20,7 @@ pkgbase = awesome-git
depends = libxdg-basedir
depends = libxkbcommon-x11
depends = lua
- depends = lua-lgi
+ depends = lua-lgi-git
depends = pango
depends = startup-notification
depends = xcb-util-cursor
@@ -34,7 +34,7 @@ pkgbase = awesome-git
provides = awesome
conflicts = awesome
backup = etc/xdg/awesome/rc.lua
- source = awesome-git::git://github.com/awesomeWM/awesome.git
+ source = awesome-git::git+https://github.com/awesomeWM/awesome.git
md5sums = SKIP
pkgname = awesome-git
diff --git a/PKGBUILD b/PKGBUILD
index 67ad483c8e0e..c89c1fc5e082 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,14 @@
_pkgname=awesome
pkgname=${_pkgname}-git
-pkgver=3.5.2.554.g9835f73
+pkgver=3.5.2.1519.g2010901
pkgrel=1
pkgdesc='Highly configurable framework window manager'
arch=('i686' 'x86_64')
url='http://awesome.naquadah.org/'
license=('GPL2')
depends=('cairo' 'dbus' 'gdk-pixbuf2' 'imlib2' 'libxdg-basedir' 'libxkbcommon-x11'
- 'lua' 'lua-lgi' 'pango' 'startup-notification' 'xcb-util-cursor'
+ 'lua' 'lua-lgi-git' 'pango' 'startup-notification' 'xcb-util-cursor'
'xcb-util-keysyms' 'xcb-util-wm' 'xorg-xmessage')
makedepends=('asciidoc' 'cmake' 'docbook-xsl' 'doxygen' 'imagemagick' 'ldoc' 'xmlto')
optdepends=('rlwrap: readline support for awesome-client'