[arch-commits] Commit in ebook-tools/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Mon Nov 28 17:59:43 UTC 2011


    Date: Monday, November 28, 2011 @ 12:59:42
  Author: giovanni
Revision: 143736

upgpkg: ebook-tools 0.2.1-3

rebuild

Modified:
  ebook-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-28 17:46:25 UTC (rev 143735)
+++ PKGBUILD	2011-11-28 17:59:42 UTC (rev 143736)
@@ -3,10 +3,10 @@
 
 pkgname=ebook-tools
 pkgver=0.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Tools for accessing and converting various ebook file formats"
 arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/ebook-tools"
+url="http://sourceforge.net/projects/ebook-tools/"
 license=('custom')
 depends=('libzip' 'libxml2')
 makedepends=('pkgconfig' 'cmake')
@@ -15,6 +15,7 @@
 
 build() {
   cd "${srcdir}"
+
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -25,6 +26,7 @@
 
 package() {
   cd "${srcdir}/build"
+
   make DESTDIR="${pkgdir}" install
 
   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \




More information about the arch-commits mailing list