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

Felix Yan felixonmars at archlinux.org
Sat Sep 9 14:01:19 UTC 2017


    Date: Saturday, September 9, 2017 @ 14:01:18
  Author: felixonmars
Revision: 256701

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

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

-----------------------------------+
 /PKGBUILD                         |   72 ++++++++++++++++++++++++++++++++++++
 community-testing-i686/PKGBUILD   |   36 ------------------
 community-testing-x86_64/PKGBUILD |   36 ------------------
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2017-09-09 14:00:33 UTC (rev 256700)
+++ community-testing-i686/PKGBUILD	2017-09-09 14:01:18 UTC (rev 256701)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# 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=6
-pkgdesc='Lexical analyser generator for Haskell'
-arch=('x86_64' 'i686')
-url='https://hackage.haskell.org/package/alex'
-license=('custom:BSD3')
-depends=('ghc-libs' 'haskell-quickcheck')
-makedepends=('happy' 'ghc')
-source=("https://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" --enable-executable-dynamic
-  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-testing-i686/PKGBUILD (from rev 256700, alex/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-09-09 14:01:18 UTC (rev 256701)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# 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.3
+pkgrel=1
+pkgdesc='Lexical analyser generator for Haskell'
+arch=('x86_64' 'i686')
+url='https://hackage.haskell.org/package/alex'
+license=('custom:BSD3')
+depends=('ghc-libs' 'haskell-quickcheck')
+makedepends=('happy' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('193c68b1cc21b14a1db81dfdcb1ed71d508a94ac94df1762f140768e00b316aee9f3172357fead302a150248001a95c3cb80622b12423a92a6d50e10541799d7')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.lhs configure --prefix=/usr --datasubdir="$pkgname" --enable-executable-dynamic
+  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-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2017-09-09 14:00:33 UTC (rev 256700)
+++ community-testing-x86_64/PKGBUILD	2017-09-09 14:01:18 UTC (rev 256701)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# 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=6
-pkgdesc='Lexical analyser generator for Haskell'
-arch=('x86_64' 'i686')
-url='https://hackage.haskell.org/package/alex'
-license=('custom:BSD3')
-depends=('ghc-libs' 'haskell-quickcheck')
-makedepends=('happy' 'ghc')
-source=("https://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" --enable-executable-dynamic
-  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-testing-x86_64/PKGBUILD (from rev 256700, alex/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-09-09 14:01:18 UTC (rev 256701)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# 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.3
+pkgrel=1
+pkgdesc='Lexical analyser generator for Haskell'
+arch=('x86_64' 'i686')
+url='https://hackage.haskell.org/package/alex'
+license=('custom:BSD3')
+depends=('ghc-libs' 'haskell-quickcheck')
+makedepends=('happy' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('193c68b1cc21b14a1db81dfdcb1ed71d508a94ac94df1762f140768e00b316aee9f3172357fead302a150248001a95c3cb80622b12423a92a6d50e10541799d7')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.lhs configure --prefix=/usr --datasubdir="$pkgname" --enable-executable-dynamic
+  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