From d0810468ad3be58fa73cc1663698a2175a811ddb Mon Sep 17 00:00:00 2001 From: Neofytos Kolokotronis Date: Tue, 19 Jan 2016 20:21:43 +0100 Subject: [PATCH] libraw1394: 2.1.1 for the multimedia group --- libraw1394/PKGBUILD | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/libraw1394/PKGBUILD b/libraw1394/PKGBUILD index 6cf09bf6a..d22bfbcec 100644 --- a/libraw1394/PKGBUILD +++ b/libraw1394/PKGBUILD @@ -1,20 +1,17 @@ -# -# Platform Packages for Chakra, part of chakra-project.org -# -# maintainer: abveritas[at]chakra-project[dot]org> +# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/libraw1394 pkgname=libraw1394 -pkgver=2.0.7 +pkgver=2.1.1 pkgrel=1 -arch=('i686' 'x86_64') +arch=('x86_64') license=('LGPL2.1') pkgdesc="Provides an API to the Linux IEEE1394 (FireWire) driver" depends=('glibc') makedepends=('pkgconfig') url="https://ieee1394.wiki.kernel.org/index.php/Main_Page" options=(!libtool) -source=(ftp://ftp.kernel.org/pub/linux/libs/ieee1394/${pkgname}-${pkgver}.tar.bz2) -md5sums=('997ef18ab8e2e21f3966dff00e92be28') +source=(ftp://ftp.kernel.org/pub/linux/libs/ieee1394/${pkgname}-${pkgver}.tar.xz) +sha256sums=('1bab9780189f9d1eb4e973df12679c04f979c21e024240fc98e536ff5b680ee9') build() { cd "${srcdir}/${pkgname}-${pkgver}"