summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÉtienne Deparis2019-04-26 13:26:35 +0200
committerÉtienne Deparis2019-04-26 13:26:35 +0200
commit5dab1ee43279596af9d0af4de656d3cb44a9b39d (patch)
treee508bb2c10c8b7e63d366b285321b9524f4892ba /PKGBUILD
parent0d0dd493fb36c823e6c0261a832703c86f5c7da3 (diff)
downloadaur-5dab1ee43279596af9d0af4de656d3cb44a9b39d.tar.gz
0.4.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afe744427fbd..f110444a59de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=chwall
-pkgver=0.4.1
+pkgver=0.4.3
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-requests" "python-xdg" "python-yaml")
makedepends=("python-setuptools" "imagemagick")
source=("https://git.deparis.io/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('6daeb1e54571284ba5affba5b7d3155b7dfa5f78d0775888a311b28c4c03a9b6')
+sha256sums=('44c68bf90c715ad65a334c2fb0dc44917be3d1c9436eb4b24c88e18616481377')
package() {
cd "$srcdir/$pkgname-$pkgver"