summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authors-ol2018-01-05 21:40:58 +0100
committers-ol2018-01-05 21:40:58 +0100
commit07ac155ec7e2f027502b10ddf8597866c819679e (patch)
tree4731a580ef53eee1b7d96c4b502eb38aaebabe85 /PKGBUILD
parent3cae6b0ffc53664d4cbd56f811bbce363aae3e1b (diff)
downloadaur-07ac155ec7e2f027502b10ddf8597866c819679e.tar.gz
fix src and update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41065941a782..c472a3ce98e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,13 @@
# Maintainer: Sol Bekic <s+aur at s-ol dot nu>
pkgname=kodelife
pkgver=0.5.1.0
-pkgrel=1
+pkgrel=2
+pkgdesc='Real-time GPU shader editor, live-code performance tool and graphics prototyping sketchpad'
+url='https://hexler.net/software/kodelife'
license=('unknown')
arch=('x86_64')
-depends=('libcurl-gnutls')
-source=("https://hexler.net/pub/kodelife/pkgname-$pkgver-linux-$arch.zip")
+depends=('alsa-lib' 'libglvnd' 'libxcursor' 'libxinerama' 'libxrandr' 'libcurl-gnutls')
+source=("https://hexler.net/pub/kodelife/$pkgname-$pkgver-linux-$arch.zip")
sha256sums=('266a4b8e0d7cd2dd63ad56c9d1fd5e164265b41a6b7be4e39000541ba9f6c199')
package() {