summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2018-10-18 13:34:25 +0200
committerPhilip Goto2018-10-18 13:34:25 +0200
commit88e04af034f9b31cb7ac83f2c93d972c719139a7 (patch)
tree8ace16ab302ecf38360f96d1ed551c715c528771 /PKGBUILD
parentfba31ef600c2a37686e782977971814219fe0470 (diff)
downloadaur-88e04af034f9b31cb7ac83f2c93d972c719139a7.tar.gz
Add checkdepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae339f431e3a..142cdccbee33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=akira-git
-pkgver=r140.770013b
+pkgver=r166.144fd19
pkgrel=1
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)
+depends=(granite)
makedepends=(granite
gtksourceview3
meson
vala)
+checkdepends=(vala-lint-git)
provides=(akira)
source=("git+https://github.com/Alecaddd/Akira.git")
sha256sums=(SKIP)