summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Buhr2022-09-10 10:09:37 +0200
committerMathias Buhr2022-09-10 10:09:37 +0200
commited6b5dcc31f9aae0ed7a4bae5ae43490428245f2 (patch)
treeebbf91ea2f85ddd06dd37128292b1a22e2da46de
parent190e453290952f44fa47a688e3a6331063441774 (diff)
downloadaur-ed6b5dcc31f9aae0ed7a4bae5ae43490428245f2.tar.gz
Update to 1.1.5.145 and ARM builds
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 17 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 433ae57ea211..4e7806e6ec5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,17 @@
pkgbase = touchosc-bin
pkgdesc = Modular control surface
- pkgver = 1.1.4.143
+ pkgver = 1.1.5.145
pkgrel = 1
url = http://hexler.net
arch = x86_64
+ arch = armv7l
+ arch = aarch64
license = custom:TouchOSC
- source = https://hexler.net/pub/touchosc/touchosc-1.1.4.143-linux-x86_64.deb
- sha256sums = 083f094754153017bffcccab35fa3c444d68828554d07f3b214e6b4e0e6b0c05
+ source_x86_64 = https://hexler.net/pub/touchosc/touchosc-1.1.5.145-linux-x86_64.deb
+ sha256sums_x86_64 = 2ecad1e3a12973cc7429373695b54dd6b6dbe4a6576131bca32809d419ac082f
+ source_armv7l = https://hexler.net/pub/touchosc/touchosc-1.1.5.145-linux-armhf.deb
+ sha256sums_armv7l = c27b3485bfb9b3b7046d5fb872b516449d72537a65d4dd0d27419698ce14be8b
+ source_aarch64 = https://hexler.net/pub/touchosc/touchosc-1.1.5.145-linux-arm64.deb
+ sha256sums_aarch64 = dea6ebf5dbde783a8ff69b19372379db407626e1bf47dcafa585fd09da91ed32
pkgname = touchosc-bin
diff --git a/PKGBUILD b/PKGBUILD
index f2726faadda1..b2aa74fe0f3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,18 @@
# Contributor: Kenneth Flak <kennethflak@protonmail.com>
pkgname=touchosc-bin
-pkgver=1.1.4.143
+pkgver=1.1.5.145
pkgrel=1
pkgdesc='Modular control surface'
-arch=('x86_64')
+arch=('x86_64' 'armv7l' 'aarch64')
url=http://hexler.net
license=(custom:TouchOSC)
-source=("https://hexler.net/pub/touchosc/touchosc-$pkgver-linux-$arch.deb")
-sha256sums=('083f094754153017bffcccab35fa3c444d68828554d07f3b214e6b4e0e6b0c05')
+source_x86_64=("https://hexler.net/pub/touchosc/touchosc-$pkgver-linux-$arch.deb")
+source_armv7l=("https://hexler.net/pub/touchosc/touchosc-$pkgver-linux-armhf.deb")
+source_aarch64=("https://hexler.net/pub/touchosc/touchosc-$pkgver-linux-arm64.deb")
+sha256sums_x86_64=('2ecad1e3a12973cc7429373695b54dd6b6dbe4a6576131bca32809d419ac082f')
+sha256sums_armv7l=('c27b3485bfb9b3b7046d5fb872b516449d72537a65d4dd0d27419698ce14be8b')
+sha256sums_aarch64=('dea6ebf5dbde783a8ff69b19372379db407626e1bf47dcafa585fd09da91ed32')
package() {