summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Flak2021-06-12 17:16:49 +0300
committerKenneth Flak2021-06-12 17:16:49 +0300
commitea09a7b345029e5b4d0e0999e631b7b6eda18fe9 (patch)
tree6acf5d6498ad6075c5b57cde3cfa91b2e034254f
parent1d27c737790a9e39c62970db93db23392a56ae56 (diff)
downloadaur-ea09a7b345029e5b4d0e0999e631b7b6eda18fe9.tar.gz
updated to 1.0.1.94
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4bd0450e7fe..c50d00fccfd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = touchosc-bin
pkgdesc = Modular control surface
- pkgver = 1.0.0.92
- pkgrel = 2
+ pkgver = 1.0.1.94
+ pkgrel = 1
url = http://hexler.net
arch = x86_64
license = custom:TouchOSC
- source = https://hexler.net/pub/touchosc/touchosc-1.0.0.92-linux-x86_64.deb
- sha256sums = 83469ec3aa776954d2eee2a52d58dab061593aab8605f99cf35b851fe0d4e6ef
+ source = https://hexler.net/pub/touchosc/touchosc-1.0.1.94-linux-x86_64.deb
+ sha256sums = af95af19bb44961bf416c433f4ed9b8a39422fceb11b6b951c526d1c6598c858
pkgname = touchosc-bin
diff --git a/PKGBUILD b/PKGBUILD
index abfb951e6ebe..84ccf15f02da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: Kenneth Flak <kennethflak@protonmail.com>
pkgname=touchosc-bin
-pkgver=1.0.0.92
-pkgrel=2
+pkgver=1.0.1.94
+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=('83469ec3aa776954d2eee2a52d58dab061593aab8605f99cf35b851fe0d4e6ef')
+sha256sums=('af95af19bb44961bf416c433f4ed9b8a39422fceb11b6b951c526d1c6598c858')
package() {
cd "$srcdir"
- ar vx "touchosc-$pkgver-linux-$arch.deb"
+ ar x "touchosc-$pkgver-linux-$arch.deb"
tar xzvf data.tar.gz
sed -i 's:opt/touchosc:usr/bin:g' usr/share/applications/touchosc.desktop