summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD30
2 files changed, 20 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 444233045a4b..b954d8578746 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightdm-settings
pkgdesc = A configuration tool for the LightDM display manager
- pkgver = 1.2.5
+ pkgver = 1.2.6
pkgrel = 1
url = https://github.com/linuxmint/lightdm-settings
arch = any
@@ -13,8 +13,8 @@ pkgbase = lightdm-settings
depends = python-gobject
depends = python-setproctitle
depends = python-xapp
- source = lightdm-settings-1.2.5.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.2.5.tar.gz
- sha256sums = dd53ec0097f60f296df9b818b06f6d5891c45969aede6f6b237e74d31e58e4ab
+ source = lightdm-settings-1.2.6.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.2.6.tar.gz
+ sha256sums = 26b5e116d5453c62c6a8fd720a7d184f3f3f0eb82628ecca739d99bc77195a53
pkgname = lightdm-settings
diff --git a/PKGBUILD b/PKGBUILD
index 97e6e4556a15..844300347e89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,26 @@
-# Maintainer: Sam Burgos < sam dot burgos1089 at gmail dot com >
+# Maintainer: Sam Burgos < santiago dot burgos1089 at gmail dot com >
pkgname=lightdm-settings
-pkgver=1.2.5
+pkgver=1.2.6
pkgrel=1
-pkgdesc="A configuration tool for the LightDM display manager"
+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'
- 'polkit'
- 'python-gobject'
- 'python-setproctitle'
- 'python-xapp')
-makedepends=('desktop-file-utils'
- 'gettext')
+license=(GPL3)
+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=('dd53ec0097f60f296df9b818b06f6d5891c45969aede6f6b237e74d31e58e4ab')
+sha256sums=('26b5e116d5453c62c6a8fd720a7d184f3f3f0eb82628ecca739d99bc77195a53')
build() {
cd $pkgname-$pkgver