Date: Thursday, September 22, 2022 @ 19:39:43
  Author: felixonmars
Revision: 1309068

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-22 19:39:24 UTC (rev 1309067)
+++ PKGBUILD    2022-09-22 19:39:43 UTC (rev 1309068)
@@ -1,39 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor: Vesa Kaihlavirta <[email protected]>
-# Contributor: Philip Nilsson <[email protected]>
-
-pkgname=alex
-pkgver=3.2.7.1
-pkgrel=1
-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=('f8ff12de874b905449fdda0d704f9e4ac30fa3e60e965f82d7bb2d6e3974cf926f85134d32878c48faf0ec4a002ea7240cf6696e1cbcad25a0eebb9d1850cc07')
-
-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-x86_64/PKGBUILD (from rev 1309067, 
alex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-22 19:39:43 UTC (rev 1309068)
@@ -0,0 +1,39 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: Vesa Kaihlavirta <[email protected]>
+# Contributor: Philip Nilsson <[email protected]>
+
+pkgname=alex
+pkgver=3.2.7.1
+pkgrel=2
+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=('f8ff12de874b905449fdda0d704f9e4ac30fa3e60e965f82d7bb2d6e3974cf926f85134d32878c48faf0ec4a002ea7240cf6696e1cbcad25a0eebb9d1850cc07')
+
+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:

Reply via email to