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

Sergej Pupykin spupykin at archlinux.org
Sat Sep 19 16:45:35 UTC 2020


    Date: Saturday, September 19, 2020 @ 16:45:35
  Author: spupykin
Revision: 710885

archrelease: copy trunk to community-x86_64

Added:
  moreutils/repos/community-x86_64/PKGBUILD
    (from rev 710884, moreutils/trunk/PKGBUILD)
Deleted:
  moreutils/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-19 16:45:22 UTC (rev 710884)
+++ PKGBUILD	2020-09-19 16:45:35 UTC (rev 710885)
@@ -1,31 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
-
-pkgname=moreutils
-pkgver=0.63
-pkgrel=2
-pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago"
-arch=('x86_64')
-url="https://joeyh.name/code/moreutils/"
-license=('GPL')
-depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration')
-makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git')
-options=('!emptydirs' 'zipman')
-replaces=(moreutils-svn)
-#source=(https://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz)
-source=("git://git.kitenet.net/moreutils.git#tag=$pkgver")
-sha256sums=('SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname
-  make DOCBOOK2XMAN=docbook2man
-}
-
-package() {
-  cd "$srcdir"/$pkgname
-  make PREFIX="$pkgdir"/usr install
-  chmod 0644 "$pkgdir"/usr/share/man/man1/*
-  mv "$pkgdir"/usr/share/man/man1/ts.1 "$pkgdir"/usr/share/man/man1/ts.1moreutils
-  mv "$pkgdir"/usr/share/man/man1/parallel.1 "$pkgdir"/usr/share/man/man1/parallel-moreutils.1
-  mv "$pkgdir"/usr/bin/parallel "$pkgdir"/usr/bin/parallel-moreutils
-}

Copied: moreutils/repos/community-x86_64/PKGBUILD (from rev 710884, moreutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-19 16:45:35 UTC (rev 710885)
@@ -0,0 +1,31 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Alessio 'mOLOk' Bolognino <themolok at gmail.com>
+
+pkgname=moreutils
+pkgver=0.64
+pkgrel=1
+pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago"
+arch=('x86_64')
+url="https://joeyh.name/code/moreutils/"
+license=('GPL')
+depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration')
+makedepends=('docbook2x' 'docbook-xml' 'perl-xml-sax' 'git')
+options=('!emptydirs' 'zipman')
+replaces=(moreutils-svn)
+#source=(https://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.orig.tar.gz)
+source=("git://git.kitenet.net/moreutils.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname
+  make DOCBOOK2XMAN=docbook2man
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+  make PREFIX="$pkgdir"/usr install
+  chmod 0644 "$pkgdir"/usr/share/man/man1/*
+  mv "$pkgdir"/usr/share/man/man1/ts.1 "$pkgdir"/usr/share/man/man1/ts.1moreutils
+  mv "$pkgdir"/usr/share/man/man1/parallel.1 "$pkgdir"/usr/share/man/man1/parallel-moreutils.1
+  mv "$pkgdir"/usr/bin/parallel "$pkgdir"/usr/bin/parallel-moreutils
+}



More information about the arch-commits mailing list