[arch-commits] Commit in unoconv/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sat Feb 7 15:33:36 UTC 2015
Date: Saturday, February 7, 2015 @ 16:33:35
Author: heftig
Revision: 231111
dep fix
Modified:
unoconv/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-07 13:38:51 UTC (rev 231110)
+++ PKGBUILD 2015-02-07 15:33:35 UTC (rev 231111)
@@ -5,12 +5,12 @@
pkgname=unoconv
pkgver=0.6
-pkgrel=4
+pkgrel=5
pkgdesc="Libreoffice-based document converter"
-depends=('python' 'libreoffice-common')
-makedepends=('asciidoc')
-arch=('any')
-license=('GPL2')
+depends=(python libreoffice)
+makedepends=(asciidoc)
+arch=(any)
+license=(GPL2)
url="http://dag.wieers.com/home-made/unoconv"
source=("$url/$pkgname-$pkgver.tar.gz" python3.patch)
sha256sums=('790e614b8615217ef4588b187f0018b526ec2bb480c6b9b2ffb9b82f48da73d4'
More information about the arch-commits
mailing list