summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÉtienne Deparis2022-07-19 17:46:15 +0200
committerÉtienne Deparis2022-07-19 17:46:15 +0200
commit6a8966aa9defaa16e25ee2fc0ae2fa189222898d (patch)
treef62480443ef7805b30259d0f5d1918016bd7ac84 /PKGBUILD
parent840815fb2b84335c5595d0a35bab6048f57d9ac4 (diff)
downloadaur-6a8966aa9defaa16e25ee2fc0ae2fa189222898d.tar.gz
0.5.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46fbfb091a75..f98e65be86dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=chwall
-pkgver=0.5.8
+pkgver=0.5.9
pkgrel=1
pkgdesc="A tiny wallpaper changer, written in python"
arch=("any")
@@ -10,10 +10,10 @@ 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=('1e90d1f2e594975be59a92279ce06797c4b8e13acef58528ad6d9c62557967b0')
+sha256sums=('e3057f38bbebfc9079e1c8693a9929abcce29c0cba468b0405dd9a4be0b2590e')
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
make dist DESTDIR="$pkgdir"
}