[arch-commits] Commit in stack/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Apr 16 09:16:23 UTC 2020


    Date: Thursday, April 16, 2020 @ 09:16:22
  Author: felixonmars
Revision: 615317

upgpkg: stack 2.3.0.1-1

Modified:
  stack/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-16 09:13:38 UTC (rev 615316)
+++ PKGBUILD	2020-04-16 09:16:22 UTC (rev 615317)
@@ -2,9 +2,8 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=stack
-pkgver=2.1.3.20200310
-_commit=95aaf2bc2c969622679c2a8233e7bb637e43210d
-pkgrel=54
+pkgver=2.3.0.1
+pkgrel=1
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack"
 license=("BSD")
@@ -24,8 +23,8 @@
          'haskell-persistent-sqlite' 'haskell-persistent-template' 'haskell-primitive'
          'haskell-project-template' 'haskell-regex-applicative-text' 'haskell-retry' 'haskell-rio'
          'haskell-rio-prettyprint' 'haskell-split' 'haskell-streaming-commons' 'haskell-tar'
-         'haskell-temporary' 'haskell-terminal-size' 'haskell-text-metrics' 'haskell-th-reify-many'
-         'haskell-tls' 'haskell-typed-process' 'haskell-unicode-transforms' 'haskell-unix-compat'
+         'haskell-temporary' 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls'
+         'haskell-typed-process' 'haskell-unicode-transforms' 'haskell-unix-compat'
          'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml'
          'haskell-zip-archive' 'haskell-zlib')
 makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 'haskell-raw-strings-qq'
@@ -34,7 +33,7 @@
 conflicts=('haskell-stack')
 replaces=('haskell-stack')
 install="stack.install"
-source=("git+https://github.com/commercialhaskell/stack.git#commit=$_commit")
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver")
 sha512sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list