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

Jan Steffens heftig at archlinux.org
Tue Sep 11 02:38:27 UTC 2012


    Date: Monday, September 10, 2012 @ 22:38:26
  Author: heftig
Revision: 166559

0.6

Modified:
  unoconv/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-10 22:33:14 UTC (rev 166558)
+++ PKGBUILD	2012-09-11 02:38:26 UTC (rev 166559)
@@ -4,7 +4,7 @@
 # Contributor: SeeSchloss <seeschloss at seos.fr>
 
 pkgname=unoconv
-pkgver=0.5
+pkgver=0.6
 pkgrel=1
 pkgdesc="Libreoffice-based document converter"
 depends=('python2' 'java-runtime' 'libreoffice-common')
@@ -12,15 +12,15 @@
 arch=('any')
 license=('GPL2')
 url="http://dag.wieers.com/home-made/unoconv"
-source=($pkgname-$pkgver.zip::https://github.com/dagwieers/unoconv/zipball/$pkgname-$pkgver)
-sha256sums=('5beef3cb723efff188ceba09c63c31ffaa010c154e1961874c7170bf304e3b08')
+source=("$url/$pkgname-$pkgver.tar.gz")
+sha256sums=('790e614b8615217ef4588b187f0018b526ec2bb480c6b9b2ffb9b82f48da73d4')
 
 build() {
-    cd dagwieers-$pkgname-???????
+    cd $pkgname-$pkgver
     sed -i '1s/python$/&2/' unoconv
 }
 
 package() {
-    cd dagwieers-$pkgname-???????
+    cd $pkgname-$pkgver
     make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list