diff options
author | root <root@rshg054.dnsready.net> | 2013-03-04 00:03:49 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-04 00:03:49 -0800 |
commit | 3a8d026e8e859ff4c9aa813d5f1eb2afa5663e78 (patch) | |
tree | 48288f077555b04e1dd7cec1e637aeb94a322f0c /community/sigil/PKGBUILD | |
parent | 945c9cd1e94fab87653f84598812dec707843d26 (diff) |
Mon Mar 4 00:03:48 PST 2013
Diffstat (limited to 'community/sigil/PKGBUILD')
-rw-r--r-- | community/sigil/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/sigil/PKGBUILD b/community/sigil/PKGBUILD index b6d034bcc..db6eb6c34 100644 --- a/community/sigil/PKGBUILD +++ b/community/sigil/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 85410 2013-03-01 10:40:05Z andrea $ +# $Id: PKGBUILD 85597 2013-03-03 19:43:42Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Larry Hajali <larryhaja [at] gmail [dot] com> pkgname=sigil -pkgver=0.7.0 -pkgrel=2 +pkgver=0.7.1 +pkgrel=1 pkgdesc="WYSIWYG ebook editor" arch=('i686' 'x86_64') url="http://code.google.com/p/sigil/" license=('GPL3') depends=('qt5-webkit' 'boost-libs') -makedepends=('qt5-addons' 'qt5-declarative' 'qt5-tools' 'cmake' 'gendesk' 'boost') +makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost') install=sigil.install source=("http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip") -md5sums=('06ba5ace506e01adf4a37534fa276cec') +md5sums=('e6c281b6702a8f9d79cc85703dc8d3ea') build() { cd "${srcdir}" |