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

Frederik Schwan freswa at archlinux.org
Sun Oct 18 00:24:25 UTC 2020


    Date: Sunday, October 18, 2020 @ 00:24:25
  Author: freswa
Revision: 725829

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-18 00:24:22 UTC (rev 725828)
+++ PKGBUILD	2020-10-18 00:24:25 UTC (rev 725829)
@@ -1,32 +0,0 @@
-# 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.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 <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 725828, datamash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-18 00:24:25 UTC (rev 725829)
@@ -0,0 +1,32 @@
+# 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.7
+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=('574a592bb90c5ae702ffaed1b59498d5e3e7466a8abf8530c5f2f3f11fa4adb3'
+            '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