Add dependencies to PKGBUILD

This commit is contained in:
Arinerron 2019-03-28 23:39:00 -07:00
parent e70243884a
commit ef93910f98
No known key found for this signature in database
GPG Key ID: 99383627861C62F0
1 changed files with 4 additions and 2 deletions

View File

@ -7,11 +7,13 @@ arch=("x86_64")
license=('GPL')
source=("onionr-${pkgver}::git+https://gitlab.com/beardog/onionr.git#branch=master")
md5sums=('SKIP')
makedepends=('git', 'python3-pip')
makedepends=('git' 'python' 'python-pip')
depends=('tor' 'python' 'python-pip')
build() {
cd "$pkgname-${pkgver}"
make
cd install
./install_arch.sh
}
package() {