summarylogtreecommitdiffstats
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
parenta7ca13588d44e0fe8f346dc5d3a0de16bf90813b (diff)
downloadaur-5debb614ee503fac4eacef69a582e21eb0348d1e.tar.gz
Add a missing dependency (python-pillow)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dce28f2ddfc..9ebfb321164a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.2.1
-# Sun Dec 8 18:35:53 UTC 2019
+# Wed Jan 22 18:27:25 UTC 2020
pkgbase = chwall
pkgdesc = A tiny wallpaper changer, written in python
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://git.deparis.io/chwall/about/
arch = any
license = WTFPL
@@ -13,6 +13,7 @@ pkgbase = chwall
depends = python-cssselect
depends = python-gobject
depends = python-lxml
+ depends = python-pillow
depends = python-requests
depends = python-xdg
depends = python-yaml
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')