summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2017-11-26 16:33:08 -0600
committerSam Burgos2017-11-26 16:33:08 -0600
commiteb199accffef65a1dbbc8c2dfc104bb5341e52c2 (patch)
treec9a87664e8c14059f2a964fddb98972d3c7676c9
parent713ac91303d1a38f47e0da852adde616d51e8b6d (diff)
downloadaur-eb199accffef65a1dbbc8c2dfc104bb5341e52c2.tar.gz
updated to version 1.1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0c794401913..f49c9c9f9d15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightdm-settings
pkgdesc = A configuration tool for the LightDM display manager
- pkgver = 1.1.3
+ pkgver = 1.1.4
pkgrel = 1
url = https://github.com/linuxmint/lightdm-settings
arch = any
@@ -14,8 +14,8 @@ pkgbase = lightdm-settings
depends = python-gobject
depends = python-setproctitle
depends = python-xapp
- source = lightdm-settings-1.1.3.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.1.3.tar.gz
- sha256sums = 8aa50dbb4dccf5a9f66dd62c909207639d6a82012bf5503af494ea105444fb52
+ source = lightdm-settings-1.1.4.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.1.4.tar.gz
+ sha256sums = 264eee65a2a7d07a3f5a3ea2c02cd1988bf2c285751b3a0aebbf6b0f329a201c
pkgname = lightdm-settings
diff --git a/PKGBUILD b/PKGBUILD
index ea915598653c..43c7d9d72162 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Burgos < sam dot burgos1089 at gmail dot com >
pkgname='lightdm-settings'
-pkgver=1.1.3
+pkgver=1.1.4
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' 'lsb-release' 'polkit' 'python-gobject' 'python-setproctitle' 'python-xapp')
makedepends=('desktop-file-utils' 'gettext')
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/${pkgver}.tar.gz")
-sha256sums=('8aa50dbb4dccf5a9f66dd62c909207639d6a82012bf5503af494ea105444fb52')
+sha256sums=('264eee65a2a7d07a3f5a3ea2c02cd1988bf2c285751b3a0aebbf6b0f329a201c')
build() {
cd $pkgname-$pkgver