summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÉtienne Deparis2021-07-19 11:36:34 +0200
committerÉtienne Deparis2021-07-19 11:36:34 +0200
commit56e0aa54b73f72caf8312cbaee628a6d392cc1ef (patch)
tree13c9a80107563263dd6e7cbf236b8d33881aee67 /PKGBUILD
parent8318bd321db4def66d26fa5a91e424e8624fa4e9 (diff)
downloadaur-56e0aa54b73f72caf8312cbaee628a6d392cc1ef.tar.gz
0.5.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e40bb389c242..ad782e4c2842 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=chwall
-pkgver=0.5.6
+pkgver=0.5.7
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=('c481febab7b95e03200447180042c4f9def670c1e9016cc7bf5a819690f07a8b')
+sha256sums=('5f3e8d4557823d85be82b41b583defaf88f356304475c04e3758e125b1281550')
package() {
cd "$srcdir/$pkgname-$pkgver"