summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author1F616EMO2023-09-24 18:19:40 +0800
committer1F616EMO2023-09-24 18:19:52 +0800
commit34cb26c08b63a3cf94d08cbc548bfb57edf41aac (patch)
tree7acc9074025916d2e5f732883f2e3340776ceadb
parentf6c167a107978d52ee57715a4dd6bbbffdfe15ac (diff)
downloadaur-34cb26c08b63a3cf94d08cbc548bfb57edf41aac.tar.gz
rm coreutils from dependency
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abcc65ec3b7d..88134ce75977 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = mixing-station-pc
pkgdesc = Mixer remote control for multiple mixers
- pkgver = 1.9.8_412arch2
- pkgrel = 3
+ pkgver = 1.9.8_412
+ pkgrel = 4
url = https://mixingstation.app/
arch = any
license = unknown
makedepends = unzip
- makedepends = coreutils
depends = jre21-openjdk
- 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
+ noextract = mixing-station-pc-1.9.8_412-release.zip
+ source = mixing-station-pc-1.9.8_412-release.zip::https://mixingstation.app/backend/api/web/download/update/mixing-station-pc/release
source = mixing-station-pc
source = copyright.txt
source = ms-icon.png::https://mixingstation.app/ms-docs/assets/ms.png
diff --git a/PKGBUILD b/PKGBUILD
index 508738284985..c241e42bcadb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: 1F616EMO <root at 1f616emo dot xyz>
pkgname=mixing-station-pc
-pkgver=1.9.8_412arch2
-pkgrel=3
+pkgver=1.9.8_412
+pkgrel=4
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')
+makedepends=('unzip')
depends=('jre21-openjdk')
source=(
"$pkgname-$pkgver-release.zip::https://mixingstation.app/backend/api/web/download/update/mixing-station-pc/release"