[arch-commits] Commit in bison/repos (3 files)

Lukas Fleischer lfleischer at archlinux.org
Sun Dec 15 18:32:02 UTC 2019


    Date: Sunday, December 15, 2019 @ 18:32:01
  Author: lfleischer
Revision: 371531

db-move: moved bison from [testing] to [core] (x86_64)

Added:
  bison/repos/core-x86_64/PKGBUILD
    (from rev 371530, bison/repos/testing-x86_64/PKGBUILD)
Deleted:
  bison/repos/core-x86_64/PKGBUILD
  bison/repos/testing-x86_64/

----------------------+
 /PKGBUILD            |   35 +++++++++++++++++++++++++++++++++++
 core-x86_64/PKGBUILD |   35 -----------------------------------
 2 files changed, 35 insertions(+), 35 deletions(-)

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2019-12-15 18:31:54 UTC (rev 371530)
+++ core-x86_64/PKGBUILD	2019-12-15 18:32:01 UTC (rev 371531)
@@ -1,35 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Eric Belanger <eric at archlinux.org>
-
-pkgname=bison
-pkgver=3.4.2
-pkgrel=2
-pkgdesc="The GNU general-purpose parser generator"
-arch=('x86_64')
-license=('GPL3')
-url="https://www.gnu.org/software/bison/bison.html"
-depends=('glibc' 'm4' 'sh')
-groups=('base-devel')
-source=("https://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('d1ceb9dfde2d03b24a4c1137f7f1b572'
-         'SKIP')
-
-validpgpkeys=('7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E')  # Akim Demaille
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --datadir=/usr/share
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: bison/repos/core-x86_64/PKGBUILD (from rev 371530, bison/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2019-12-15 18:32:01 UTC (rev 371531)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+
+pkgname=bison
+pkgver=3.5
+pkgrel=1
+pkgdesc="The GNU general-purpose parser generator"
+arch=('x86_64')
+license=('GPL3')
+url="https://www.gnu.org/software/bison/bison.html"
+depends=('glibc' 'm4' 'sh')
+groups=('base-devel')
+source=("https://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('c0230be066069f33c8445766833f3205'
+         'SKIP')
+
+validpgpkeys=('7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E')  # Akim Demaille
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list