summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4ca08eac517..569bf9701c6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Sol Bekic <s+aur at s-ol dot nu>
+# Maintainer: kyrella <kyrella at pm dot me>
pkgname=kodelife
-pkgver=1.0.8.170
+pkgver=1.1.1.175
pkgrel=1
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=('alsa-lib' 'libcurl-gnutls' 'gst-plugins-base-libs')
-source=("https://hexler.net/pub/kodelife/$pkgname-$pkgver-linux-$arch.zip")
-sha256sums=('865dbd40dcb96891cd554bdce07ef1eb46979ab0fbdff22b9ab09d957216e81b')
+source=("https://hexler.net/pub/kodelife/$pkgname-$pkgver-linux-x64.zip")
+sha256sums=('596f43361ea431b040a36ea6519991457f214ff94ae5f62ec9a1abb354a5f1c0')
package() {
install -D -m755 "$srcdir/KodeLife" "$pkgdir/usr/bin/KodeLife"