summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0100cf48cb2e..923c303d307d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pencil2d
pkgdesc = An easy, intuitive tool to make 2D hand-drawn animations
- pkgver = 0.6.2
+ pkgver = 0.6.4
pkgrel = 1
url = https://pencil2d.org/
arch = x86_64
@@ -10,9 +10,10 @@ pkgbase = pencil2d
depends = qt5-svg
depends = qt5-xmlpatterns
depends = hicolor-icon-theme
+ depends = desktop-file-utils
depends = ffmpeg
- source = https://github.com/pencil2d/pencil/archive/v0.6.2.tar.gz
- md5sums = 36390e616d16f517a22b6f1ca0134437
+ source = https://github.com/pencil2d/pencil/archive/v0.6.4.tar.gz
+ sha512sums = da28bd6bcdb0336c81e0735bec261373cd1e5db06feb012d4bba098c9df2ebea6f5b763e9c5e5e17c1518efdd6b9cde634ecf2152b49c25cde6c93da63e6fde8
pkgname = pencil2d
diff --git a/PKGBUILD b/PKGBUILD
index c765884b92a0..bdc6a39f8c97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=pencil2d
-pkgver=0.6.2
+pkgver=0.6.4
pkgrel=1
pkgdesc="An easy, intuitive tool to make 2D hand-drawn animations"
arch=('x86_64' 'i686')
url="https://pencil2d.org/"
license=('GPL2')
-depends=('qt5-multimedia' 'qt5-svg' 'qt5-xmlpatterns' 'hicolor-icon-theme' 'ffmpeg')
+depends=('qt5-multimedia' 'qt5-svg' 'qt5-xmlpatterns' 'hicolor-icon-theme' 'desktop-file-utils' 'ffmpeg')
source=("https://github.com/pencil2d/pencil/archive/v${pkgver}.tar.gz")
-md5sums=('36390e616d16f517a22b6f1ca0134437')
+sha512sums=('da28bd6bcdb0336c81e0735bec261373cd1e5db06feb012d4bba098c9df2ebea6f5b763e9c5e5e17c1518efdd6b9cde634ecf2152b49c25cde6c93da63e6fde8')
build() {
cd "${srcdir}/pencil-${pkgver}"