[arch-commits] Commit in alex/repos (4 files)

Felix Yan felixonmars at archlinux.org
Tue Oct 18 15:02:57 UTC 2016


    Date: Tuesday, October 18, 2016 @ 15:02:56
  Author: felixonmars
Revision: 192523

archrelease: copy trunk to community-x86_64, community-i686

Added:
  alex/repos/community-i686/PKGBUILD
    (from rev 192522, alex/trunk/PKGBUILD)
  alex/repos/community-x86_64/PKGBUILD
    (from rev 192522, alex/trunk/PKGBUILD)
Deleted:
  alex/repos/community-i686/PKGBUILD
  alex/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 ----------------------
 community-x86_64/PKGBUILD |   35 ----------------------
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-10-18 15:02:29 UTC (rev 192522)
+++ community-i686/PKGBUILD	2016-10-18 15:02:56 UTC (rev 192523)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
-# Contributor: Philip Nilsson <pnilsson at nullref.se>
-
-pkgname=alex
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='Lexical analyser generator for Haskell'
-arch=('x86_64' 'i686')
-url='http://hackage.haskell.org/package/alex'
-license=('custom:BSD3')
-depends=('gmp' 'libffi')
-makedepends=('ghc=8.0.1' 'haskell-quickcheck' 'happy' 'libffi')
-source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('8034ef1e7f66145295a5b0e70de5b6caa409e36888fe4123d0e022aac97a4d92')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  runghc Setup.lhs configure --prefix=/usr --datasubdir="$pkgname"
-  runghc Setup.lhs build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  runghc Setup.lhs copy --destdir="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
-  # Doc only contains the license
-  rm -rf $pkgdir/usr/share/doc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: alex/repos/community-i686/PKGBUILD (from rev 192522, alex/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-10-18 15:02:56 UTC (rev 192523)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: Philip Nilsson <pnilsson at nullref.se>
+
+pkgname=alex
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Lexical analyser generator for Haskell'
+arch=('x86_64' 'i686')
+url='http://hackage.haskell.org/package/alex'
+license=('custom:BSD3')
+depends=('gmp' 'libffi')
+makedepends=('ghc=8.0.1' 'haskell-quickcheck' 'happy' 'libffi')
+source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('a4e7f7ec729f4fae5a5c778bc48421a90acf65c7278f6970cf123fb3b6230e6c')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.lhs configure --prefix=/usr --datasubdir="$pkgname"
+  runghc Setup.lhs build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.lhs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+  # Doc only contains the license
+  rm -rf $pkgdir/usr/share/doc
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-10-18 15:02:29 UTC (rev 192522)
+++ community-x86_64/PKGBUILD	2016-10-18 15:02:56 UTC (rev 192523)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
-# Contributor: Philip Nilsson <pnilsson at nullref.se>
-
-pkgname=alex
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='Lexical analyser generator for Haskell'
-arch=('x86_64' 'i686')
-url='http://hackage.haskell.org/package/alex'
-license=('custom:BSD3')
-depends=('gmp' 'libffi')
-makedepends=('ghc=8.0.1' 'haskell-quickcheck' 'happy' 'libffi')
-source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('8034ef1e7f66145295a5b0e70de5b6caa409e36888fe4123d0e022aac97a4d92')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  runghc Setup.lhs configure --prefix=/usr --datasubdir="$pkgname"
-  runghc Setup.lhs build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  runghc Setup.lhs copy --destdir="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
-  # Doc only contains the license
-  rm -rf $pkgdir/usr/share/doc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: alex/repos/community-x86_64/PKGBUILD (from rev 192522, alex/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-10-18 15:02:56 UTC (rev 192523)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: Philip Nilsson <pnilsson at nullref.se>
+
+pkgname=alex
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Lexical analyser generator for Haskell'
+arch=('x86_64' 'i686')
+url='http://hackage.haskell.org/package/alex'
+license=('custom:BSD3')
+depends=('gmp' 'libffi')
+makedepends=('ghc=8.0.1' 'haskell-quickcheck' 'happy' 'libffi')
+source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('a4e7f7ec729f4fae5a5c778bc48421a90acf65c7278f6970cf123fb3b6230e6c')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.lhs configure --prefix=/usr --datasubdir="$pkgname"
+  runghc Setup.lhs build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.lhs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+  # Doc only contains the license
+  rm -rf $pkgdir/usr/share/doc
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list