summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcyrant2018-04-30 15:34:22 +0400
committercyrant2018-04-30 15:34:22 +0400
commit7ddcdaca0b2e640eb688ca8f734397bcd0c753a5 (patch)
treebdb445c8f4305d619016e5fd8545a5300a894870 /PKGBUILD
parent3fd6a22ad431d382393341f947fed9fb4ea2296a (diff)
downloadaur-7ddcdaca0b2e640eb688ca8f734397bcd0c753a5.tar.gz
fix build error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdad7ae4c192..fe794431dec4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=opentoonz
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='2D animation software based on Toonz Studio Ghibli Version.'
url='https://opentoonz.github.io'
license=('BSD')
@@ -31,7 +31,7 @@ build() {
-B"${pkgname}-build" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DMYPAINT_LIB_INCLUDE_DIRS=/usr/include/libmypaint \
+ -DMYPAINT_LIB_INCLUDE_DIRS=/usr/include/libmypaint-1.3 \
-DMYPAINT_LIB_LDFLAGS=/usr/lib/libmypaint-1.3.so
cd "${pkgname}-build"
make