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

Felix Yan felixonmars at archlinux.org
Tue Jan 21 10:33:07 UTC 2020


    Date: Tuesday, January 21, 2020 @ 10:33:06
  Author: felixonmars
Revision: 553278

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-21 10:32:48 UTC (rev 553277)
+++ PKGBUILD	2020-01-21 10:33:06 UTC (rev 553278)
@@ -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.5.7
-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<13')
-makedepends=('mill')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lihaoyi/mill/archive/$pkgver.tar.gz")
-sha512sums=('8ca17e70fecc39212ff273e3fffa06406f2d415a815241999460c96e11be433528ecdff1817873315faa6104103d18e9e34b08230195d31a2a25e953f2bb56e0')
-
-prepare() {
-  cd mill-$pkgver
-  # workaround non-git build
-  sed -e "s/'git/'true/" -e "s/^.*--exact-match.*$/\"$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 553277, mill/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-21 10:33:06 UTC (rev 553278)
@@ -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.5.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<13')
+makedepends=('mill')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lihaoyi/mill/archive/$pkgver.tar.gz")
+sha512sums=('7c861cac4a7c9b44d66a894af931759bc7d90ed62c11e0b648fddb3a778cd94751d5742a3c83a373c90a960f7a2212ff79e8eeb87bb5728d13ae1fb4a37029f2')
+
+prepare() {
+  cd mill-$pkgver
+  # workaround non-git build
+  sed -e "s/'git/'true/" -e "s/^.*--exact-match.*$/\"$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