Package Details: dsremote-git r257.9fb5ac3-1

Git Clone URL: https://aur.archlinux.org/dsremote-git.git (read-only, click to copy)
Package Base: dsremote-git
Description: Operate your Rigol oscilloscope from your Linux desktop.
Upstream URL: https://gitlab.com/Teuniz/DSRemote
Licenses: GPL3
Submitter: fredericva
Maintainer: fredericva
Last Packager: fredericva
Votes: 4
Popularity: 0.000000
First Submitted: 2016-03-24 00:49 (UTC)
Last Updated: 2020-08-27 13:01 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

omicronns commented on 2025-03-26 23:34 (UTC) (edited on 2025-03-26 23:34 (UTC) by omicronns)

It doesn't build for me. I had to change PKGBUILD:

diff --git a/PKGBUILD b/PKGBUILD
index 3a76012..e876541 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@

 pkgname=dsremote-git
 _pkgname=DSRemote
-pkgver=r257.9fb5ac3
+pkgver=r285.d416e1b
 pkgrel=1
 pkgdesc="Operate your Rigol oscilloscope from your Linux desktop."
 arch=('any')
@@ -21,6 +21,7 @@ pkgver() {

 build() {
   cd "$srcdir/$_pkgname"
+  export CXXFLAGS=${CXXFLAGS/-Wp,-D_FORTIFY_SOURCE=3/}
   qmake
   make PREFIX=/usr
 }