summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol2018-01-05 21:40:58 +0100
committers-ol2018-01-05 21:40:58 +0100
commit07ac155ec7e2f027502b10ddf8597866c819679e (patch)
tree4731a580ef53eee1b7d96c4b502eb38aaebabe85
parent3cae6b0ffc53664d4cbd56f811bbce363aae3e1b (diff)
downloadaur-07ac155ec7e2f027502b10ddf8597866c819679e.tar.gz
fix src and update dependencies
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 14 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b70fcb43f1d6..0739632bed92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,17 @@
pkgbase = kodelife
+ pkgdesc = Real-time GPU shader editor, live-code performance tool and graphics prototyping sketchpad
pkgver = 0.5.1.0
- pkgrel = 1
+ pkgrel = 2
+ url = https://hexler.net/software/kodelife
arch = x86_64
license = unknown
+ depends = alsa-lib
+ depends = libglvnd
+ depends = libxcursor
+ depends = libxinerama
+ depends = libxrandr
depends = libcurl-gnutls
- source = https://hexler.net/pub/kodelife/pkgname-0.5.1.0-linux-x86_64.zip
+ source = https://hexler.net/pub/kodelife/kodelife-0.5.1.0-linux-x86_64.zip
sha256sums = 266a4b8e0d7cd2dd63ad56c9d1fd5e164265b41a6b7be4e39000541ba9f6c199
pkgname = kodelife
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() {