summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2023-01-01 15:55:31 +0100
committerÉtienne Deparis2023-01-01 15:55:31 +0100
commitd37a02e0fd0fd41c2da18c82ae7e32f2323700b8 (patch)
treeacdf61db98934f2a55db01fc27419c15b28a43d8
parentf2be14aa144af360339eadd55bf2247421000bca (diff)
downloadaur-d37a02e0fd0fd41c2da18c82ae7e32f2323700b8.tar.gz
0.5.11
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fe607c51d6d..39a56f946b33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
-# Generated by makepkg 6.0.1
-# Mon Aug 22 22:24:24 UTC 2022
+# Generated by makepkg 6.0.2
+# Sun Jan 1 14:39:29 UTC 2023
pkgbase = chwall
pkgdesc = A tiny wallpaper changer, written in python
- pkgver = 0.5.10
+ pkgver = 0.5.11
pkgrel = 1
url = https://git.umaneti.net/chwall/about/
arch = any
@@ -17,7 +17,7 @@ pkgbase = chwall
depends = python-requests
depends = python-xdg
depends = python-yaml
- source = https://git.umaneti.net/chwall/snapshot/chwall-0.5.10.tar.gz
- sha256sums = 091da3760b98a83d90d6260fa95b57619b2b77a2c6cdddb7416b3894c0fa4674
+ source = https://git.umaneti.net/chwall/snapshot/chwall-0.5.11.tar.gz
+ sha256sums = bb2a90c40c7832ac834158ffa2b23ed41fc97e889eb6bb71c5473e9c07ccd9f1
pkgname = chwall
diff --git a/PKGBUILD b/PKGBUILD
index 8b9263363b2f..cd86bc5cd567 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=chwall
-pkgver=0.5.10
+pkgver=0.5.11
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.umaneti.net/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('091da3760b98a83d90d6260fa95b57619b2b77a2c6cdddb7416b3894c0fa4674')
+sha256sums=('bb2a90c40c7832ac834158ffa2b23ed41fc97e889eb6bb71c5473e9c07ccd9f1')
package() {
cd "$pkgname-$pkgver"