summaryrefslogtreecommitdiff
path: root/pcr/aseprite/SRCBUILD
diff options
context:
space:
mode:
authorJorge Araya Navarro <elcorreo@deshackra.com>2016-05-25 19:36:39 -0600
committerJorge Araya Navarro <elcorreo@deshackra.com>2016-05-25 19:36:39 -0600
commitc6c2a3757544ec0c08afb5e94ebe92740391c781 (patch)
tree6fbbd35f0de77f25c02f067201d97a42292a271a /pcr/aseprite/SRCBUILD
parent39ff2d7ca9510fe15709f355cf5afa5716763077 (diff)
downloadabslibre-c6c2a3757544ec0c08afb5e94ebe92740391c781.tar.gz
abslibre-c6c2a3757544ec0c08afb5e94ebe92740391c781.tar.bz2
abslibre-c6c2a3757544ec0c08afb5e94ebe92740391c781.zip
Needed more third party modules
Diffstat (limited to 'pcr/aseprite/SRCBUILD')
-rw-r--r--pcr/aseprite/SRCBUILD5
1 files changed, 4 insertions, 1 deletions
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() {