summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMathias Buhr2020-12-08 17:26:16 +0100
committerMathias Buhr2020-12-08 17:26:16 +0100
commitae8b36cd68da443aaed5621c0ff604bd33c58e28 (patch)
tree6ed084a7c895249c5e1e380ec44687aaaef83ca9 /PKGBUILD
parentc70aad4ea80d22abed3f28446aa6820485c51153 (diff)
downloadaur-ae8b36cd68da443aaed5621c0ff604bd33c58e28.tar.gz
Update to 1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
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
}