summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorrouhannb2020-03-13 13:42:30 -0400
committerrouhannb2020-03-13 13:42:30 -0400
commit3bc48e49e0adf90644b435d07fc32ad55050d7df (patch)
treece320b057fb75863795cadf2ad8909398479b6a1 /.SRCINFO
parent9ab6b40eb34e083b3e91bcbbafb73acd11bec1d1 (diff)
downloadaur-3bc48e49e0adf90644b435d07fc32ad55050d7df.tar.gz
Use static libjpeg
Using libjpeg-turbo on Aseprite gives the error “Wrong JPEG library version: library is 62, caller expects 80.” I’m not sure if there is any way to use a shared library right now, so I took the easy way out and just used the static library compiled with Aseprite. Additionally, I changed the hack for using Python 2 with depot_tools to something less messy.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO3
1 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fa15dd8f5fd..07f0b788482b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aseprite
pkgdesc = Create animated sprites and pixel art
pkgver = 1.2.17
- pkgrel = 1
+ pkgrel = 2
url = http://www.aseprite.org/
arch = x86_64
license = custom
@@ -14,7 +14,6 @@ pkgbase = aseprite
depends = giflib
depends = zlib
depends = libpng
- depends = libjpeg-turbo
depends = tinyxml
depends = freetype2
depends = harfbuzz