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 5f9bd9fc4a32..819b80139f4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightdm-settings
pkgdesc = A configuration tool for the LightDM display manager
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/linuxmint/lightdm-settings
arch = any
@@ -13,8 +13,8 @@ pkgbase = lightdm-settings
depends = python-gobject
depends = python-setproctitle
depends = python-xapp
- source = lightdm-settings-1.2.0.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.2.0.tar.gz
- sha256sums = 7bf9ece76dc3f28b418bc68313de365e265cd6d50a27a5b3157d37e45e511e17
+ source = lightdm-settings-1.2.1.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.2.1.tar.gz
+ sha256sums = d175ffa71e77f4c45697e2a69bfb7d2c9b50753bffb6b1a9ccc7dfce4e62cd21
pkgname = lightdm-settings
diff --git a/PKGBUILD b/PKGBUILD
index e7e88605317a..9330b9323f92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Burgos < sam dot burgos1089 at gmail dot com >
pkgname='lightdm-settings'
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="A configuration tool for the LightDM display manager "
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('hicolor-icon-theme' 'lightdm-slick-greeter' 'polkit' 'python-gobject' 'python-setproctitle' 'python-xapp')
makedepends=('desktop-file-utils' 'gettext')
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/${pkgver}.tar.gz")
-sha256sums=('7bf9ece76dc3f28b418bc68313de365e265cd6d50a27a5b3157d37e45e511e17')
+sha256sums=('d175ffa71e77f4c45697e2a69bfb7d2c9b50753bffb6b1a9ccc7dfce4e62cd21')
build() {
cd $pkgname-$pkgver