summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2023-06-08 18:30:06 -0600
committerSam Burgos2023-06-08 18:30:06 -0600
commit3594a87982fb46a8756fced47d9c951d1437587c (patch)
tree0e5402d5b097a6309afea86c795381a5cc0227a6
parent007cf2b0fe17af96849154110031fcdbef44f71b (diff)
downloadaur-3594a87982fb46a8756fced47d9c951d1437587c.tar.gz
updated to version 1.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54c5976c25db..b4110459350f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightdm-settings
pkgdesc = A configuration tool for the LightDM display manager
- pkgver = 1.6.1
+ pkgver = 1.8.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.1.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.6.1.tar.gz
- sha256sums = 6e7f112fe1648d25cc027731668137202d2c299e0ee9e2ad359ed37d0a9f39ed
+ source = lightdm-settings-1.8.1.tar.gz::https://github.com/linuxmint/lightdm-settings/archive/1.8.1.tar.gz
+ sha256sums = deb5b6fa3cb74dcb193038a80f43cad54014e4c64664347d8e1630f26318ec23
pkgname = lightdm-settings
diff --git a/PKGBUILD b/PKGBUILD
index 933074b215d5..11fcfeef8ad7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Burgos <santiago.burgos1089@gmail.com>
pkgname=lightdm-settings
-pkgver=1.6.1
+pkgver=1.8.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=('6e7f112fe1648d25cc027731668137202d2c299e0ee9e2ad359ed37d0a9f39ed')
+sha256sums=('deb5b6fa3cb74dcb193038a80f43cad54014e4c64664347d8e1630f26318ec23')
## Packaging via Github
build() {