aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorConrad Kleinespel2017-04-03 23:34:25 +0000
committerConrad Kleinespel2017-04-03 23:34:25 +0000
commitad8ac15fbc624bb7f545c815e712d80a553fb26a (patch)
treeeaa2e74a2c9afa8c68490b2fe0f0b2d7f139b72a /PKGBUILD
parent7bc0573464198b7fc3277067b0b8fd58a039281e (diff)
downloadaur-ad8ac15fbc624bb7f545c815e712d80a553fb26a.tar.gz
updates package build file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6a4b77c7db2..de555a2f4aac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=2.4.1
pkgrel=1
pkgdesc="A simple password manager for geeks"
url="https://github.com/conradkleinespel/rooster"
-makedepends=('cargo')
+makedepends=('cargo' 'pkg-config' 'libx11' 'libxmu')
arch=('i686' 'x86_64')
license=('Apache')
source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download")