summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmber2022-09-07 14:29:50 -0500
committerAmber2022-09-07 14:29:50 -0500
commit8b86c6638f60e722a18d547d691f6c9e37c9aa67 (patch)
treef3ce5782a88776501af9c3d9dedae73d944146cc /PKGBUILD
parentd4ff42e31fc2e0bacf6d99067c3bda72747e6064 (diff)
downloadaur-show-git.tar.gz
removed a dependancy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f7143c0ba71..21dfee0a9a5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,17 @@
pkgname=show-git
_pkgname=Show
-pkgver=r86.f966da3
-pkgrel=2
+pkgver=r89.2be9440
+pkgrel=1
arch=(any)
pkgdesc="Realtime GLSL shader wallpapers"
url="https://github.com/danielfvm/Show"
license=("GPL")
# Show needs xrandr to build, but I don't know if its required for wayland systems.
-depends=(python-xcffib python-cairocffi python-opengl python-screeninfo python-mouse python-opencv python-scipy python-glfw glfw)
-optdepends=("glfw-wayland: wayland support")
+depends=(python-xcffib python-cairocffi python-opengl python-screeninfo python-mouse python-scipy python-glfw glfw python-pillow)
+optdepends=("glfw-wayland: wayland support"
+"glfw-x11: x11 support"
+)
makedepends=(git python-build python-installer python-wheel python-setuptools)
source=('git+https://github.com/danielfvm/Show.git')
sha256sums=('SKIP')