summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2022-08-23 00:32:48 +0200
committerÉtienne Deparis2022-08-23 00:32:48 +0200
commitf2be14aa144af360339eadd55bf2247421000bca (patch)
treef403172dad03d8f281ebc013ece2ee05b0c69075
parent6a8966aa9defaa16e25ee2fc0ae2fa189222898d (diff)
downloadaur-f2be14aa144af360339eadd55bf2247421000bca.tar.gz
0.5.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7eb56f9f00f6..4fe607c51d6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 6.0.1
-# Tue Jul 19 15:42:12 UTC 2022
+# Mon Aug 22 22:24:24 UTC 2022
pkgbase = chwall
pkgdesc = A tiny wallpaper changer, written in python
- pkgver = 0.5.9
+ pkgver = 0.5.10
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.9.tar.gz
- sha256sums = e3057f38bbebfc9079e1c8693a9929abcce29c0cba468b0405dd9a4be0b2590e
+ source = https://git.umaneti.net/chwall/snapshot/chwall-0.5.10.tar.gz
+ sha256sums = 091da3760b98a83d90d6260fa95b57619b2b77a2c6cdddb7416b3894c0fa4674
pkgname = chwall
diff --git a/PKGBUILD b/PKGBUILD
index f98e65be86dd..8b9263363b2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=chwall
-pkgver=0.5.9
+pkgver=0.5.10
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=('e3057f38bbebfc9079e1c8693a9929abcce29c0cba468b0405dd9a4be0b2590e')
+sha256sums=('091da3760b98a83d90d6260fa95b57619b2b77a2c6cdddb7416b3894c0fa4674')
package() {
cd "$pkgname-$pkgver"