summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2017-05-12 09:13:23 -0600
committerSam Burgos2017-05-12 09:13:23 -0600
commitae14ac36a6c46acee7bacb1237ff10e1b101e2b0 (patch)
tree80fc69604cde3b381f1bf4fe93f024ed19cf436e
parent1393bc7188def569b34f955908e50dc79c9a83d8 (diff)
downloadaur-ae14ac36a6c46acee7bacb1237ff10e1b101e2b0.tar.gz
updated to version 1.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22860b6628e3..bc2c70a4a983 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightdm-settings
pkgdesc = A configuration tool for the LightDM display manager
- pkgver = 1.0.4
+ pkgver = 1.0.5
pkgrel = 1
url = http://packages.linuxmint.com/pool/main/l/lightdm-settings
arch = any
@@ -11,8 +11,8 @@ pkgbase = lightdm-settings
depends = lsb-release
depends = python-setproctitle
depends = python-xapp
- source = http://packages.linuxmint.com/pool/main/l/lightdm-settings/lightdm-settings_1.0.4.tar.xz
- sha256sums = bd6f1a021709f3c1bee0e371efdc46f15f447ceb6aceee549141af732e15a053
+ source = http://packages.linuxmint.com/pool/main/l/lightdm-settings/lightdm-settings_1.0.5.tar.xz
+ sha256sums = b0ebfd63606d14d4a85571cda7a793a5390971bb8bad43afb7f42226b55ef9f2
pkgname = lightdm-settings
diff --git a/PKGBUILD b/PKGBUILD
index fa967dd06d67..96d1f864d140 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Burgos < sam dot burgos1089 at gmail dot com >
pkgname='lightdm-settings'
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc="A configuration tool for the LightDM display manager "
arch=('any')
@@ -9,7 +9,7 @@ url="http://packages.linuxmint.com/pool/main/l/${pkgname}"
license=('GPL3')
depends=('hicolor-icon-theme' 'lightdm' 'lightdm-slick-greeter' 'lsb-release' 'python-setproctitle' 'python-xapp')
source=("${url}/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('bd6f1a021709f3c1bee0e371efdc46f15f447ceb6aceee549141af732e15a053')
+sha256sums=('b0ebfd63606d14d4a85571cda7a793a5390971bb8bad43afb7f42226b55ef9f2')
prepare() {
cd ${pkgname}