[arch-commits] Commit in xsd/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Sun Jul 7 17:45:51 UTC 2013


    Date: Sunday, July 7, 2013 @ 19:45:51
  Author: andrea
Revision: 189768

upgpkg: xsd 3.3.0-9

boost rebuild

Modified:
  xsd/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-07 17:19:51 UTC (rev 189767)
+++ PKGBUILD	2013-07-07 17:45:51 UTC (rev 189768)
@@ -5,7 +5,7 @@
 pkgname=xsd
 pkgver=3.3.0
 _pkgver=3.3.0-2+dep
-pkgrel=8
+pkgrel=9
 pkgdesc="An open-source, cross-platform W3C XML Schema to C++ data binding compiler"
 arch=('i686' 'x86_64')
 url="http://www.codesynthesis.com/products/xsd"
@@ -17,10 +17,13 @@
 sha1sums=('1c9de9271f589b8ecf2be18f2e9ac87330fc8281'
           '8f7ca8bf0440b30d8f5823e0f528db19810706f2')
 
-build() {
+prepare() {
   cd "${pkgname}-${_pkgver}"
   patch -p0 -i "${srcdir}/xsdcxx.patch"
+}
 
+build() {
+  cd "${pkgname}-${_pkgver}"
   make CXXFLAGS="${CXXFLAGS}"
 }
 




More information about the arch-commits mailing list