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

Alexander Rødseth arodseth at gemini.archlinux.org
Wed Aug 25 12:10:14 UTC 2021


    Date: Wednesday, August 25, 2021 @ 12:10:14
  Author: arodseth
Revision: 1004708

upgpkg: mlton 20210117-1

Modified:
  mlton/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-25 10:02:49 UTC (rev 1004707)
+++ PKGBUILD	2021-08-25 12:10:14 UTC (rev 1004708)
@@ -5,17 +5,18 @@
 # Contributor: Brian De Wolf <arch at bldewolf.com>
 
 pkgname=mlton
-pkgver=20200817
+pkgver=20210117
 pkgrel=1
 pkgdesc='Whole-program, optimizing Standard ML compiler'
 arch=(x86_64)
+# no HTTPS available
 url='http://mlton.org/'
-license=(BSD MIT LGPL)
+license=(BSD LGPL MIT)
 depends=(gmp)
 makedepends=(git mlton)
 options=(staticlibs)
 source=("git+https://github.com/MLton/mlton#tag=on-$pkgver-release")
-md5sums=('SKIP')
+b2sums=('SKIP')
 
 # Make dependencies for bootstrapping mlton on x86_64:
 #makedepends_x86_64=('smlnj' 'setconf')
@@ -52,5 +53,3 @@
     install -Dm644 "$f" "$pkgdir/usr/share/licenses/$pkgname/$f"
   done
 }
-
-# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list