summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÉtienne Deparis2020-03-21 18:13:15 +0100
committerÉtienne Deparis2020-03-21 18:13:15 +0100
commitbe882c3f75f39b87d488b878a112a95aa0c40a00 (patch)
tree7d82169e0048a7c09111bf1468849f032839dd73 /PKGBUILD
parent5debb614ee503fac4eacef69a582e21eb0348d1e (diff)
downloadaur-be882c3f75f39b87d488b878a112a95aa0c40a00.tar.gz
0.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eba8a0c3204b..9a4766021703 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=chwall
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.2
+pkgrel=1
pkgdesc="A tiny wallpaper changer, written in python"
arch=("any")
url="https://git.deparis.io/chwall/about/"
@@ -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=('2532e437035cda901d3fa93077054d2506d02b7491e6c4ae9f060a4e2f326195')
+sha256sums=('41dc256e8cdcf3ea59b45c7a78c41fcc5264d014204dba1190fe5ab09c793bc7')
package() {
cd "$srcdir/$pkgname-$pkgver"