[arch-commits] Commit in uutils-coreutils/repos/community-x86_64 (PKGBUILD PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Sun Jan 17 19:14:27 UTC 2021


    Date: Sunday, January 17, 2021 @ 19:14:27
  Author: ffy00
Revision: 821577

archrelease: copy trunk to community-x86_64

Added:
  uutils-coreutils/repos/community-x86_64/PKGBUILD
    (from rev 821576, uutils-coreutils/trunk/PKGBUILD)
Deleted:
  uutils-coreutils/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-17 19:14:20 UTC (rev 821576)
+++ PKGBUILD	2021-01-17 19:14:27 UTC (rev 821577)
@@ -1,27 +0,0 @@
-# Maintainer: Filipe Laíns (ffy00) <lains at archlinux.org>
-
-_pkgname=coreutils
-pkgname=uutils-$_pkgname
-pkgver=0.0.1
-pkgrel=1
-pkgdesc='Cross-platform Rust rewrite of the GNU coreutils'
-arch=('x86_64')
-url='https://github.com/uutils/coreutils'
-license=('MIT')
-makedepends=('rust' 'cargo' 'python-sphinx')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('b873add1b77ede0225d504ac72a34459dfa86dcfb0f35c17a14cbe46e83ba51e9de7b14c6229c35a70dc539b2955db1c98c87abe4a508bd1a796caddd869295f')
-
-package() {
-  cd $_pkgname-$pkgver
-
-  make \
-      DESTDIR="$pkgdir" \
-      PREFIX=/usr \
-      MANDIR=/share/man/man1 \
-      PROG_PREFIX=uu- \
-      install
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: uutils-coreutils/repos/community-x86_64/PKGBUILD (from rev 821576, uutils-coreutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-17 19:14:27 UTC (rev 821577)
@@ -0,0 +1,27 @@
+# Maintainer: Filipe Laíns (ffy00) <lains at archlinux.org>
+
+_pkgname=coreutils
+pkgname=uutils-$_pkgname
+pkgver=0.0.2
+pkgrel=1
+pkgdesc='Cross-platform Rust rewrite of the GNU coreutils'
+arch=('x86_64')
+url='https://github.com/uutils/coreutils'
+license=('MIT')
+makedepends=('rust' 'cargo' 'python-sphinx')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('71a3f3f096c91f52d616ae1f31beb4608e672947da36ceafc01349c09cdc823e5fb3388695a0fb198cad659f9b7e04a68ba505b0eebb6f1ea0f25111effa19d0')
+
+package() {
+  cd $_pkgname-$pkgver
+
+  make \
+      DESTDIR="$pkgdir" \
+      PREFIX=/usr \
+      MANDIR=/share/man/man1 \
+      PROG_PREFIX=uu- \
+      install
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+



More information about the arch-commits mailing list