Date: Friday, January 17, 2014 @ 14:53:30 Author: flexiondotorg Revision: 104319
Remove 'armv6h' and 'armv7h'. Modified: python2-exiv2/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-01-17 13:51:16 UTC (rev 104318) +++ PKGBUILD 2014-01-17 13:53:30 UTC (rev 104319) @@ -9,7 +9,7 @@ pkgrel=2 pkgdesc="pyexiv2 is a Python binding to exiv2, the C++ library for manipulation of EXIF, IPTC and XMP image metadata." url="http://tilloy.net/dev/pyexiv2" -arch=('i686' 'x86_64' 'armv6h' 'armv7h') +arch=('i686' 'x86_64') depends=('python2' 'boost-libs' 'exiv2') makedepends=('scons' 'boost') replaces=('pyexiv2')
