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 fb0b971c7380..c06ec931ed51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightdm-settings
pkgdesc = A configuration tool for the LightDM display manager
- pkgver = 1.0.8
+ pkgver = 1.0.9
pkgrel = 1
url = https://github.com/linuxmint/lightdm-settings
arch = any
@@ -11,8 +11,8 @@ pkgbase = lightdm-settings
depends = lsb-release
depends = python-setproctitle
depends = python-xapp
- source = lightdm-settings-1.0.8.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.0.8.tar.gz
- sha256sums = e71f9c89e4b59279c414e2969ab1613692289672db10aabf875f12039d7dd4b6
+ source = lightdm-settings-1.0.9.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.0.9.tar.gz
+ sha256sums = 36a75af7bdc4bb78b7965f2c3318f2892ef51db7fc32f8da91519b110a27a770
pkgname = lightdm-settings
diff --git a/PKGBUILD b/PKGBUILD
index 735c87d93a00..1024912ab8b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Burgos < sam dot burgos1089 at gmail dot com >
pkgname='lightdm-settings'
-pkgver=1.0.8
+pkgver=1.0.9
pkgrel=1
pkgdesc="A configuration tool for the LightDM display manager "
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/linuxmint/${pkgname}"
license=('GPL3')
depends=(hicolor-icon-theme lightdm lightdm-slick-greeter lsb-release python-setproctitle python-xapp)
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/${pkgver}.tar.gz")
-sha256sums=('e71f9c89e4b59279c414e2969ab1613692289672db10aabf875f12039d7dd4b6')
+sha256sums=('36a75af7bdc4bb78b7965f2c3318f2892ef51db7fc32f8da91519b110a27a770')
build() {
cd $pkgname-$pkgver