summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÉtienne Deparis2019-08-19 09:09:35 +0200
committerÉtienne Deparis2019-08-19 09:09:35 +0200
commit637c4df573d9f59e4d6e706ef15d86de7b5f5275 (patch)
tree59cced647cbbfdd45725952741ab532c9b699488 /PKGBUILD
parent5dab1ee43279596af9d0af4de656d3cb44a9b39d (diff)
downloadaur-637c4df573d9f59e4d6e706ef15d86de7b5f5275.tar.gz
0.4.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f110444a59de..48141228566a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=chwall
-pkgver=0.4.3
+pkgver=0.4.4
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=('44c68bf90c715ad65a334c2fb0dc44917be3d1c9436eb4b24c88e18616481377')
+sha256sums=('7b492ec8c789e25a2b016b3fda6daa5b420c9e4e56a6ba62c60f11a72ddc1037')
package() {
cd "$srcdir/$pkgname-$pkgver"