summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorthe-maddin2021-10-15 21:17:47 +0200
committerthe-maddin2021-10-15 21:17:47 +0200
commitcb0aa593ea5096d68a8aeb49363973aed90de31f (patch)
tree42cdceb83b7ab6f2534c0d19ab4b96bbc05de614 /PKGBUILD
parent32a370e827c0296503ac7bd3f0b736fcf1ba6918 (diff)
downloadaur-fs2-knossos.tar.gz
Add missing dep python-pip
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a733cda1f1c..36f0a71340f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_name=knossos
pkgname=fs2-knossos
pkgver=0.14.3
-pkgrel=2
+pkgrel=3
pkgdesc="A simple mod manager for FreeSpace 2 Open"
arch=('any')
url="https://github.com/ngld/knossos"
license=('Apache')
groups=()
depends=(
- 'python' 'python-six' 'python-requests' 'python-requests-toolbelt' 'python-ply' 'python-token-bucket' 'python-pyqt5' 'qt5-webengine' 'python-pyqtwebengine'
+ 'python' 'python-pip' 'python-six' 'python-requests' 'python-requests-toolbelt' 'python-ply' 'python-token-bucket' 'python-pyqt5' 'qt5-webengine' 'python-pyqtwebengine'
'qt5-webchannel' 'qt5-tools' 'python-semantic-version' 'python-raven' 'p7zip' 'openal' 'sdl2'
)
makedepends=('python-setuptools' 'ninja' 'yarn')