summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoi Sek2018-05-20 22:54:26 -0700
committerNoi Sek2018-05-20 22:54:26 -0700
commitb2c65ecb1dcfdb4b0211d2f477d445d31a7c0f10 (patch)
treec6c9c6da57bf0dce1a53912caf4f05da05822d65
parent860c437dd6213cc702645fbd6da7e97435df5799 (diff)
downloadaur-b2c65ecb1dcfdb4b0211d2f477d445d31a7c0f10.tar.gz
Upgrade to version 2.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--changelog.txt6
3 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1fc4a0fb594..1996b56f06f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lightdm-webkit-theme-aether
pkgdesc = A sleek, customizable Archlinux theme for lightdm.
- pkgver = 2.2.1
+ pkgver = 2.2.2
pkgrel = 1
url = https://github.com/NoiSek/Aether
install = lightdm-webkit-theme-aether.install
@@ -10,8 +10,8 @@ pkgbase = lightdm-webkit-theme-aether
depends = lightdm
depends = lightdm-webkit2-greeter>=2.2.3
depends = ttf-opensans
- source = https://github.com/NoiSek/Aether/archive/v2.2.1.tar.gz
- md5sums = ed5b9a1a777aa93a7218eb1cf7028a67
+ source = https://github.com/NoiSek/Aether/archive/v2.2.2.tar.gz
+ md5sums = 462349a21c11efb0d2695ec46aff4440
pkgname = lightdm-webkit-theme-aether
diff --git a/PKGBUILD b/PKGBUILD
index 22339a819db7..681c81363a40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Noi Sek <noi.t.sek | gmail>
pkgname=lightdm-webkit-theme-aether
-pkgver=2.2.1
+pkgver=2.2.2
pkgrel=1
pkgdesc="A sleek, customizable Archlinux theme for lightdm."
arch=('any')
@@ -11,7 +11,7 @@ depends=('lightdm' 'lightdm-webkit2-greeter>=2.2.3' 'ttf-opensans')
install='lightdm-webkit-theme-aether.install'
changelog='changelog.txt'
source=("https://github.com/NoiSek/Aether/archive/v$pkgver.tar.gz")
-md5sums=('ed5b9a1a777aa93a7218eb1cf7028a67')
+md5sums=('462349a21c11efb0d2695ec46aff4440')
package() {
cd "$pkgdir"
diff --git a/changelog.txt b/changelog.txt
index ae2048394db2..a6f71ebd9efc 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,9 @@
+v2.2.2 -- Monday, May 21, 2018 5:52:42 AM
+
+Fixes an additional issue where the theme would not load properly under certain loadtime related race conditions.
+
+===============================================================================
+
v2.2.1 -- Monday, May 21, 2018 5:26:45 AM
Fixes an issue where the theme would operate in a debug state with sufficiently recent versions of lightdm-webkit2-greeter.