summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol2019-01-26 19:33:38 +0100
committers-ol2019-01-26 19:33:38 +0100
commit78a46dcc35c5dff94ecc55fe64801f9999e24129 (patch)
treeac58606ff4b0b313fc0761f44fc6949bf3ae814b
parent756d6c4c2d69409d47c4ea5f408e6b330f97a735 (diff)
downloadaur-78a46dcc35c5dff94ecc55fe64801f9999e24129.tar.gz
update hotfix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a46a7ec33f6..2deb1e2c6293 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kodelife
pkgdesc = Real-time GPU shader editor, live-code performance tool and graphics prototyping sketchpad
pkgver = 0.7.5.75
- pkgrel = 1
+ pkgrel = 2
url = https://hexler.net/software/kodelife
arch = x86_64
license = unknown
@@ -12,7 +12,7 @@ pkgbase = kodelife
depends = libxrandr
depends = libcurl-gnutls
source = https://hexler.net/pub/kodelife/kodelife-0.7.5.75-linux-x86_64.zip
- sha256sums = 35632ca574cbc1e8ecefa3e5d324f5ad3f28039cdda7edf3122eee751c17b575
+ sha256sums = 7603ea2f9a0b9464ca2b7dbfb14f9fd120a67deb8aff7ae3da600ab03e41b1a3
pkgname = kodelife
diff --git a/PKGBUILD b/PKGBUILD
index c3c09b3534b7..161110099eed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Sol Bekic <s+aur at s-ol dot nu>
pkgname=kodelife
pkgver=0.7.5.75
-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=('alsa-lib' 'libglvnd' 'libxcursor' 'libxinerama' 'libxrandr' 'libcurl-gnutls')
source=("https://hexler.net/pub/kodelife/$pkgname-$pkgver-linux-$arch.zip")
-sha256sums=('35632ca574cbc1e8ecefa3e5d324f5ad3f28039cdda7edf3122eee751c17b575')
+sha256sums=('7603ea2f9a0b9464ca2b7dbfb14f9fd120a67deb8aff7ae3da600ab03e41b1a3')
package() {
install -D -m755 "$srcdir/KodeLife" "$pkgdir/usr/bin/KodeLife"