summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÉtienne Deparis2023-01-01 15:55:31 +0100
committerÉtienne Deparis2023-01-01 15:55:31 +0100
commitd37a02e0fd0fd41c2da18c82ae7e32f2323700b8 (patch)
treeacdf61db98934f2a55db01fc27419c15b28a43d8 /PKGBUILD
parentf2be14aa144af360339eadd55bf2247421000bca (diff)
downloadaur-d37a02e0fd0fd41c2da18c82ae7e32f2323700b8.tar.gz
0.5.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b9263363b2f..cd86bc5cd567 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=chwall
-pkgver=0.5.10
+pkgver=0.5.11
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=('091da3760b98a83d90d6260fa95b57619b2b77a2c6cdddb7416b3894c0fa4674')
+sha256sums=('bb2a90c40c7832ac834158ffa2b23ed41fc97e889eb6bb71c5473e9c07ccd9f1')
package() {
cd "$pkgname-$pkgver"