summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOng Yong Xin2021-06-13 19:32:32 +0800
committerOng Yong Xin2021-06-13 19:32:32 +0800
commit8612999b2ffdfa4d2932fcaec17f31c0f2d83bfb (patch)
tree022a42f5fe456a6629dce6345939baba0606eeb1
parentec5d9dbb79ddb2726828ce0fb95381d833f0a99b (diff)
downloadaur-8612999b2ffdfa4d2932fcaec17f31c0f2d83bfb.tar.gz
add phantomjs as a make dependency
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34186725d3ec..8a92700a3e91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=piskel
pkgver=0.15.0
-pkgrel=4
+pkgrel=5
pkgdesc="A free online editor for animated sprites & pixel art."
arch=('x86_64')
url="https://github.com/piskelapp/piskel"
license=('Apache')
-depends=('gconf' 'gtk2' 'alsa-lib' 'libxss' 'nss' 'libxtst')
-makedepends=('grunt-cli' 'imagemagick' 'npm')
+depends=('gconf' 'gtk2' 'alsa-lib' 'libxss' 'nss' 'libxtst' )
+makedepends=('grunt-cli' 'imagemagick' 'npm' 'phantomjs')
options=(!strip)
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/piskelapp/piskel/archive/v${pkgver}.tar.gz"
"Piskel.desktop")