mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
sigil: rebuild against pyhton 3.6
This commit is contained in:
parent
cda9fcd724
commit
c2bb5559ae
@ -1,7 +1,7 @@
|
||||
pkgname=sigil
|
||||
_pkgname=Sigil
|
||||
pkgver=0.9.8
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A multi-platform WYSIWYG ebook editor. It is designed to edit books in ePub format."
|
||||
arch=('x86_64')
|
||||
url="http://sigil-ebook.com/"
|
||||
@ -14,8 +14,6 @@ source=("${pkgname}-${pkgver}.zip::https://github.com/user-none/Sigil/releases/d
|
||||
sha256sums=('78f9f200c86da326984543bd86cbb8eab91308a5a4d7f8cfcc88eb9b0779749a')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
|
||||
@ -30,7 +28,7 @@ build() {
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/build"
|
||||
cd build
|
||||
|
||||
make DESTDIR=$pkgdir install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user