summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'