[arch-commits] Commit in lib32-fontconfig/trunk (PKGBUILD)
Laurent Carlier
lcarlier at nymeria.archlinux.org
Tue May 21 12:20:56 UTC 2013
Date: Tuesday, May 21, 2013 @ 14:20:56
Author: lcarlier
Revision: 91375
upgpkg: lib32-fontconfig 2.10.93-1
Sync with extra
Modified:
lib32-fontconfig/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-05-21 12:17:02 UTC (rev 91374)
+++ PKGBUILD 2013-05-21 12:20:56 UTC (rev 91375)
@@ -3,7 +3,7 @@
_pkgbasename=fontconfig
pkgname=lib32-$_pkgbasename
-pkgver=2.10.92
+pkgver=2.10.93
pkgrel=1
pkgdesc="A library for configuring and customizing font access (32-bit)"
arch=(x86_64)
@@ -14,7 +14,7 @@
options=('!libtool')
source=(http://www.fontconfig.org/release/${_pkgbasename}-${pkgver}.tar.bz2
git_fixes.diff)
-sha256sums=('1162059927120f2321f12917189b524e6b2f09e11ac643278d0bb82634035b22'
+sha256sums=('ea901f278848829ed9937d76fb0ce63ad362d7d5b9e75aa6a6b78bfef42e529c'
'7dc98137405ee0e5f98f3266a760a4da27d78e3c2bc7b7ef4db6b481df3c39f0')
build() {
@@ -25,7 +25,7 @@
cd "${srcdir}/${_pkgbasename}-${pkgver}"
# post release fixes
- patch -Np1 -i ${srcdir}/git_fixes.diff
+ # patch -Np1 -i ${srcdir}/git_fixes.diff
# make sure there's no rpath trouble and sane .so versioning - FC and Gentoo do this as well
libtoolize -f
More information about the arch-commits
mailing list