summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHunter Brodie2021-02-19 20:32:35 -0500
committerHunter Brodie2021-02-19 20:32:35 -0500
commitfe27972fbe4799b5e8497bf1c9062e0927befd12 (patch)
treeda9b8f9129b89aefc6747a1ef2bf373175b6ac7f
parentbeb01b58f5371466441ef611cae8eb064dbc75e9 (diff)
downloadaur-fe27972fbe4799b5e8497bf1c9062e0927befd12.tar.gz
Fixed dependecies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f566385b87ca..b55726bc02d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = aurora-git
makedepends = cargo
depends = opendoas
depends = git
+ depends = pkgfile
source = aurora-git::git+https://gitlab.com/hunterbrodie/aurora.git
md5sums = SKIP
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')