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

Alad Wenter alad at archlinux.org
Sun Jan 6 20:02:34 UTC 2019


    Date: Sunday, January 6, 2019 @ 20:02:33
  Author: alad
Revision: 420746

archrelease: copy trunk to community-x86_64

Added:
  datamash/repos/community-x86_64/PKGBUILD
    (from rev 420745, datamash/trunk/PKGBUILD)
Deleted:
  datamash/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-06 20:02:25 UTC (rev 420745)
+++ PKGBUILD	2019-01-06 20:02:33 UTC (rev 420746)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alad Wenter <alad at mailbox.org>
-# Contributor: Gavin Lloyd <gavinhungry at gmail.com>
-# Contributor: Timothy Rice <timothy.rice at unimelb.edu.au>
-
-pkgname=datamash
-pkgver=1.3
-pkgrel=1
-pkgdesc='Performs basic numeric,textual and statistical operations on input textual data files'
-url="https://www.gnu.org/software/datamash/"
-arch=('x86_64')
-license=('GPL')
-source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
-        "https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig")
-sha256sums=('eebb52171a4353aaad01921384098cf54eb96ebfaf99660e017f6d9fc96657a6'
-            'SKIP')
-# Assaf Gordon <assafgordon at gmail.com>
-validpgpkeys=('F576AAAC1B0FF849792D8CB129A794FD2272BC86')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: datamash/repos/community-x86_64/PKGBUILD (from rev 420745, datamash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-06 20:02:33 UTC (rev 420746)
@@ -0,0 +1,33 @@
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Gavin Lloyd <gavinhungry at gmail.com>
+# Contributor: Timothy Rice <timothy.rice at unimelb.edu.au>
+
+pkgname=datamash
+pkgver=1.4
+pkgrel=1
+pkgdesc='Performs basic numeric,textual and statistical operations on input textual data files'
+url="https://www.gnu.org/software/datamash/"
+arch=('x86_64')
+license=('GPL')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
+        "https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz.sig")
+sha256sums=('fa44dd2d5456bcb94ef49dfc6cfe62c83fd53ac435119a85d34e6812f6e6472a'
+            'SKIP')
+# Assaf Gordon <assafgordon at gmail.com>
+validpgpkeys=('F576AAAC1B0FF849792D8CB129A794FD2272BC86')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list