Date: Friday, March 4, 2016 @ 12:56:25 Author: spupykin Revision: 164754
upgpkg: odt2txt 0.4-3 upd Modified: odt2txt/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-04 11:56:19 UTC (rev 164753) +++ PKGBUILD 2016-03-04 11:56:25 UTC (rev 164754) @@ -4,14 +4,15 @@ pkgname=odt2txt pkgver=0.4 -pkgrel=2 +pkgrel=3 +_commit=8ba26cda1f74eb44753fc1ad5d4fb78c328d9955 pkgdesc="extracts the text out of OpenDocument Texts" url="https://github.com/dstosberg/odt2txt/" license=("GPL2") arch=('i686' 'x86_64') -depends=('zlib') +depends=('zlib' 'libzip') makedepends=('git') -source=("$pkgname::git://github.com/dstosberg/odt2txt.git") +source=("$pkgname::git://github.com/dstosberg/odt2txt.git#commit=${_commit}") md5sums=('SKIP') build() {
