[arch-commits] Commit in mill/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sun Jan 9 20:52:46 UTC 2022


    Date: Sunday, January 9, 2022 @ 20:52:46
  Author: felixonmars
Revision: 1098516

archrelease: copy trunk to community-any

Added:
  mill/repos/community-any/PKGBUILD
    (from rev 1098515, mill/trunk/PKGBUILD)
Deleted:
  mill/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-09 20:52:36 UTC (rev 1098515)
+++ PKGBUILD	2022-01-09 20:52:46 UTC (rev 1098516)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Jiuyang Liu <liujiuyang1994 at gmail.com>
-# Contributor: Christian Krause ("wookietreiber") <christian.krause at mailbox.org>
-# Contributor: Guillaume Raffin ("theelectronwill") <theelectronwill at gmail.com>
-
-pkgname=mill
-pkgver=0.9.11
-pkgrel=1
-pkgdesc="Your shiny new Java/Scala build tool"
-arch=(any)
-url="https://www.lihaoyi.com/mill/index.html"
-license=('MIT')
-depends=('bash' 'java-environment')
-makedepends=('mill')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lihaoyi/mill/archive/$pkgver.tar.gz")
-sha512sums=('06a1690bcd85d381ed4de0eb72dfea4b1027e61fa6ed8f65388690a6273246bc6bd8be8ce8212a35d3b790854af74c8114cf9337a0ceff8d813420506d3a40eb')
-
-prepare() {
-  cd mill-$pkgver
-  # workaround non-git build
-  sed -e "s/VcsVersion.vcsState().format()/\"$pkgver\"/;s/VcsVersion.vcsState().lastTag.get/\"$pkgver\"/" -i build.sc
-}
-
-build() {
-  cd mill-$pkgver
-  mill -i all __.publishLocal assembly
-}
-
-package() {
-  cd mill-$pkgver
-  install -Dm755 out/assembly/dest/mill "$pkgdir"/usr/bin/mill
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/mill/LICENSE
-}

Copied: mill/repos/community-any/PKGBUILD (from rev 1098515, mill/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-09 20:52:46 UTC (rev 1098516)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jiuyang Liu <liujiuyang1994 at gmail.com>
+# Contributor: Christian Krause ("wookietreiber") <christian.krause at mailbox.org>
+# Contributor: Guillaume Raffin ("theelectronwill") <theelectronwill at gmail.com>
+
+pkgname=mill
+pkgver=0.9.12
+pkgrel=1
+pkgdesc="Your shiny new Java/Scala build tool"
+arch=(any)
+url="https://www.lihaoyi.com/mill/index.html"
+license=('MIT')
+depends=('bash' 'java-environment')
+makedepends=('mill')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lihaoyi/mill/archive/$pkgver.tar.gz")
+sha512sums=('40e96fdabab49e530b9710bebc12f2aecc5b3d17dea86f03f13545e2e298cefd5bf0c34965e6db85f5b215afc65486edfe967854ab838240188e7f2729782a40')
+
+prepare() {
+  cd mill-$pkgver
+  # workaround non-git build
+  sed -e "s/VcsVersion.vcsState().format()/\"$pkgver\"/;s/VcsVersion.vcsState().lastTag.get/\"$pkgver\"/" -i build.sc
+}
+
+build() {
+  cd mill-$pkgver
+  mill -i all __.publishLocal assembly
+}
+
+package() {
+  cd mill-$pkgver
+  install -Dm755 out/assembly/dest/mill "$pkgdir"/usr/bin/mill
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/mill/LICENSE
+}



More information about the arch-commits mailing list