[arch-commits] Commit in podofo/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Jul 6 06:50:18 UTC 2016
Date: Wednesday, July 6, 2016 @ 06:50:17
Author: arojas
Revision: 182377
Update to 0.9.4
Modified:
podofo/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-07-06 06:10:56 UTC (rev 182376)
+++ PKGBUILD 2016-07-06 06:50:17 UTC (rev 182377)
@@ -4,16 +4,16 @@
# Contributor: Preecha Patumchareonpol <yumyai at gmail.com>
pkgname=podofo
-pkgver=0.9.3
-pkgrel=2
+pkgver=0.9.4
+pkgrel=1
pkgdesc="A C++ library to work with the PDF file format"
arch=('i686' 'x86_64')
url="http://podofo.sourceforge.net"
license=('GPL')
-depends=('lua51' 'openssl' 'fontconfig' 'libtiff' 'libidn' 'libjpeg-turbo')
+depends=('lua' 'openssl' 'fontconfig' 'libtiff' 'libidn' 'libjpeg-turbo')
makedepends=('cmake')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('268ca111826757ca7e3f5c4be3547e7a')
+md5sums=('929c9d2bd367fb6cb1f178cd4eb93dd3')
build() {
cd ${pkgname}-${pkgver}
More information about the arch-commits
mailing list