summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob Gahde2018-10-01 01:49:56 +0200
committerJakob Gahde2018-10-01 01:49:56 +0200
commit090f7ae012511b807dcbbc90fb83a977e61266e2 (patch)
tree2c0707cb733c73d9c6241d1e1ca92670c2fd8d0d
parent6e23f1a8579501046d330c6c05a4b828159e8fee (diff)
downloadaur-090f7ae012511b807dcbbc90fb83a977e61266e2.tar.gz
pencil2d 0.6.2-1: New version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9810dd621f83..0100cf48cb2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Apr 16 06:20:12 UTC 2018
pkgbase = pencil2d
pkgdesc = An easy, intuitive tool to make 2D hand-drawn animations
- pkgver = 0.6.1.1
+ pkgver = 0.6.2
pkgrel = 1
url = https://pencil2d.org/
arch = x86_64
@@ -13,8 +11,8 @@ pkgbase = pencil2d
depends = qt5-xmlpatterns
depends = hicolor-icon-theme
depends = ffmpeg
- source = https://github.com/pencil2d/pencil/archive/v0.6.1.1.tar.gz
- md5sums = 2decae6de690ad4a23b43d28228ae957
+ source = https://github.com/pencil2d/pencil/archive/v0.6.2.tar.gz
+ md5sums = 36390e616d16f517a22b6f1ca0134437
pkgname = pencil2d
diff --git a/PKGBUILD b/PKGBUILD
index cfe3a5cab929..c765884b92a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gahde <j5lx@fmail.co.uk>
pkgname=pencil2d
-pkgver=0.6.1.1
+pkgver=0.6.2
pkgrel=1
pkgdesc="An easy, intuitive tool to make 2D hand-drawn animations"
arch=('x86_64' 'i686')
@@ -9,7 +9,7 @@ url="https://pencil2d.org/"
license=('GPL2')
depends=('qt5-multimedia' 'qt5-svg' 'qt5-xmlpatterns' 'hicolor-icon-theme' 'ffmpeg')
source=("https://github.com/pencil2d/pencil/archive/v${pkgver}.tar.gz")
-md5sums=('2decae6de690ad4a23b43d28228ae957')
+md5sums=('36390e616d16f517a22b6f1ca0134437')
build() {
cd "${srcdir}/pencil-${pkgver}"