Date: Tuesday, March 17, 2020 @ 22:54:19
  Author: alad
Revision: 600428

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-03-17 22:54:16 UTC (rev 600427)
+++ PKGBUILD    2020-03-17 22:54:19 UTC (rev 600428)
@@ -1,32 +0,0 @@
-# Maintainer: Alad Wenter <a...@mailbox.org>
-# Contributor: Gavin Lloyd <gavinhun...@gmail.com>
-# Contributor: Timothy Rice <timothy.r...@unimelb.edu.au>
-pkgname=datamash
-pkgver=1.5
-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=('226249d5fe54024f96404798778f45963a3041714229d4225cd5d9acdaba21ad'
-            'SKIP')
-# Assaf Gordon <assafgor...@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 600427, 
datamash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-03-17 22:54:19 UTC (rev 600428)
@@ -0,0 +1,32 @@
+# Maintainer: Alad Wenter <a...@mailbox.org>
+# Contributor: Gavin Lloyd <gavinhun...@gmail.com>
+# Contributor: Timothy Rice <timothy.r...@unimelb.edu.au>
+pkgname=datamash
+pkgver=1.6
+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=('b9b9b79399616bb54722edbbcaa84303801eb62a338b3a20b6f029003deb78cb'
+            'SKIP')
+# Assaf Gordon <assafgor...@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
+}

Reply via email to