diff options
author | Sam Burgos | 2018-05-20 13:12:51 -0600 |
---|---|---|
committer | Sam Burgos | 2018-05-20 13:12:51 -0600 |
commit | 09325f71e0e779e613fee02c1b8b096c9df52692 (patch) | |
tree | 17f2acbdbf178e84da34cb3a26c263c4d06aa01d /PKGBUILD | |
parent | eb199accffef65a1dbbc8c2dfc104bb5341e52c2 (diff) | |
download | aur-09325f71e0e779e613fee02c1b8b096c9df52692.tar.gz |
updated to version 1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,16 +1,16 @@ # Maintainer: Sam Burgos < sam dot burgos1089 at gmail dot com > pkgname='lightdm-settings' -pkgver=1.1.4 +pkgver=1.2.0 pkgrel=1 pkgdesc="A configuration tool for the LightDM display manager " arch=('any') url="https://github.com/linuxmint/${pkgname}" license=('GPL3') -depends=('hicolor-icon-theme' 'lightdm-slick-greeter' 'lsb-release' 'polkit' 'python-gobject' 'python-setproctitle' 'python-xapp') +depends=('hicolor-icon-theme' 'lightdm-slick-greeter' 'polkit' 'python-gobject' 'python-setproctitle' 'python-xapp') makedepends=('desktop-file-utils' 'gettext') source=("${pkgname}-${pkgver}.tar.gz::$url/archive/${pkgver}.tar.gz") -sha256sums=('264eee65a2a7d07a3f5a3ea2c02cd1988bf2c285751b3a0aebbf6b0f329a201c') +sha256sums=('7bf9ece76dc3f28b418bc68313de365e265cd6d50a27a5b3157d37e45e511e17') build() { cd $pkgname-$pkgver |