summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Buhr2020-12-08 17:26:16 +0100
committerMathias Buhr2020-12-08 17:26:16 +0100
commitae8b36cd68da443aaed5621c0ff604bd33c58e28 (patch)
tree6ed084a7c895249c5e1e380ec44687aaaef83ca9
parentc70aad4ea80d22abed3f28446aa6820485c51153 (diff)
downloadaur-ae8b36cd68da443aaed5621c0ff604bd33c58e28.tar.gz
Update to 1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
-rw-r--r--sonic-lineup-1.0.1.patch11
3 files changed, 8 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f6f77ea4f1d..001cc3ae72c7 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.0.1
- pkgrel = 3
+ pkgver = 1.1
+ pkgrel = 1
url = https://www.sonicvisualiser.org/sonic-lineup/
arch = x86_64
license = GPL2
@@ -29,8 +29,8 @@ pkgbase = sonic-lineup
depends = rubberband
depends = serd
depends = sord
- source = sonic-lineup-1.0.1.tar.gz::https://code.soundsoftware.ac.uk/attachments/download/2610/sonic-lineup-1.0.1.tar.gz
- sha256sums = 278675925e2a4242bd6dd3c1fdf80474e51ce4061908e44f820eb580f22f9b70
+ source = sonic-lineup-1.1.tar.gz::https://code.soundsoftware.ac.uk/attachments/download/2765/sonic-lineup-1.1.tar.gz
+ sha256sums = 30e1c5f6f17827ebc03b8c7526e6a9481ecedf05a017e07dd1a432ae5c9a854c
pkgname = sonic-lineup
diff --git a/PKGBUILD b/PKGBUILD
index 4fa49c53978d..efc1b2eeee7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mathias Buhr <napcode@apparatus.de>
pkgname=sonic-lineup
-pkgver=1.0.1
-pkgrel=3
+pkgver=1.1
+pkgrel=1
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/"
@@ -35,14 +35,13 @@ depends=(
makedepends=(
'boost'
)
-source=("${pkgname}-${pkgver}.tar.gz::https://code.soundsoftware.ac.uk/attachments/download/2610/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('278675925e2a4242bd6dd3c1fdf80474e51ce4061908e44f820eb580f22f9b70')
+source=("${pkgname}-${pkgver}.tar.gz::https://code.soundsoftware.ac.uk/attachments/download/2765/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('30e1c5f6f17827ebc03b8c7526e6a9481ecedf05a017e07dd1a432ae5c9a854c')
build() {
cd "$srcdir/$pkgname-$pkgver"
export INSTALL_ROOT="${pkgdir}/"
./configure --prefix=/usr
- patch -Np1 -i "../../${pkgname}-${pkgver}.patch"
make
}
diff --git a/sonic-lineup-1.0.1.patch b/sonic-lineup-1.0.1.patch
deleted file mode 100644
index 99a439e616c9..000000000000
--- a/sonic-lineup-1.0.1.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/checker/checker.pri b/checker/checker.pri
---- a/checker/checker.pri
-+++ b/checker/checker.pri
-@@ -3,7 +3,6 @@
- QT -= xml network gui widgets
-
- !win32 {
-- QMAKE_CXXFLAGS += -Werror
- }
-
- OBJECTS_DIR = o