summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael2022-12-23 11:38:41 -0600
committerMichael2022-12-23 11:38:41 -0600
commit8b563d445daf92e1c659d1dbdc3085e9111c9120 (patch)
treeae0fda6fb82a0dda1a6489301586f333e1b8afb5
parent1809b50bf3cf3506506d8afe353a0671f262ca80 (diff)
downloadaur-8b563d445daf92e1c659d1dbdc3085e9111c9120.tar.gz
fix: add python-pip to build deps
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e94f024d6d47..177e151ce16e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: childofunix at gmail dot com
pkgname="rmm-git"
-pkgver=1.0.11
+pkgver=1.0.12.r7.gbb3b90e
pkgrel=1
pkgdesc="RimWorld Mod Manager"
arch=("any")
url="https://github.com/Spoons/rmm.git"
license=("GPL")
depends=("steamcmd" "python" "python-beautifulsoup4" "python-tabulate" "python-networkx")
-makedepends=("git" "python-setuptools")
+makedepends=("git" "python-setuptools" "python-pip")
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
changelog=ChangeLog