extra/lensfun to 0.3.1-1

This commit is contained in:
Jason Plum 2015-07-09 10:16:37 -04:00
parent 1ecf9223ff
commit 0e14b3ff58

View file

@ -5,16 +5,16 @@
# - disable sse, sse2 # - disable sse, sse2
pkgname=lensfun pkgname=lensfun
pkgver=0.3.0 pkgver=0.3.1
pkgrel=1 pkgrel=1
pkgdesc="Database of photographic lenses and a library that allows advanced access to the database" pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
arch=(i686 x86_64) arch=(i686 x86_64)
url="http://lensfun.sourceforge.net" url="http://lensfun.sourceforge.net"
license=('LGPL3') license=('LGPL3')
depends=('glibc' 'glib2') depends=('glibc' 'glib2')
makedepends=('libpng' 'doxygen' 'cmake') makedepends=('python' 'libpng' 'doxygen' 'cmake')
source=("http://sourceforge.net/projects/lensfun/files/${pkgver}/${pkgname}-${pkgver}.tar.bz2") source=("http://sourceforge.net/projects/lensfun/files/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha1sums=('60e2bf3a6a2f495076db1d88778a00d358cf0b69') sha1sums=('905168c39c7ccb980ee3d985778723a8c65cddb8')
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"