mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/sigil to 0.9.8-1
This commit is contained in:
parent
68f0a91278
commit
1236eecfe5
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.7
|
||||
pkgrel=3
|
||||
pkgver=0.9.8
|
||||
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=('bbf90064d088c21eb4021980e5cd0d29')
|
||||
md5sums=('478222c6d79b20ff8e596da78069c1b3')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/Sigil-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue