summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent3bffc46a352a5fdf6650b61f5607ae2795457ca5 (diff)
downloadaur-8318bd321db4def66d26fa5a91e424e8624fa4e9.tar.gz
0.5.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"