mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/sigil to 0.9.1-1
This commit is contained in:
parent
69f190c030
commit
9a65cb3f8a
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
# - depend on xerces-c to avoid x86isms in bundled version
|
||||
|
||||
pkgname=sigil
|
||||
pkgver=0.9.0
|
||||
pkgrel=2
|
||||
pkgver=0.9.1
|
||||
pkgrel=1
|
||||
pkgdesc="WYSIWYG ebook editor"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://sigil-ebook.com/"
|
||||
|
@ -16,7 +16,7 @@ depends=('qt5-webkit' 'python' 'hicolor-icon-theme' 'python-lxml' 'minizip' 'hun
|
|||
makedepends=('qt5-multimedia' 'qt5-tools' 'qt5-svg' 'cmake')
|
||||
install=sigil.install
|
||||
source=("Sigil-${pkgver}.zip::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.zip")
|
||||
md5sums=('a3be456087cd98bde72b08e20f22047c')
|
||||
md5sums=('c38af97e79b362da5e2d09c40f8ff954')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/Sigil-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue