Date: Monday, July 15, 2013 @ 03:03:13 Author: thestinger Revision: 94145
fix libc++abi pkgname Modified: libc++abi/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-07-15 01:00:51 UTC (rev 94144) +++ PKGBUILD 2013-07-15 01:03:13 UTC (rev 94145) @@ -1,7 +1,7 @@ # Maintainer: Daniel Micay <[email protected]> # Contributor: Benno Fünfstück <[email protected]> -pkgname=libcxxabi +pkgname=libc++abi pkgver=3.2 pkgrel=1 pkgdesc='A new implementation of low level support for a standard C++ library'
