summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Goldsmith2017-07-24 11:36:54 -0400
committerAdam Goldsmith2017-07-24 11:36:54 -0400
commitfc7aecb18a807e421ef739f632d4f22d40583638 (patch)
treef4677144b67ec3b53f56a19a8336644fef34d645 /PKGBUILD
parentfdb8457e6788ba06b0974aec393d46e7cd8d1dbb (diff)
downloadaur-fc7aecb18a807e421ef739f632d4f22d40583638.tar.gz
Update depends to qt5-svg
apperently they switched from qt4 to qt5 at some point
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 891ada5eb4b7..073270e0d11e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Former Maintainer: Janosch Dobler <janosch.dobler [at} gmx [dot} de>
pkgname=write_stylus
pkgver=209
-pkgrel=3
+pkgrel=4
pkgdesc="Write(orignal name) - A word processor for handwriting"
arch=(i686 x86_64)
url="http://www.styluslabs.com/"
license=('custom')
-depends=(qt4 libpng12)
+depends=(qt5-svg)
source=("http://www.styluslabs.com/write/write${pkgver}.tar.gz"
"http://www.styluslabs.com/write/eula.docx"
"Write.desktop")