summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Buhr2021-02-02 20:28:36 +0100
committerMathias Buhr2021-02-02 20:28:36 +0100
commit32b696e4110d033ff8b71266ec07695e6d0b6d44 (patch)
tree26a0390d30d2277b0ff9380ef6f9d6fbc790ddda
parentae8b36cd68da443aaed5621c0ff604bd33c58e28 (diff)
downloadaur-32b696e4110d033ff8b71266ec07695e6d0b6d44.tar.gz
Cert verificiation issue workaround
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 001cc3ae72c7..a01531626c5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sonic-lineup
pkgdesc = Sonic Lineup is a free, open-source application for Windows, Linux, and Mac, designed for rapid visualisation of multiple audio files containing versions of the same source material
pkgver = 1.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.sonicvisualiser.org/sonic-lineup/
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index efc1b2eeee7b..27de37526234 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Mathias Buhr <napcode@apparatus.de>
+DLAGENTS=("https::/usr/bin/curl -k -o %o %u")
pkgname=sonic-lineup
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Sonic Lineup is a free, open-source application for Windows, Linux, and Mac, designed for rapid visualisation of multiple audio files containing versions of the same source material"
arch=('x86_64')
url="https://www.sonicvisualiser.org/sonic-lineup/"