This repository has been archived by the owner on Sep 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Maintainer: Pavan Rikhi <[email protected]> | ||
pkgname=pencil | ||
pkgver=2.0.14 | ||
pkgver=2.0.15 | ||
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=('59f46db863e6d95ee6987e600d658ad4b58b03b0744c5c6d17ce04f5ae92d260') | ||
sha256sums=('be338558b613f51506337a2c7c80f209e8644656c2925f41c294e2872feabc3b') | ||
depends=('xulrunner') | ||
optdepends=('pencil-android-lollipop-stencils-git: Android UI' | ||
'pencil-material-icons-git: Material Design Icons') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/sh | ||
|
||
export NAME='Pencil' | ||
export VERSION='2.0.14' | ||
export VERSION='2.0.15' | ||
export BUILD=`date +%Y%m%d` | ||
export AUTHOR='Pavan Rikhi([email protected]) and Contributors' | ||
export MAINTAINER='Pavan Rikhi <[email protected]>' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters