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 b954d8578746..56a294c575cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightdm-settings
pkgdesc = A configuration tool for the LightDM display manager
- pkgver = 1.2.6
+ pkgver = 1.2.7
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.6.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.2.6.tar.gz
- sha256sums = 26b5e116d5453c62c6a8fd720a7d184f3f3f0eb82628ecca739d99bc77195a53
+ source = lightdm-settings-1.2.7.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.2.7.tar.gz
+ sha256sums = a3037b48c0e5b582d334ad449c225d77f833ec4b955af85babc849e1e512e699
pkgname = lightdm-settings
diff --git a/PKGBUILD b/PKGBUILD
index 844300347e89..28f8731ee1cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Burgos < santiago dot burgos1089 at gmail dot com >
pkgname=lightdm-settings
-pkgver=1.2.6
+pkgver=1.2.7
pkgrel=1
pkgdesc='A configuration tool for the LightDM display manager'
arch=('any')
@@ -20,7 +20,7 @@ makedepends=(
gettext
)
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/${pkgver}.tar.gz")
-sha256sums=('26b5e116d5453c62c6a8fd720a7d184f3f3f0eb82628ecca739d99bc77195a53')
+sha256sums=('a3037b48c0e5b582d334ad449c225d77f833ec4b955af85babc849e1e512e699')
build() {
cd $pkgname-$pkgver