summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2021-03-07 21:23:28 +0100
committerÉtienne Deparis2021-03-07 21:23:28 +0100
commit8318bd321db4def66d26fa5a91e424e8624fa4e9 (patch)
treec1bd72cc207ebe9c3a202b1c56e60af1cf44c344
parent3bffc46a352a5fdf6650b61f5607ae2795457ca5 (diff)
downloadaur-8318bd321db4def66d26fa5a91e424e8624fa4e9.tar.gz
0.5.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 158d0806642a..6dfb6ead573a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 5.2.2
-# Thu Feb 4 07:50:34 UTC 2021
+# Sun Mar 7 20:23:09 UTC 2021
pkgbase = chwall
pkgdesc = A tiny wallpaper changer, written in python
- pkgver = 0.5.5
+ pkgver = 0.5.6
pkgrel = 1
url = https://git.umaneti.net/chwall/about/
arch = any
@@ -17,8 +17,8 @@ pkgbase = chwall
depends = python-requests
depends = python-xdg
depends = python-yaml
- source = https://git.umaneti.net/chwall/snapshot/chwall-0.5.5.tar.gz
- sha256sums = 66ef603a32e5ba30771084bfac15cfd998e92181643b571e1851ee708009a709
+ source = https://git.umaneti.net/chwall/snapshot/chwall-0.5.6.tar.gz
+ sha256sums = c481febab7b95e03200447180042c4f9def670c1e9016cc7bf5a819690f07a8b
pkgname = chwall
diff --git a/PKGBUILD b/PKGBUILD
index 8939705de06e..e40bb389c242 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=chwall
-pkgver=0.5.5
+pkgver=0.5.6
pkgrel=1
pkgdesc="A tiny wallpaper changer, written in python"
arch=("any")
@@ -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=('66ef603a32e5ba30771084bfac15cfd998e92181643b571e1851ee708009a709')
+sha256sums=('c481febab7b95e03200447180042c4f9def670c1e9016cc7bf5a819690f07a8b')
package() {
cd "$srcdir/$pkgname-$pkgver"