summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkiasoc52021-11-07 19:12:36 -0500
committerkiasoc52021-11-07 19:12:36 -0500
commit4f33abd04eb29426d858012a0dcdb6f1412da362 (patch)
tree719fa6cc6ea1f3ce4a2750a56f16a4178007c71b
parent8fecac3baee9999bce0267e8c8a64afe6834065a (diff)
downloadaur-4f33abd04eb29426d858012a0dcdb6f1412da362.tar.gz
remove vendored dependency fixes until other dependencies are packaged
-rw-r--r--PKGBUILD8
1 files changed, 0 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75fd76611b56..167a0dfb48df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,14 +19,8 @@ depends=(
'python-numpy'
'python-psutil'
'python-yaml'
- # TODO: remove python pip
- # 'python-pymarshal'
- # 'python-wavefile'
- # TODO: do not require user to install either python-pyqt5/qt6
'python-pyqt5'
- # 'python-pyqt6
'rubberband'
- 'sbsms'
)
makedepends=(
'cython'
@@ -44,11 +38,9 @@ sha256sums=('ce196e5a6095707d33df8c4c5bba9cdf8713c061195350730d3ab70270ccc45f')
build() {
cd stargate-release-${pkgver}/src
make
- # TODO: make distro
}
package() {
cd stargate-release-${pkgver}/src
PREFIX=${pkgdir}/usr make install
- # TODO: make install_distro
}