summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a4a32d5e55b..d0efede3f566 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 5.1.3
-# Sat Mar 23 19:12:26 UTC 2019
+# Fri Apr 26 11:26:01 UTC 2019
pkgbase = chwall
pkgdesc = A tiny wallpaper changer, written in python
- pkgver = 0.4.1
+ pkgver = 0.4.3
pkgrel = 1
url = https://git.deparis.io/chwall/about/
arch = any
@@ -16,8 +16,8 @@ pkgbase = chwall
depends = python-requests
depends = python-xdg
depends = python-yaml
- source = https://git.deparis.io/chwall/snapshot/chwall-0.4.1.tar.gz
- sha256sums = 6daeb1e54571284ba5affba5b7d3155b7dfa5f78d0775888a311b28c4c03a9b6
+ source = https://git.deparis.io/chwall/snapshot/chwall-0.4.3.tar.gz
+ sha256sums = 44c68bf90c715ad65a334c2fb0dc44917be3d1c9436eb4b24c88e18616481377
pkgname = chwall
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"