aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorConrad Kleinespel2017-06-23 17:08:26 +0200
committerConrad Kleinespel2017-06-23 17:08:26 +0200
commit21e8aec99a7d7d322d6f18aad0be9530b8631f1a (patch)
treeda0ba7c38fba0dcf7f675b14c8c902f0a66e0d36 /PKGBUILD
parent9f6d06ab8be5260740d2c5ccf3ef5047ea0cc3f0 (diff)
downloadaur-21e8aec99a7d7d322d6f18aad0be9530b8631f1a.tar.gz
adds missing build dep python3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a63cab3969b..209fb0929674 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=2.6.0
pkgrel=2
pkgdesc="A simple password manager for geeks"
url="https://github.com/conradkdotcom/rooster"
-makedepends=('cargo' 'pkg-config' 'libx11' 'libxmu')
+makedepends=('cargo' 'pkg-config' 'libx11' 'libxmu' 'python3')
arch=('i686' 'x86_64')
license=('Apache-2.0')
source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download")