summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2018-03-19 22:54:40 +0100
committerPhilip Goto2018-03-19 22:54:40 +0100
commitfc19754d28215887f782f6b8a6c9b4e22a10022c (patch)
tree8fe09ed3076469611c616c04bdf32746a00c5109
parent8e2f2ecd5974f0d3b7c65b02abc202b063d09d91 (diff)
downloadaur-fc19754d28215887f782f6b8a6c9b4e22a10022c.tar.gz
Add vala as dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fba1af6a0c3..b3b9bd31b2f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = akira-git
arch = x86_64
license = GPL3
makedepends = meson
+ makedepends = vala
provides = akira
source = git+https://github.com/Alecaddd/Akira.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9fe2307b8ff3..8acdb553f98c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Native Linux App for UI and UX Design built in Vala and Gtk"
arch=(x86_64)
url="https://github.com/Alecaddd/Akira"
license=(GPL3)
-makedepends=(meson)
+makedepends=(meson vala)
provides=(akira)
source=("git+https://github.com/Alecaddd/Akira.git")
sha256sums=(SKIP)