mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 08:57:14 +08:00
updating exiv2 to 0.21.1
This commit is contained in:
parent
71284169ea
commit
318cde406e
@ -1,8 +1,14 @@
|
||||
#$Id: PKGBUILD 71297 2010-03-06 02:19:53Z pierre $
|
||||
# Maintainer: tobias <tobias@arhlinux.org>
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=exiv2
|
||||
pkgver=0.19
|
||||
pkgver=0.21.1
|
||||
pkgrel=1
|
||||
pkgdesc="Exif and Iptc metadata manipulation library and tools."
|
||||
arch=('i686' 'x86_64')
|
||||
@ -11,7 +17,7 @@ license=('GPL2')
|
||||
depends=('gcc-libs' 'zlib' 'expat')
|
||||
options=('!libtool')
|
||||
source=("http://www.exiv2.org/${pkgname}-${pkgver}.tar.gz")
|
||||
md5sums=('f52fb75a2cb7512f1484deab76473e13')
|
||||
md5sums=('5c99bbcaa998f6b200b92f2bf0ac4f9e')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
|
Loading…
Reference in New Issue
Block a user