summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfunilrys2018-11-17 18:55:39 +0100
committerfunilrys2018-11-17 18:55:39 +0100
commitfadebfbc703a7aed42611a44bbab65951da9de79 (patch)
tree25e7415a71f30e4857cb19ce2361774d85ca7d6e /PKGBUILD
parent837bcbc67ecd94e5f328bb314b16c2c838dfa7be (diff)
downloadaur-fadebfbc703a7aed42611a44bbab65951da9de79.tar.gz
Introduction of gifsicle into the dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4fbd25729fa1..30cb3d676d3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _npmname=asciicast2gif
_npmver=0.2.0
pkgname=nodejs-asciicast2gif
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Generate GIF animations from asciicasts (asciinema recordings)"
arch=(any)
url="https://github.com/asciinema/asciicast2gif"
license=(MIT)
-depends=('nodejs' 'npm')
+depends=('nodejs' 'npm' 'gifsicle')
optdepends=()
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz)
noextract=($_npmname-$_npmver.tgz)