summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHunter Brodie2021-02-19 20:32:35 -0500
committerHunter Brodie2021-02-19 20:32:35 -0500
commitfe27972fbe4799b5e8497bf1c9062e0927befd12 (patch)
treeda9b8f9129b89aefc6747a1ef2bf373175b6ac7f /PKGBUILD
parentbeb01b58f5371466441ef611cae8eb064dbc75e9 (diff)
downloadaur-fe27972fbe4799b5e8497bf1c9062e0927befd12.tar.gz
Fixed dependecies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4edabad2ffa..c82828e6b468 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Yet another wrapper for pacman to access the AUR written in Rust."
arch=('x86_64')
url="https://gitlab.com/hunterbrodie/aurora"
license=('GPL')
-depends=('opendoas' 'git')
+depends=('opendoas' 'git' 'pkgfile')
makedepends=('cargo')
source=('aurora-git::git+https://gitlab.com/hunterbrodie/aurora.git')
md5sums=('SKIP')