Skip to content

Commit

Permalink
Prepare for v2.0.11 Release
Browse files Browse the repository at this point in the history
* Add 3rd party stencil collections as optional dependencies for the
  ArchLinux AUR package.
  • Loading branch information
prikhi committed May 29, 2015
1 parent e44d23d commit 8536534
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ This file describes all user-facing changes, by version.

# develop

# v2.0.11

* Add Support for Firefox/XULrunner v38.
* Fix Linux Executable for Systems with Firefox and XULrunner.
* Fix the OS X Build Script(#689).
* Fix Firefox Extension's missing HTML/ODT/Print templates(#691).
* Fix Linux executable for systems where `sh` is not `bash`(#688).
* Fix Windows file asssociations(for real this time, #431).
Expand Down
6 changes: 4 additions & 2 deletions build/ArchLinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Pavan Rikhi <pavan.rikhi@gmail.com>
pkgname=pencil
pkgver=2.0.10
pkgver=2.0.11
pkgrel=1
pkgdesc="Sketching and GUI prototyping/wireframing tool"
arch=('any')
Expand All @@ -9,8 +9,10 @@ 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=('b5dcb12986108bf3eb13cdd1ee1fc1f8d1a88c7fadf2a5c44e7a59a254f2b0dd')
sha256sums=('a35d1353de6665cbd4a5bd821dcdf7439f2a3c1fcbccee0f01ec8dd1bb67c4f3')
depends=('xulrunner')
optdepends=('pencil-android-lollipop-stencils-git: Android UI'
'pencil-material-icons-git: Material Design Icons')

package() {
cp -dr "$srcdir/evolus-pencil/usr" "$pkgdir"
Expand Down
2 changes: 1 addition & 1 deletion build/properties.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

export NAME='Pencil'
export VERSION='2.0.10'
export VERSION='2.0.11'
export BUILD=`date +%Y%m%d`
export AUTHOR='Pavan Rikhi(pavan.rikhi@gmail.com) and Contributors'
export XPI_NAME='Pencil-'$VERSION'.xpi'
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.10'
release = '2.0.11'

primary_domain = 'js'

Expand Down

0 comments on commit 8536534

Please sign in to comment.