summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Vidal2023-03-05 03:55:49 +0100
committerMarc Vidal2023-03-05 03:55:49 +0100
commitcefc9d9be2e166b7172c346e71e846467ad113bc (patch)
tree6d3ce9cf5a43c91a42912d079e99dbeb5f978d04
parent63ffc5310e60c33387f508e69b33d4d8d2c4fd46 (diff)
downloadaur-cefc9d9be2e166b7172c346e71e846467ad113bc.tar.gz
Fix README install path
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 998dea319ac3..be67010bd6de 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = labrecorder
pkgdesc = Default LSL (LabStreamingLayer) recording program (stable release). It allows to record all streams on the lab network (or a subset) into a single file, with time synchronization between streams.
pkgver = 1.16.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sccn/liblsl/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 786382b8914b..3afaf4243c28 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=labrecorder
pkgver=1.16.3
_pkgver="v${pkgver}"
-pkgrel=1
+pkgrel=2
pkgdesc='Default LSL (LabStreamingLayer) recording program (stable release). It allows to record all streams on the lab network (or a subset) into a single file, with time synchronization between streams.'
arch=('any')
url='https://github.com/sccn/liblsl/'
@@ -36,5 +36,5 @@ package() {
ln -rs "${pkgdir}/usr/bin/LabRecorder.cfg" -t "${pkgdir}/opt/LSL/bin"
ln -rs "${pkgdir}/usr/bin/LabRecorderCLI" -t "${pkgdir}/opt/LSL/bin"
- install -Dm644 "${pkgdir}/usr/bin/LICENSE" -t "${pkgdir}/opt/LSL/bin"
+ install -Dm644 "${pkgdir}/usr/share/LabRecorder/LICENSE" -t "${pkgdir}/opt/LSL/bin"
}