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