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 174ca1d7c443..444233045a4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightdm-settings
pkgdesc = A configuration tool for the LightDM display manager
- pkgver = 1.2.4
+ pkgver = 1.2.5
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.4.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.2.4.tar.gz
- sha256sums = 7006c9d2a69294e6ed1278e2a060d6d5038ff146a5947391af989bcd9739ed5d
+ source = lightdm-settings-1.2.5.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.2.5.tar.gz
+ sha256sums = dd53ec0097f60f296df9b818b06f6d5891c45969aede6f6b237e74d31e58e4ab
pkgname = lightdm-settings
diff --git a/PKGBUILD b/PKGBUILD
index 02ce468b8d0e..97e6e4556a15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Burgos < sam dot burgos1089 at gmail dot com >
pkgname=lightdm-settings
-pkgver=1.2.4
+pkgver=1.2.5
pkgrel=1
pkgdesc="A configuration tool for the LightDM display manager"
arch=('any')
@@ -16,7 +16,7 @@ depends=('hicolor-icon-theme'
makedepends=('desktop-file-utils'
'gettext')
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/${pkgver}.tar.gz")
-sha256sums=('7006c9d2a69294e6ed1278e2a060d6d5038ff146a5947391af989bcd9739ed5d')
+sha256sums=('dd53ec0097f60f296df9b818b06f6d5891c45969aede6f6b237e74d31e58e4ab')
build() {
cd $pkgname-$pkgver