summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2017-11-07 21:22:28 -0600
committerSam Burgos2017-11-07 21:22:28 -0600
commit713ac91303d1a38f47e0da852adde616d51e8b6d (patch)
treed74e5439f43b3df28c86966878a279e9d959b955
parenta90f438cac657a290aa23ebc285cb8d8dd86d046 (diff)
downloadaur-713ac91303d1a38f47e0da852adde616d51e8b6d.tar.gz
updated to version 1.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 883d8e87cf5f..c0c794401913 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightdm-settings
pkgdesc = A configuration tool for the LightDM display manager
- pkgver = 1.1.2
+ pkgver = 1.1.3
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.2.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.1.2.tar.gz
- sha256sums = be6e2d65a3e1aaf2beaea3d4ea1a27a3588218aaf60da715830f839e89df5dc8
+ source = lightdm-settings-1.1.3.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.1.3.tar.gz
+ sha256sums = 8aa50dbb4dccf5a9f66dd62c909207639d6a82012bf5503af494ea105444fb52
pkgname = lightdm-settings
diff --git a/PKGBUILD b/PKGBUILD
index 680b58ac24fe..ea915598653c 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.2
+pkgver=1.1.3
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=('be6e2d65a3e1aaf2beaea3d4ea1a27a3588218aaf60da715830f839e89df5dc8')
+sha256sums=('8aa50dbb4dccf5a9f66dd62c909207639d6a82012bf5503af494ea105444fb52')
build() {
cd $pkgname-$pkgver