summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author1F616EMO2023-09-24 18:14:38 +0800
committer1F616EMO2023-09-24 18:14:38 +0800
commitf6c167a107978d52ee57715a4dd6bbbffdfe15ac (patch)
treee0ec75327ea499ee672d28d003dca62ad8f1d097
parent41b11f6d17037c08d0bd9af92b973b0142476622 (diff)
downloadaur-f6c167a107978d52ee57715a4dd6bbbffdfe15ac.tar.gz
Remove sh from dependency (included by base)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f41390cbfec2..abcc65ec3b7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = mixing-station-pc
pkgdesc = Mixer remote control for multiple mixers
pkgver = 1.9.8_412arch2
- pkgrel = 2
+ pkgrel = 3
url = https://mixingstation.app/
arch = any
license = unknown
makedepends = unzip
makedepends = coreutils
depends = jre21-openjdk
- depends = sh
noextract = mixing-station-pc-1.9.8_412arch2-release.zip
source = mixing-station-pc-1.9.8_412arch2-release.zip::https://mixingstation.app/backend/api/web/download/update/mixing-station-pc/release
source = mixing-station-pc
diff --git a/PKGBUILD b/PKGBUILD
index d9a2207e2626..508738284985 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=mixing-station-pc
pkgver=1.9.8_412arch2
-pkgrel=2
+pkgrel=3
pkgdesc='Mixer remote control for multiple mixers'
arch=('any')
url='https://mixingstation.app/'
license=('unknown') # Contacting upstream developer. Anyway this PKGBUILD only arranges the files
makedepends=('unzip' 'coreutils')
-depends=('jre21-openjdk' 'sh')
+depends=('jre21-openjdk')
source=(
"$pkgname-$pkgver-release.zip::https://mixingstation.app/backend/api/web/download/update/mixing-station-pc/release"
'mixing-station-pc'