summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dbc5fd53bec..ef16f2d5df50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,11 @@
pkgbase = tastyworks
pkgdesc = One of the fastest, most reliable, and most secure trading platforms in the world.
pkgver = 0.27.0
- pkgrel = 3
+ pkgrel = 4
url = https://tastyworks.com/technology.html
arch = x86_64
license = Other
depends = java-runtime
- depends = lib32-glibc
- depends = lib32-gcc-libs
- depends = lib32-libx11
- depends = lib32-libxext
- depends = lib32-libxi
- depends = lib32-libxtst
- depends = lib32-libxrender
- depends = lib32-alsa-lib
source = https://download.tastyworks.com/desktop/0.27.0/tastyworks-0.27.0.rpm
source = tastyworks.png
sha256sums = 1e512ea67dc99f0a1108764c960a47e1f4e97ff51c7a62a386843611c22d1965
diff --git a/PKGBUILD b/PKGBUILD
index a82f0614b0a2..6a350dab4ae3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,12 @@
pkgname=tastyworks
pkgver=0.27.0
-pkgrel=3
+pkgrel=4
pkgdesc="One of the fastest, most reliable, and most secure trading platforms in the world."
arch=('x86_64')
url="https://tastyworks.com/technology.html"
license=('Other')
-depends=('java-runtime' 'lib32-glibc' 'lib32-gcc-libs'
- 'lib32-libx11' 'lib32-libxext' 'lib32-libxi'
- 'lib32-libxtst' 'lib32-libxrender' 'lib32-alsa-lib')
+depends=('java-runtime')
source=("https://download.tastyworks.com/desktop/$pkgver/$pkgname-$pkgver.rpm"
"tastyworks.png")
sha256sums=('1e512ea67dc99f0a1108764c960a47e1f4e97ff51c7a62a386843611c22d1965'
@@ -19,6 +17,13 @@ sha256sums=('1e512ea67dc99f0a1108764c960a47e1f4e97ff51c7a62a386843611c22d1965'
# fine without it but the "official" install requested those packages. I'll leave them there for
# now but need to contact tastyworks team for clarification and do some more research.
+# I'm removing this list of dependencies because it's clutter and I didn't notice any benefit for
+# having them included. I'll leave it here in a comment in case they're necessary to someone.
+
+# 'lib32-glibc' 'lib32-gcc-libs'
+# 'lib32-libx11' 'lib32-libxext' 'lib32-libxi'
+# 'lib32-libxtst' 'lib32-libxrender' 'lib32-alsa-lib'
+
package() {
cd "$srcdir"