surge-xt-bin

LOW
maintainer LittleWatter 0 votes scanned 2026-08-30 11:42:29.053600
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: LittleWatter <zs987526341@gmail.com>
2
3pkgname=surge-xt-bin
4pkgver=1.3.4
5pkgrel=1
6
7pkgdesc="Hybrid synthesizer and effects processor (prebuilt binary)"
8arch=('x86_64')
9url="https://surge-synthesizer.github.io/"
10license=('GPL-3.0-or-later')
11
12provides=('surge-xt')
13conflicts=('surge-xt')
14
15options=('!debug')
16
17depends=(
18 'alsa-lib'
19 'brotli'
20 'bzip2'
21 'freetype2'
22 'glibc'
23 'hicolor-icon-theme'
24 'libpng'
25 'zlib'
26)
27
28source=(
29 "surge-xt-linux-${CARCH}-${pkgver}.tar.gz::https://github.com/surge-synthesizer/releases-xt/releases/download/${pkgver}/surge-xt-linux-${CARCH}-${pkgver}.tar.gz"
30)
31
32sha256sums=('fdd578eea384f5ec1b40cd26936b213dc75438a18a787b21227f941d2a680ecd')
33
34package() {
35 cd "$srcdir"
36
37 install -d "$pkgdir/usr"
38
39 cp -a bin "$pkgdir/usr/"
40 cp -a lib "$pkgdir/usr/"
41 cp -a share "$pkgdir/usr/"
42
43 ln -s "Surge XT" \
44 "$pkgdir/usr/bin/surge-xt"
45
46 ln -s "Surge XT Effects" \
47 "$pkgdir/usr/bin/surge-xt-effects"
48}
49

Scan history

Scanned at (UTC)SeverityRules
2026-08-30 11:42:29 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion