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
|
# - depend on xerces-c to avoid x86isms in bundled version
|
||||||
|
|
||||||
pkgname=sigil
|
pkgname=sigil
|
||||||
pkgver=0.9.0
|
pkgver=0.9.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="WYSIWYG ebook editor"
|
pkgdesc="WYSIWYG ebook editor"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://sigil-ebook.com/"
|
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')
|
makedepends=('qt5-multimedia' 'qt5-tools' 'qt5-svg' 'cmake')
|
||||||
install=sigil.install
|
install=sigil.install
|
||||||
source=("Sigil-${pkgver}.zip::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.zip")
|
source=("Sigil-${pkgver}.zip::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.zip")
|
||||||
md5sums=('a3be456087cd98bde72b08e20f22047c')
|
md5sums=('c38af97e79b362da5e2d09c40f8ff954')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/Sigil-${pkgver}"
|
cd "${srcdir}/Sigil-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue