summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilk Brewster2018-11-19 21:59:02 +0000
committerMilk Brewster2018-11-19 21:59:02 +0000
commitb8cf8fcf22134a1c7c59ac2760c093c74d8ec05b (patch)
tree3a7e82d4c0d374469eb04cfd75a88bc1c6574684
parent9dc9408e4cef268b14ca5115205e12cf27438e75 (diff)
downloadaur-b8cf8fcf22134a1c7c59ac2760c093c74d8ec05b.tar.gz
fix build instal
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f83f5ba5f9ec..035192890d77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = helio-workstation-git
pkgdesc = A high-performance MIDI sequencer with a clean interface, version control, VST support and more
- pkgver = r308.f8e4225
+ pkgver = r643.24e031d
pkgrel = 1
url = https://helioworkstation.com/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0c02bc56ac6a..85ed9052fb35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=helio-workstation
pkgname="${_pkgname}-git"
-pkgver=r308.f8e4225
+pkgver=r643.24e031d
pkgrel=1
pkgdesc="A high-performance MIDI sequencer with a clean interface, version control, VST support and more"
arch=('x86_64')
@@ -47,7 +47,5 @@ build() {
package() {
cd "$srcdir/${_pkgname}/Projects/"
- install -Dm755 "LinuxMakefile/build/Helio" "$pkgdir/opt/helio_workstation/helio_workstation"
- install -Dm755 "Installers/Linux/Helio-1.7-amd64/usr/bin/helio" "$pkgdir/usr/bin/helio"
- cp -r "Installers/Linux/Helio-1.7-amd64/usr/" "$pkgdir/"
+ install -Dm755 "LinuxMakefile/build/Helio" "$pkgdir/usr/bin/helio_workstation"
}