diff options
Diffstat (limited to 'extra/libraw1394/PKGBUILD')
-rw-r--r-- | extra/libraw1394/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/libraw1394/PKGBUILD b/extra/libraw1394/PKGBUILD index ad2963bdb..4ad0af84f 100644 --- a/extra/libraw1394/PKGBUILD +++ b/extra/libraw1394/PKGBUILD @@ -1,17 +1,16 @@ -# $Id: PKGBUILD 180142 2013-03-18 09:02:21Z jgc $ +# $Id: PKGBUILD 198228 2013-10-30 13:35:37Z allan $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=libraw1394 pkgver=2.1.0 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64' 'mips64el') 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.xz) sha256sums=('0b3126d8158d156de9da2ff4d861c47857acc4318a7ac260258015a22071964f') |