From c6c2a3757544ec0c08afb5e94ebe92740391c781 Mon Sep 17 00:00:00 2001 From: Jorge Araya Navarro Date: Wed, 25 May 2016 19:36:39 -0600 Subject: Needed more third party modules --- pcr/aseprite/SRCBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pcr/aseprite/SRCBUILD') diff --git a/pcr/aseprite/SRCBUILD b/pcr/aseprite/SRCBUILD index 5c54afef7..068438d28 100644 --- a/pcr/aseprite/SRCBUILD +++ b/pcr/aseprite/SRCBUILD @@ -2,7 +2,7 @@ pkgname=aseprite pkgver=1.1.5.6 -pkgrel=2 +pkgrel=4 pkgdesc='Create animated sprites and pixel art' arch=('x86_64' 'i686') url='http://www.aseprite.org/' @@ -22,6 +22,9 @@ build() { git submodule update --init third_party/duktape git submodule update --init third_party/gtest git submodule update --init third_party/simpleini + git submodule update --init third_party/pixman + git submodule update --init src/clip + git submodule update --init src/flic } package() { -- cgit v1.2.3