summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea2865828262..90411f6b6c24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opentoonz
pkgdesc = 2D animation software based on Toonz Studio Ghibli Version.
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://opentoonz.github.io
arch = x86_64
license = BSD
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