Date: Friday, July 16, 2021 @ 16:19:44
  Author: felixonmars
Revision: 977638

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-07-16 16:19:29 UTC (rev 977637)
+++ PKGBUILD    2021-07-16 16:19:44 UTC (rev 977638)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-# Contributor: Jiuyang Liu <liujiuyang1...@gmail.com>
-# Contributor: Christian Krause ("wookietreiber") 
<christian.kra...@mailbox.org>
-# Contributor: Guillaume Raffin ("theelectronwill") <theelectronw...@gmail.com>
-
-pkgname=mill
-pkgver=0.9.8
-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=('71bf5fa07378e12239e9237d33a715c12bd05e7790d5a5504a49271b99b81bad9dad4a83f2fb15f7b06d08d961251dfaab8b19113e29fcb8d14f637712476738')
-
-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 977637, mill/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-07-16 16:19:44 UTC (rev 977638)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Jiuyang Liu <liujiuyang1...@gmail.com>
+# Contributor: Christian Krause ("wookietreiber") 
<christian.kra...@mailbox.org>
+# Contributor: Guillaume Raffin ("theelectronwill") <theelectronw...@gmail.com>
+
+pkgname=mill
+pkgver=0.9.9
+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=('329476a4942c1c38088e52a73670e9d57964b666ae9a205cae142d5e9c8812bdfb90a1e4288dfeefa8804d70b5636343820d7d7695493c9bfbf667096912ed68')
+
+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
+}

Reply via email to