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 2a83a0eff414..45222dfd8679 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightdm-settings
pkgdesc = A configuration tool for the LightDM display manager
- pkgver = 2.0.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/linuxmint/lightdm-settings
arch = any
@@ -12,7 +12,7 @@ pkgbase = lightdm-settings
depends = python-setproctitle
depends = python-xapp
optdepends = lightdm-guest: Enable guest session options
- source = lightdm-settings-2.0.0.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/2.0.0.tar.gz
- sha256sums = 4c66eff996f6b16629dcc03f80ebd9b10dfbe18d830ba20f673fca39854c1fae
+ source = lightdm-settings-2.0.1.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/2.0.1.tar.gz
+ sha256sums = a44b62c18e64b7b9bbcc98e623c13b0ac94898974645e47d7afd272e98e0ae17
pkgname = lightdm-settings
diff --git a/PKGBUILD b/PKGBUILD
index efe7ee8f6396..d76a1955fb28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Burgos <santiago.burgos1089@gmail.com>
pkgname=lightdm-settings
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="A configuration tool for the LightDM display manager "
arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
'lightdm-guest: Enable guest session options'
)
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/${pkgver}.tar.gz")
-sha256sums=('4c66eff996f6b16629dcc03f80ebd9b10dfbe18d830ba20f673fca39854c1fae')
+sha256sums=('a44b62c18e64b7b9bbcc98e623c13b0ac94898974645e47d7afd272e98e0ae17')
build() {
cd "$pkgname-$pkgver"