# Maintainer: Étienne Deparis pkgname=chwall pkgver=0.5.6 pkgrel=1 pkgdesc="A tiny wallpaper changer, written in python" arch=("any") url="https://git.umaneti.net/chwall/about/" license=("WTFPL") 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=('c481febab7b95e03200447180042c4f9def670c1e9016cc7bf5a819690f07a8b') package() { cd "$srcdir/$pkgname-$pkgver" make dist DESTDIR="$pkgdir" }