summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÉtienne Deparis2020-04-04 17:44:12 +0200
committerÉtienne Deparis2020-04-04 17:44:12 +0200
commit801132a7786216ad999736fb265dcc225308ec55 (patch)
tree324c5d98c8db15762a6cb885ed4561277400c172 /PKGBUILD
parentbe882c3f75f39b87d488b878a112a95aa0c40a00 (diff)
downloadaur-801132a7786216ad999736fb265dcc225308ec55.tar.gz
0.5.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a4766021703..57f36c077c88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=chwall
-pkgver=0.5.2
+pkgver=0.5.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-pillow" "python-requests" "python-xdg" "python-yaml")
makedepends=("python-setuptools" "imagemagick")
source=("https://git.deparis.io/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('41dc256e8cdcf3ea59b45c7a78c41fcc5264d014204dba1190fe5ab09c793bc7')
+sha256sums=('7452f8bf58f75a9acc02e22a46526b58253bfc4d2c618e3e039b8fc20f5db3b3')
package() {
cd "$srcdir/$pkgname-$pkgver"