summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSeppia2017-03-16 11:08:01 +0100
committerSeppia2017-03-16 11:08:01 +0100
commitdce368fceac84e0754f5c130380621d099fdc6b4 (patch)
treefe0e12478cff146c5c49ef663c0b26095ca0df31 /PKGBUILD
parent6c599dbe9c1c743bd7b48447b10be3d27d57c93a (diff)
downloadaur-dce368fceac84e0754f5c130380621d099fdc6b4.tar.gz
fixed build dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36e7b53c1a0b..2ef18a27f6a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/dino/dino"
license=('GPLv3')
groups=()
-depends=('vala' 'sudo')
-makedepends=('git')
+depends=('sudo')
+makedepends=('git' 'vala')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()