[arch-commits] Commit in bison/trunk (PKGBUILD bison.install)

Allan McRae allan at archlinux.org
Mon May 16 12:02:28 UTC 2011


    Date: Monday, May 16, 2011 @ 08:02:28
  Author: allan
Revision: 124065

upgpkg: bison 2.5-1
upstream update

Modified:
  bison/trunk/PKGBUILD
  bison/trunk/bison.install

---------------+
 PKGBUILD      |    8 ++++++--
 bison.install |    2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-16 11:50:44 UTC (rev 124064)
+++ PKGBUILD	2011-05-16 12:02:28 UTC (rev 124065)
@@ -3,7 +3,7 @@
 # Contributor: Eric Belanger <eric at archlinux.org>
 
 pkgname=bison
-pkgver=2.4.3
+pkgver=2.5
 pkgrel=1
 pkgdesc="The GNU general-purpose parser generator"
 arch=('i686' 'x86_64')
@@ -13,12 +13,16 @@
 groups=('base-devel')
 install=bison.install
 source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('c1d3ea81bc370dbd43b6f0b2cd21287e')
+md5sums=('9dba20116b13fc61a0846b0058fbe004')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --datadir=/usr/share
   make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make check
 }
 

Modified: bison.install
===================================================================
--- bison.install	2011-05-16 11:50:44 UTC (rev 124064)
+++ bison.install	2011-05-16 12:02:28 UTC (rev 124065)
@@ -1,4 +1,4 @@
-infodir=/usr/share/info
+infodir=usr/share/info
 file=bison.info.gz
 
 post_install() {




More information about the arch-commits mailing list