diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-23 03:40:09 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-23 03:40:09 +0000 |
commit | 1a04b89cbb8e27e4622005c896745498af51ef45 (patch) | |
tree | 5991cef855e2a5ae07d66cccd5b47ba681007483 /community/lightdm/PKGBUILD | |
parent | c9e4976968b0f847cc693453df1e947531af2e76 (diff) |
Thu Jan 23 03:35:13 UTC 2014
Diffstat (limited to 'community/lightdm/PKGBUILD')
-rwxr-xr-x | community/lightdm/PKGBUILD | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/community/lightdm/PKGBUILD b/community/lightdm/PKGBUILD index 87dd71ca1..821191d65 100755 --- a/community/lightdm/PKGBUILD +++ b/community/lightdm/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 103920 2014-01-13 17:16:52Z andyrtr $ +# $Id: PKGBUILD 104558 2014-01-22 19:29:43Z alucryd $ # Maintainer: Maxime Gauduin <alucryd@gmail.com> # Contributor: Morfeo <morfeo89@hotmail.it> pkgbase=lightdm pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5') -pkgver=1.8.5 -pkgrel=3 +pkgver=1.8.6 +pkgrel=1 epoch=1 -pkgdesc="A lightweight display manager" +pkgdesc='A lightweight display manager' arch=('i686' 'x86_64') -url="https://launchpad.net/lightdm" +url='https://launchpad.net/lightdm' license=('GPL3' 'LGPL3') makedepends=('gobject-introspection' 'gtk-doc' 'intltool' 'itstool' 'libxklavier' 'polkit' 'qt4' 'qt5-base') source=("https://launchpad.net/lightdm/${pkgver%.*}/${pkgver}/+download/${pkgbase}-${pkgver}.tar.xz" @@ -20,7 +20,7 @@ source=("https://launchpad.net/lightdm/${pkgver%.*}/${pkgver}/+download/${pkgbas 'lightdm.rules' 'lightdm-default-config.patch' 'Xsession') -sha256sums=('c1a55800628c7a683a529e32646eae4be32295a09af049c9b15387acff0232a2' +sha256sums=('111760e65d9f29e4bfe41a8affc9d8aa4163d92832a0d2be03ccae4618603b9e' '0d2adba25cdbe59e97ffd302083db9d5e23920780f41e04f64512cd6b633289a' 'b29521fbd7a48a8f60b93ecca3b30c30bcb71560de8033c8d39b25c22c6f696f' 'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0' @@ -88,7 +88,7 @@ install="${pkgbase}.install" } package_liblightdm-qt4() { -pkgdesc=('LightDM Qt client library') +pkgdesc='LightDM Qt client library' depends=('lightdm' 'qt4') options+=('!emptydirs') @@ -103,7 +103,7 @@ options+=('!emptydirs') } package_liblightdm-qt5() { -pkgdesc=('LightDM Qt client library') +pkgdesc='LightDM Qt client library' depends=('lightdm' 'qt5-base') options+=('!emptydirs') |