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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 13:31:17 UTC 2014


    Date: Tuesday, July 1, 2014 @ 15:31:16
  Author: spupykin
Revision: 114112

upgpkg: odt2txt 0.4-2

upd

Modified:
  odt2txt/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 13:31:12 UTC (rev 114111)
+++ PKGBUILD	2014-07-01 13:31:16 UTC (rev 114112)
@@ -4,22 +4,23 @@
 
 pkgname=odt2txt
 pkgver=0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="extracts the text out of OpenDocument Texts"
-url="http://stosberg.net/odt2txt/"
+url="https://github.com/dstosberg/odt2txt/"
 license=("GPL2")
 arch=('i686' 'x86_64')
 depends=('zlib')
-source=(http://stosberg.net/odt2txt/$pkgname-$pkgver.tar.gz)
-md5sums=('6fe3bd261ce2dde2810244bbe969bbc5')
+makedepends=('git')
+source=("$pkgname::git://github.com/dstosberg/odt2txt.git")
+md5sums=('SKIP')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname
   install -Dm755 odt2txt $pkgdir/usr/bin/odt2txt
   install -Dm644 odt2txt.1 $pkgdir/usr/share/man/man1/odt2txt.1
 }




More information about the arch-commits mailing list