[arch-commits] Commit in haxe/trunk (PKGBUILD)
Alexander Rødseth
arodseth at gemini.archlinux.org
Sat Jul 10 09:01:32 UTC 2021
Date: Saturday, July 10, 2021 @ 09:01:31
Author: arodseth
Revision: 976458
upgpkg: haxe 4.2.3-2
Modified:
haxe/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-10 07:25:57 UTC (rev 976457)
+++ PKGBUILD 2021-07-10 09:01:31 UTC (rev 976458)
@@ -7,17 +7,17 @@
pkgname=haxe
pkgver=4.2.3
-pkgrel=1
+pkgrel=2
pkgdesc='Cross-platform toolkit and programming language'
arch=(x86_64)
url='https://haxe.org/'
-license=(GPL MIT LGPL)
+license=(GPL LGPL MIT)
depends=(neko mbedtls)
optdepends=(java-environment mono php python)
makedepends=(camlp4 git neko ocaml opam zlib perl-string-shellquote perl-ipc-system-simple)
options=(!makeflags !strip)
source=("$pkgname-$pkgver::git+https://github.com/HaxeFoundation/haxe#commit=1385eda48e60387e349282d26347b28d0b2768ca") # tag: 4.2.3
-b2sums=('SKIP')
+b2sums=(SKIP)
prepare() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list