summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbetseg2019-03-08 17:43:09 +0300
committerbetseg2019-03-08 17:43:09 +0300
commitab167329b18e813ee51dcfda97a56ed766df17b4 (patch)
treea8530bd2373bb88e6fabf4956095cc48cbe56efd /PKGBUILD
parent1670ef86bdccc9989e01ea86781f86372d6a89c3 (diff)
downloadaur-ab167329b18e813ee51dcfda97a56ed766df17b4.tar.gz
updates checkdepends
Signed-off-by: betseg <betulunlu0018@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b59000b9ce3..f756481ee5f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,10 @@ makedepends=(
"gcc>=7.2"
"python>=3.5.2"
)
-checkdepends=("python>=3.5.2")
+checkdepends=(
+ "python>=3.5.2"
+ "yarn"
+)
optdepends=(
"yarn: for package support and allegro"
"allegro: for graphics support"