[arch-commits] Commit in mill/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Nov 27 12:07:27 UTC 2020
Date: Friday, November 27, 2020 @ 12:07:27
Author: felixonmars
Revision: 764087
upgpkg: mill 0.8.0_11-2: fix version, as it breaks launching
Modified:
mill/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-27 12:07:21 UTC (rev 764086)
+++ PKGBUILD 2020-11-27 12:07:27 UTC (rev 764087)
@@ -5,8 +5,9 @@
pkgname=mill
pkgver=0.8.0_11
+_pkgver=0.8.0
_commit=8cd135ad640b2732462739f6b104df4d3ac7edc1
-pkgrel=1
+pkgrel=2
pkgdesc="Your shiny new Java/Scala build tool"
arch=(any)
url="https://www.lihaoyi.com/mill/index.html"
@@ -19,7 +20,7 @@
prepare() {
cd mill-$_commit
# workaround non-git build
- sed -e "s/'git/'true/" -e "s/^.*--exact-match.*$/\"$pkgver\"/" -i build.sc
+ sed -e "s/'git/'true/" -e "s/^.*--exact-match.*$/\"$_pkgver\"/" -i build.sc
}
build() {
More information about the arch-commits
mailing list