[arch-commits] Commit in alex/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Oct 11 23:02:18 UTC 2021


    Date: Monday, October 11, 2021 @ 23:02:18
  Author: felixonmars
Revision: 1029626

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-11 23:02:10 UTC (rev 1029625)
+++ PKGBUILD	2021-10-11 23:02:18 UTC (rev 1029626)
@@ -1,39 +0,0 @@
-# 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.6
-pkgrel=6
-pkgdesc='Lexical analyser generator for Haskell'
-arch=(x86_64)
-url='https://hackage.haskell.org/package/alex'
-license=(BSD)
-depends=(ghc-libs)
-makedepends=(ghc happy)
-source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('05b6e55e9a1c348aea599d1130780a3d2a0a7c5f1db00b2c98bd34737cac9d48842fb1b1f98947a99d99013f94e39a6ffee1af8546f02fb2d32fcf362ff0f83c')
-
-build() {
-  cd $pkgname-$pkgver
-  runghc Setup.hs configure \
-    --prefix=/usr \
-    --datasubdir=$pkgname \
-    --enable-executable-dynamic \
-    --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
-    --ghc-option='-pie'
-  runghc Setup.hs build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  runghc Setup.hs copy --destdir="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
-
-  # Doc only contains the license
-  rm -rf "$pkgdir/usr/share/doc"
-}
-
-# getver: hackage.haskell.org/package/alex/changelog
-# vim: ts=2 sw=2 et:

Copied: alex/repos/community-staging-x86_64/PKGBUILD (from rev 1029625, alex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-11 23:02:18 UTC (rev 1029626)
@@ -0,0 +1,39 @@
+# 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.6
+pkgrel=7
+pkgdesc='Lexical analyser generator for Haskell'
+arch=(x86_64)
+url='https://hackage.haskell.org/package/alex'
+license=(BSD)
+depends=(ghc-libs)
+makedepends=(ghc happy)
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('05b6e55e9a1c348aea599d1130780a3d2a0a7c5f1db00b2c98bd34737cac9d48842fb1b1f98947a99d99013f94e39a6ffee1af8546f02fb2d32fcf362ff0f83c')
+
+build() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs configure \
+    --prefix=/usr \
+    --datasubdir=$pkgname \
+    --enable-executable-dynamic \
+    --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+    --ghc-option='-pie'
+  runghc Setup.hs build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# getver: hackage.haskell.org/package/alex/changelog
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list