summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormvidaldp2022-04-25 16:18:41 +0200
committermvidaldp2022-04-25 16:18:41 +0200
commit872d5f69afeddb6c6b71d4146445faa01d229440 (patch)
tree201e8d7285c4eda173d5f43ce389501b98264629
parent85de3116d417405332e2f6907c23485f2dbfefea (diff)
downloadaur-872d5f69afeddb6c6b71d4146445faa01d229440.tar.gz
Improve PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8b7f37bfad9..0441207bdf30 100644
--- 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.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sccn/liblsl/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 2c1fd85a4062..0f8cd73b56df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=labrecorder
pkgver=1.16.0
-_pkgver=v1.16.0
-pkgrel=1
+_pkgver="v${pkgver}"
+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/'