summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÉtienne Deparis2020-01-22 19:27:55 +0100
committerÉtienne Deparis2020-01-22 19:27:55 +0100
commit5debb614ee503fac4eacef69a582e21eb0348d1e (patch)
tree10b83702e472229f384a5836a1ecba495ac107cf /PKGBUILD
parenta7ca13588d44e0fe8f346dc5d3a0de16bf90813b (diff)
downloadaur-5debb614ee503fac4eacef69a582e21eb0348d1e.tar.gz
Add a missing dependency (python-pillow)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32e3dc6d6132..eba8a0c3204b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=chwall
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="A tiny wallpaper changer, written in python"
arch=("any")
url="https://git.deparis.io/chwall/about/"
license=("WTFPL")
depends=("gtk3" "python-cssselect" "python-gobject" "python-lxml"
- "python-requests" "python-xdg" "python-yaml")
+ "python-pillow" "python-requests" "python-xdg" "python-yaml")
makedepends=("python-setuptools" "imagemagick")
source=("https://git.deparis.io/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
sha256sums=('2532e437035cda901d3fa93077054d2506d02b7491e6c4ae9f060a4e2f326195')