mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/sigil to 0.8.7-1
This commit is contained in:
parent
7d39047e80
commit
7bb00c649a
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.8.6
|
pkgver=0.8.7
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="WYSIWYG ebook editor"
|
pkgdesc="WYSIWYG ebook editor"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://github.com/user-none/Sigil/"
|
url="https://github.com/user-none/Sigil/"
|
||||||
|
@ -16,7 +16,7 @@ depends=('qt5-webkit' 'boost-libs' 'python' 'hicolor-icon-theme' 'xerces-c')
|
||||||
makedepends=('qt5-multimedia' 'qt5-tools' 'qt5-svg' 'cmake' 'boost')
|
makedepends=('qt5-multimedia' 'qt5-tools' 'qt5-svg' 'cmake' 'boost')
|
||||||
install=sigil.install
|
install=sigil.install
|
||||||
source=("https://github.com/user-none/Sigil/releases/download/${pkgver}/Sigil-${pkgver}-Code.zip")
|
source=("https://github.com/user-none/Sigil/releases/download/${pkgver}/Sigil-${pkgver}-Code.zip")
|
||||||
md5sums=('c32364fd891f562e259c50615191fc45')
|
md5sums=('1eae1cc28f46f3d0fad185a3b5e34025')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/Sigil-${pkgver}"
|
cd "${srcdir}/Sigil-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue