summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3e380e78300..d9b557d2fc62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pencil
pkgdesc = Sketching and GUI prototyping/wireframing tool
- pkgver = 2.0.12
+ pkgver = 2.0.13
pkgrel = 1
url = http://github.com/prikhi/pencil
install = pencil.install
@@ -9,8 +9,8 @@ pkgbase = pencil
depends = xulrunner
optdepends = pencil-android-lollipop-stencils-git: Android UI
optdepends = pencil-material-icons-git: Material Design Icons
- source = https://github.com/prikhi/pencil/releases/download/v2.0.12/Pencil-2.0.12-linux-pkg.tar.gz
- sha256sums = 6f4cc1808faec42bd791e6d809131380b04a11d41db2fd9af83b115ae40a7165
+ source = https://github.com/prikhi/pencil/releases/download/v2.0.13/Pencil-2.0.13-linux-pkg.tar.gz
+ sha256sums = f3c23b9dfe6999149b20b1377821b68a81ea68f65182e036a001d823b0d21294
pkgname = pencil
diff --git a/PKGBUILD b/PKGBUILD
index c66ba6476f9c..389cdeab2dec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Pavan Rikhi <pavan.rikhi@gmail.com>
pkgname=pencil
-pkgver=2.0.12
+pkgver=2.0.13
pkgrel=1
pkgdesc="Sketching and GUI prototyping/wireframing tool"
arch=('any')
@@ -9,7 +9,7 @@ url="http://github.com/prikhi/pencil"
install='pencil.install'
source=("https://github.com/prikhi/pencil/releases/download/v$pkgver/Pencil-$pkgver-linux-pkg.tar.gz")
-sha256sums=('6f4cc1808faec42bd791e6d809131380b04a11d41db2fd9af83b115ae40a7165')
+sha256sums=('f3c23b9dfe6999149b20b1377821b68a81ea68f65182e036a001d823b0d21294')
depends=('xulrunner')
optdepends=('pencil-android-lollipop-stencils-git: Android UI'
'pencil-material-icons-git: Material Design Icons')