diff options
author | root <root@rshg054.dnsready.net> | 2013-04-16 00:06:15 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-16 00:06:15 -0700 |
commit | 975d6f489c6c43bbc7b816ac43333c54c1f4df21 (patch) | |
tree | e10299091457df6104611a2b54c3a27cdbeab49b /community/sigil | |
parent | a196f69321b722259bed2cc63e6f64a5cb0b8389 (diff) |
Tue Apr 16 00:06:15 PDT 2013
Diffstat (limited to 'community/sigil')
-rw-r--r-- | community/sigil/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/sigil/PKGBUILD b/community/sigil/PKGBUILD index 116d6f41d..b27773bf4 100644 --- a/community/sigil/PKGBUILD +++ b/community/sigil/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 87797 2013-04-06 18:59:06Z giovanni $ +# $Id: PKGBUILD 88284 2013-04-15 17:29:41Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Larry Hajali <larryhaja [at] gmail [dot] com> pkgname=sigil -pkgver=0.7.1 -pkgrel=3 +pkgver=0.7.2 +pkgrel=1 pkgdesc="WYSIWYG ebook editor" arch=('i686' 'x86_64') url="http://code.google.com/p/sigil/" @@ -13,7 +13,7 @@ depends=('qt5-webkit' 'boost-libs') makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost') install=sigil.install source=("http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip") -md5sums=('e6c281b6702a8f9d79cc85703dc8d3ea') +md5sums=('540745983db57a2150cc2f4057455b19') build() { cd "${srcdir}" |