[arch-commits] Commit in jq/repos/community-x86_64 (4 files)

Morten Linderud foxboron at archlinux.org
Thu Sep 3 15:45:45 UTC 2020


    Date: Thursday, September 3, 2020 @ 15:45:44
  Author: foxboron
Revision: 697509

archrelease: copy trunk to community-x86_64

Added:
  jq/repos/community-x86_64/ChangeLog
    (from rev 697508, jq/trunk/ChangeLog)
  jq/repos/community-x86_64/PKGBUILD
    (from rev 697508, jq/trunk/PKGBUILD)
Deleted:
  jq/repos/community-x86_64/ChangeLog
  jq/repos/community-x86_64/PKGBUILD

-----------+
 ChangeLog |   34 +++++++++++++++++-----------------
 PKGBUILD  |   58 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2020-09-03 15:45:35 UTC (rev 697508)
+++ ChangeLog	2020-09-03 15:45:44 UTC (rev 697509)
@@ -1,17 +0,0 @@
-1.6-1:
-upstream update
-
-1.5-6:
-oniguruma rebuild
-
-1.5-4:
-fix CVE-2015-8863 (FS#50330)
-
-1.5-2:
-add oniguruma for regexp support
-
-1.5-1:
-upstream update
-
-1.4-1:
-move from AUR into [community]

Copied: jq/repos/community-x86_64/ChangeLog (from rev 697508, jq/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2020-09-03 15:45:44 UTC (rev 697509)
@@ -0,0 +1,17 @@
+1.6-1:
+upstream update
+
+1.5-6:
+oniguruma rebuild
+
+1.5-4:
+fix CVE-2015-8863 (FS#50330)
+
+1.5-2:
+add oniguruma for regexp support
+
+1.5-1:
+upstream update
+
+1.4-1:
+move from AUR into [community]

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-03 15:45:35 UTC (rev 697508)
+++ PKGBUILD	2020-09-03 15:45:44 UTC (rev 697509)
@@ -1,29 +0,0 @@
-# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
-# Contributor: Alex Chamberlain <alex at alexchamberlain dot co dot uk>
-# Contributor: Kars Wang <jaklsy at gmail dot com>
-
-pkgname=jq
-pkgver=1.6
-pkgrel=3
-pkgdesc='Command-line JSON processor'
-arch=('x86_64')
-url='https://stedolan.github.io/jq/'
-license=('MIT')
-depends=('glibc' 'oniguruma')
-makedepends=('autoconf' 'automake' 'bison' 'flex' 'python2')
-source=("https://github.com/stedolan/jq/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")
-changelog=ChangeLog
-sha512sums=('5da71f53c325257f1f546a2520fe47828b495c953270df25ea0e37741463fdda72f0ba4d5b05b25114ec30f27a559344c2b024bacabf610759f4e3e9efadb480')
-
-build() {
-    cd "${pkgname}-${pkgver}"
-    ./configure --prefix=/usr
-    make
-}
-
-package() {
-    cd "${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" prefix=/usr install
-    install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-

Copied: jq/repos/community-x86_64/PKGBUILD (from rev 697508, jq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-03 15:45:44 UTC (rev 697509)
@@ -0,0 +1,29 @@
+# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: Alex Chamberlain <alex at alexchamberlain dot co dot uk>
+# Contributor: Kars Wang <jaklsy at gmail dot com>
+
+pkgname=jq
+pkgver=1.6
+pkgrel=4
+pkgdesc='Command-line JSON processor'
+arch=('x86_64')
+url='https://stedolan.github.io/jq/'
+license=('MIT')
+depends=('glibc' 'oniguruma')
+makedepends=('autoconf' 'automake' 'bison' 'flex' 'python')
+source=("https://github.com/stedolan/jq/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")
+changelog=ChangeLog
+sha512sums=('5da71f53c325257f1f546a2520fe47828b495c953270df25ea0e37741463fdda72f0ba4d5b05b25114ec30f27a559344c2b024bacabf610759f4e3e9efadb480')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd "${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" prefix=/usr install
+    install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+



More information about the arch-commits mailing list