From c2bb5559ae8779cc5af41b77a7e7c9ab27426547 Mon Sep 17 00:00:00 2001 From: Francesco Marinucci Date: Thu, 14 Dec 2017 14:56:44 +0000 Subject: [PATCH] sigil: rebuild against pyhton 3.6 --- sigil/PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sigil/PKGBUILD b/sigil/PKGBUILD index f548cb4bd..e9bf9278c 100644 --- a/sigil/PKGBUILD +++ b/sigil/PKGBUILD @@ -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