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 c678f6d76c8a..5964399fd866 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightdm-settings
pkgdesc = A configuration tool for the LightDM display manager
- pkgver = 1.4.0
+ pkgver = 1.5.1
pkgrel = 1
url = https://github.com/linuxmint/lightdm-settings
arch = any
@@ -15,8 +15,8 @@ pkgbase = lightdm-settings
depends = python-setproctitle
depends = python-xapp
optdepends = lightdm-guest: Enable guest session options
- source = lightdm-settings-1.4.0.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.4.0.tar.gz
- sha256sums = fdecb5fecd72e800c8fc0a06a5c78d4ebdf6bcea3a9923f99f196a5a09cb3187
+ source = lightdm-settings-1.5.1.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.5.1.tar.gz
+ sha256sums = 8d9cb1d4bde7522ada05781f5e5acc59e4cc4ce6ff815fcd115b7b91aa398748
pkgname = lightdm-settings
diff --git a/PKGBUILD b/PKGBUILD
index 7368ca9f0998..eff72a5e74dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Burgos <santiago.burgos1089@gmail.com>
pkgname=lightdm-settings
-pkgver=1.4.0
+pkgver=1.5.1
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=('fdecb5fecd72e800c8fc0a06a5c78d4ebdf6bcea3a9923f99f196a5a09cb3187')
+sha256sums=('8d9cb1d4bde7522ada05781f5e5acc59e4cc4ce6ff815fcd115b7b91aa398748')
## Packaging via Github
build() {