summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyan Lin2024-03-14 10:10:19 +0100
committerCyan Lin2024-03-14 10:10:19 +0100
commitfeb10cbfee849b2a61a2623c08c82f1c9514f268 (patch)
tree670b9669297691799e9e19803274b9dc10a965a3
parentb57a3bc727abbbba5e1a89927afda1b2cad88813 (diff)
downloadaur-feb10cbfee849b2a61a2623c08c82f1c9514f268.tar.gz
fix: Use the download link for this commit
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2326256d55e2..f4b2487d3886 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = surfer-waveform
pkgdesc = A waveform viewer with a focus on a snappy usable interface, and extensibility.
- pkgver = 0.2.0.r459.040ac407
+ pkgver = 0.2.0.r471.fb34a4f4
pkgrel = 1
url = https://gitlab.com/surfer-project/surfer
arch = x86_64
license = EUPL
depends = openssl
- source = surfer-waveform-git-bin-0.2.0.r459.040ac407.zip::https://gitlab.com/api/v4/projects/42073614/jobs/artifacts/main/raw/surfer_linux.zip?job=linux_build
- sha256sums = 4ee51a348d6b8d791c16cc75de374ffdf41f5d0a1695cad6a131a55f406f3762
+ source = surfer-waveform-git-bin-0.2.0.r471.fb34a4f4.zip::https://gitlab.com/surfer-project/surfer/-/jobs/6376686969/artifacts/download?file_type=archive
+ sha256sums = a53a9526365737576efc2781be4b212ece399644ce98425e9101808e2573f079
pkgname = surfer-waveform-git-bin
diff --git a/PKGBUILD b/PKGBUILD
index 858e60008871..73cd0c922713 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgbase=surfer-waveform
pkgname=surfer-waveform-git-bin
-pkgver=0.2.0.r459.040ac407
+pkgver=0.2.0.r471.fb34a4f4
pkgrel=1
pkgdesc='A waveform viewer with a focus on a snappy usable interface, and extensibility.'
arch=('x86_64')
url='https://gitlab.com/surfer-project/surfer'
license=('EUPL')
depends=('openssl')
-source=("$pkgname-$pkgver.zip::https://gitlab.com/api/v4/projects/42073614/jobs/artifacts/main/raw/surfer_linux.zip?job=linux_build")
-sha256sums=('4ee51a348d6b8d791c16cc75de374ffdf41f5d0a1695cad6a131a55f406f3762')
+source=("$pkgname-$pkgver.zip::https://gitlab.com/surfer-project/surfer/-/jobs/6376686969/artifacts/download?file_type=archive")
+sha256sums=('a53a9526365737576efc2781be4b212ece399644ce98425e9101808e2573f079')
package() {
install -Dm755 "surfer" "$pkgdir/usr/bin/surfer"