summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34b6606c7185..78b6e67074b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightdm-settings
pkgdesc = A configuration tool for the LightDM display manager
- pkgver = 1.5.4
+ pkgver = 1.5.6
pkgrel = 1
url = https://github.com/linuxmint/lightdm-settings
arch = any
@@ -15,8 +15,7 @@ pkgbase = lightdm-settings
depends = python-setproctitle
depends = python-xapp
optdepends = lightdm-guest: Enable guest session options
- source = lightdm-settings-1.5.4.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.5.4.tar.gz
- sha256sums = 3b6f6ed990feffb22564f0b5fb1fe3d149b6e27c9b30ccb132f4d7fbee2625c6
+ source = lightdm-settings-1.5.6.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.5.6.tar.gz
+ sha256sums = 7dc70fc2a8dc5cfae017c8ca188e620dff833ca15b16cbef4c452c77c7e3e2e0
pkgname = lightdm-settings
-
diff --git a/PKGBUILD b/PKGBUILD
index ec025f4886ce..ffbd7e282fbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Burgos <santiago.burgos1089@gmail.com>
pkgname=lightdm-settings
-pkgver=1.5.4
+pkgver=1.5.6
pkgrel=1
pkgdesc='A configuration tool for the LightDM display manager'
arch=('any')
@@ -24,7 +24,7 @@ makedepends=(
optdepends=('lightdm-guest: Enable guest session options')
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/${pkgver}.tar.gz")
#source=("${pkgname}-${pkgver}.tar.xz::${url}/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('3b6f6ed990feffb22564f0b5fb1fe3d149b6e27c9b30ccb132f4d7fbee2625c6')
+sha256sums=('7dc70fc2a8dc5cfae017c8ca188e620dff833ca15b16cbef4c452c77c7e3e2e0')
## Packaging via Github
build() {