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

Filipe Laíns ffy00 at archlinux.org
Tue Feb 9 16:45:01 UTC 2021


    Date: Tuesday, February 9, 2021 @ 16:45:01
  Author: ffy00
Revision: 851061

archrelease: copy trunk to community-x86_64

Added:
  uutils-coreutils/repos/community-x86_64/PKGBUILD
    (from rev 851060, 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-02-09 16:44:52 UTC (rev 851060)
+++ PKGBUILD	2021-02-09 16:45:01 UTC (rev 851061)
@@ -1,27 +0,0 @@
-# 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
-}
-

Copied: uutils-coreutils/repos/community-x86_64/PKGBUILD (from rev 851060, uutils-coreutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-09 16:45:01 UTC (rev 851061)
@@ -0,0 +1,27 @@
+# Maintainer: Filipe Laíns (ffy00) <lains at archlinux.org>
+
+_pkgname=coreutils
+pkgname=uutils-$_pkgname
+pkgver=0.0.3
+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=('69b654d0f40bf5b1e1daf812def765d4f508a5926a65c9ba82a5a07feae6ec38f4e3aff43eeba3170f831d67b6d61c3d2e25c720ecb4ea87d9a4ea7fea12d0c9')
+
+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