summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2017-05-06 10:06:48 -0600
committerSam Burgos2017-05-06 10:06:48 -0600
commit1393bc7188def569b34f955908e50dc79c9a83d8 (patch)
tree02b0466b26a9e0146200e6795342b5af59fc5289
parent199ba22788a538327de983734cbf8e4190783875 (diff)
downloadaur-1393bc7188def569b34f955908e50dc79c9a83d8.tar.gz
updated to version 1.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c698a66c8716..22860b6628e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightdm-settings
pkgdesc = A configuration tool for the LightDM display manager
- pkgver = 1.0.3
+ pkgver = 1.0.4
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.3.tar.xz
- sha256sums = e2516597948fb4cdd213944a198befe43ff5df0242569430daeff37fb15fb8e7
+ source = http://packages.linuxmint.com/pool/main/l/lightdm-settings/lightdm-settings_1.0.4.tar.xz
+ sha256sums = bd6f1a021709f3c1bee0e371efdc46f15f447ceb6aceee549141af732e15a053
pkgname = lightdm-settings
diff --git a/PKGBUILD b/PKGBUILD
index f73184d51e4e..fa967dd06d67 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.3
+pkgver=1.0.4
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=('e2516597948fb4cdd213944a198befe43ff5df0242569430daeff37fb15fb8e7')
+sha256sums=('bd6f1a021709f3c1bee0e371efdc46f15f447ceb6aceee549141af732e15a053')
prepare() {
cd ${pkgname}