summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87623fc90cf4..21abad189433 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lightdm-settings
pkgdesc = A configuration tool for the LightDM display manager
- pkgver = 1.2.2
- pkgrel = 2
+ pkgver = 1.2.3
+ pkgrel = 1
url = https://github.com/linuxmint/lightdm-settings
arch = any
license = GPL3
@@ -13,8 +13,8 @@ pkgbase = lightdm-settings
depends = python-gobject
depends = python-setproctitle
depends = python-xapp
- source = lightdm-settings-1.2.2.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.2.2.tar.gz
- sha256sums = ca558b6733baeb55e614e16c3995edaa8d3a0e9afa08794a0c09830a44495d21
+ source = lightdm-settings-1.2.3.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.2.3.tar.gz
+ sha256sums = 4feecb2fb213bc1a5fe910907bff338cada4bb550d647d7eabd3d6c647d5be00
pkgname = lightdm-settings
diff --git a/PKGBUILD b/PKGBUILD
index c6ff7e8918da..881b01019857 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sam Burgos < sam dot burgos1089 at gmail dot com >
pkgname=lightdm-settings
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.2.3
+pkgrel=1
pkgdesc="A configuration tool for the LightDM display manager"
arch=('any')
url="https://github.com/linuxmint/${pkgname}"
@@ -16,7 +16,7 @@ depends=('hicolor-icon-theme'
makedepends=('desktop-file-utils'
'gettext')
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/${pkgver}.tar.gz")
-sha256sums=('ca558b6733baeb55e614e16c3995edaa8d3a0e9afa08794a0c09830a44495d21')
+sha256sums=('4feecb2fb213bc1a5fe910907bff338cada4bb550d647d7eabd3d6c647d5be00')
build() {
cd $pkgname-$pkgver