summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Flak2021-09-14 13:53:37 +0300
committerKenneth Flak2021-09-14 13:53:37 +0300
commit35129bf8f3c439341306187fb8a9db0dcd355ed2 (patch)
tree5217fa57917fb61d076941f4f37e34cc0f205ba5
parentea09a7b345029e5b4d0e0999e631b7b6eda18fe9 (diff)
downloadaur-35129bf8f3c439341306187fb8a9db0dcd355ed2.tar.gz
Updated to 1.0.5.109
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c50d00fccfd2..ba52e5447c8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = touchosc-bin
pkgdesc = Modular control surface
- pkgver = 1.0.1.94
+ pkgver = 1.0.5.109
pkgrel = 1
url = http://hexler.net
arch = x86_64
license = custom:TouchOSC
- source = https://hexler.net/pub/touchosc/touchosc-1.0.1.94-linux-x86_64.deb
- sha256sums = af95af19bb44961bf416c433f4ed9b8a39422fceb11b6b951c526d1c6598c858
+ source = https://hexler.net/pub/touchosc/touchosc-1.0.5.109-linux-x86_64.deb
+ sha256sums = bd6a736aebc1b3640f4c7e29114802835c5438648673b0588a0c4ace9baeade9
pkgname = touchosc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 84ccf15f02da..04f65610472d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,20 @@
# Maintainer: Kenneth Flak <kennethflak@protonmail.com>
pkgname=touchosc-bin
-pkgver=1.0.1.94
+pkgver=1.0.5.109
pkgrel=1
pkgdesc='Modular control surface'
arch=('x86_64')
url=http://hexler.net
license=(custom:TouchOSC)
source=("https://hexler.net/pub/touchosc/touchosc-$pkgver-linux-$arch.deb")
-sha256sums=('af95af19bb44961bf416c433f4ed9b8a39422fceb11b6b951c526d1c6598c858')
+sha256sums=('bd6a736aebc1b3640f4c7e29114802835c5438648673b0588a0c4ace9baeade9')
package() {
cd "$srcdir"
- ar x "touchosc-$pkgver-linux-$arch.deb"
- tar xzvf data.tar.gz
+ tar xzf data.tar.gz
sed -i 's:opt/touchosc:usr/bin:g' usr/share/applications/touchosc.desktop