summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyrant2018-07-01 11:21:50 +0400
committercyrant2018-07-01 11:21:50 +0400
commit5cac01cb03241549c55d6ff5f029ebd2808814c5 (patch)
tree6a52a66c6f261a9efe1c30b7f3ac85db8d2551f6
parent7ddcdaca0b2e640eb688ca8f734397bcd0c753a5 (diff)
downloadaur-5cac01cb03241549c55d6ff5f029ebd2808814c5.tar.gz
update to 1.2.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90411f6b6c24..dc7e796081a9 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 = 2
+ pkgver = 1.2.1
+ pkgrel = 1
url = https://opentoonz.github.io
arch = x86_64
license = BSD
@@ -9,18 +9,19 @@ pkgbase = opentoonz
makedepends = boost-libs
makedepends = cmake
makedepends = git
+ makedepends = pkgconf
makedepends = qt5-tools
depends = cblas
depends = freeglut
depends = glew
depends = libmypaint
- depends = lzo
depends = qt5-multimedia
depends = qt5-script
+ depends = qt5-svg
depends = sdl2
depends = superlu
conflicts = opentoonz-git
- source = git+https://github.com/opentoonz/opentoonz.git#tag=v1.2.0
+ source = git+https://github.com/opentoonz/opentoonz.git#tag=v1.2.1
source = opentoonz.desktop
source = opentoonz.png
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fe794431dec4..39dd7e9dc12d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: cyrant <cyrant at tuta dot io>
pkgname=opentoonz
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
pkgdesc='2D animation software based on Toonz Studio Ghibli Version.'
url='https://opentoonz.github.io'
license=('BSD')
arch=('x86_64')
conflicts=('opentoonz-git')
-depends=('cblas' 'freeglut' 'glew' 'libmypaint' 'lzo' 'qt5-multimedia' 'qt5-script' 'sdl2' 'superlu')
-makedepends=('boost' 'boost-libs' 'cmake' 'git' 'qt5-tools')
+depends=('cblas' 'freeglut' 'glew' 'libmypaint' 'qt5-multimedia' 'qt5-script' 'qt5-svg' 'sdl2' 'superlu')
+makedepends=('boost' 'boost-libs' 'cmake' 'git' 'pkgconf' 'qt5-tools')
source=(
"git+https://github.com/opentoonz/opentoonz.git#tag=v${pkgver}"
"${pkgname}.desktop"