summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2022-01-12 19:22:42 +0100
committerÉtienne Deparis2022-01-12 19:22:42 +0100
commit840815fb2b84335c5595d0a35bab6048f57d9ac4 (patch)
tree00edc97a2a75c3775ae1f9d1284e2bc868b991ee
parent745ee8fb9a8dcabdb3a208230595abf69a33548a (diff)
downloadaur-840815fb2b84335c5595d0a35bab6048f57d9ac4.tar.gz
0.5.8
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a4bb592617c..1c986203ea87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 6.0.1
-# Mon Dec 13 19:52:26 UTC 2021
+# Wed Jan 12 18:22:17 UTC 2022
pkgbase = chwall
pkgdesc = A tiny wallpaper changer, written in python
- pkgver = 0.5.7
- pkgrel = 2
+ pkgver = 0.5.8
+ pkgrel = 1
url = https://git.umaneti.net/chwall/about/
arch = any
license = WTFPL
@@ -17,7 +17,7 @@ pkgbase = chwall
depends = python-requests
depends = python-xdg
depends = python-yaml
- source = https://git.umaneti.net/chwall/snapshot/chwall-0.5.7.tar.gz
- sha256sums = 5f3e8d4557823d85be82b41b583defaf88f356304475c04e3758e125b1281550
+ source = https://git.umaneti.net/chwall/snapshot/chwall-0.5.8.tar.gz
+ sha256sums = 1e90d1f2e594975be59a92279ce06797c4b8e13acef58528ad6d9c62557967b0
pkgname = chwall
diff --git a/PKGBUILD b/PKGBUILD
index 435874dc52a3..46fbfb091a75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=chwall
-pkgver=0.5.7
-pkgrel=2
+pkgver=0.5.8
+pkgrel=1
pkgdesc="A tiny wallpaper changer, written in python"
arch=("any")
url="https://git.umaneti.net/chwall/about/"
@@ -10,7 +10,7 @@ depends=("gtk3" "python-cssselect" "python-gobject" "python-lxml"
"python-pillow" "python-requests" "python-xdg" "python-yaml")
makedepends=("python-setuptools" "imagemagick")
source=("https://git.umaneti.net/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('5f3e8d4557823d85be82b41b583defaf88f356304475c04e3758e125b1281550')
+sha256sums=('1e90d1f2e594975be59a92279ce06797c4b8e13acef58528ad6d9c62557967b0')
package() {
cd "$srcdir/$pkgname-$pkgver"