summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2022-12-16 14:10:12 -0600
committerSam Burgos2022-12-16 14:10:12 -0600
commit007cf2b0fe17af96849154110031fcdbef44f71b (patch)
tree16302e81925ced4b7f05f7a39a2fff16b044f5dc
parentd4cb6a6668b2e19b0837bffaa3767b3547a04319 (diff)
downloadaur-007cf2b0fe17af96849154110031fcdbef44f71b.tar.gz
updated to version 1.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bb34fc15686..54c5976c25db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightdm-settings
pkgdesc = A configuration tool for the LightDM display manager
- pkgver = 1.6.0
+ pkgver = 1.6.1
pkgrel = 1
url = https://github.com/linuxmint/lightdm-settings
arch = any
@@ -15,7 +15,7 @@ pkgbase = lightdm-settings
depends = python-setproctitle
depends = python-xapp
optdepends = lightdm-guest: Enable guest session options
- source = lightdm-settings-1.6.0.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.6.0.tar.gz
- sha256sums = 0812aa3e5e254c0ac86052ba026d5a2e6c0e5aec1e1ce74a7a32ec44ede04335
+ source = lightdm-settings-1.6.1.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.6.1.tar.gz
+ sha256sums = 6e7f112fe1648d25cc027731668137202d2c299e0ee9e2ad359ed37d0a9f39ed
pkgname = lightdm-settings
diff --git a/PKGBUILD b/PKGBUILD
index c01b69c18582..933074b215d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Burgos <santiago.burgos1089@gmail.com>
pkgname=lightdm-settings
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=1
pkgdesc='A configuration tool for the LightDM display manager'
arch=('any')
@@ -24,7 +24,7 @@ makedepends=(
optdepends=('lightdm-guest: Enable guest session options')
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/${pkgver}.tar.gz")
#source=("${pkgname}-${pkgver}.tar.xz::${url}/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('0812aa3e5e254c0ac86052ba026d5a2e6c0e5aec1e1ce74a7a32ec44ede04335')
+sha256sums=('6e7f112fe1648d25cc027731668137202d2c299e0ee9e2ad359ed37d0a9f39ed')
## Packaging via Github
build() {