summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2015-10-16 17:32:16 -0400
committerAdam Goldsmith2015-10-16 17:32:16 -0400
commitbc9c63abd906a21bf124ace704e752ae29982833 (patch)
treebd0a1b7ab9a7c5bdfa6d01820e9ec523090f7c6a
parent8b3e65787d38409e55905f24a5267beedc12853f (diff)
downloadaur-bc9c63abd906a21bf124ace704e752ae29982833.tar.gz
Update to 204
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05fa53ef03b8..eef2e43a0437 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = write_stylus
pkgdesc = Write(orignal name) - A word processor for handwriting
- pkgver = 203
+ pkgver = 204
pkgrel = 1
url = http://www.styluslabs.com/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = write_stylus
license = unknown
depends = qt4
depends = libpng12
- source = http://www.styluslabs.com/write/write203.tar.gz
- md5sums = f788cbe34258fbef5c8288acbff635ea
+ source = http://www.styluslabs.com/write/write204.tar.gz
+ md5sums = 56e7af77784bdcc006b60ecffed8e938
pkgname = write_stylus
diff --git a/PKGBUILD b/PKGBUILD
index ec64a6910c4e..577926c19e13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Janosch Dobler <janosch.dobler [at} gmx [dot} de>
pkgname=write_stylus
-pkgver=203
+pkgver=204
pkgrel=1
pkgdesc="Write(orignal name) - A word processor for handwriting"
arch=(i686 x86_64)
@@ -11,7 +11,7 @@ if [[ $CARCH == 'x86_64' ]]; then
depends=(lib32-qt4 lib32-libpng12)
fi
source=("http://www.styluslabs.com/write/write${pkgver}.tar.gz")
-md5sums=('f788cbe34258fbef5c8288acbff635ea')
+md5sums=('56e7af77784bdcc006b60ecffed8e938')
package() {