[arch-commits] Commit in jq/repos (3 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:14:49 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:14:48
  Author: felixonmars
Revision: 659630

archrelease: copy trunk to community-staging-x86_64

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

-----------+
 ChangeLog |   17 +++++++++++++++++
 PKGBUILD  |   29 +++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

Copied: jq/repos/community-staging-x86_64/ChangeLog (from rev 659629, jq/trunk/ChangeLog)
===================================================================
--- community-staging-x86_64/ChangeLog	                        (rev 0)
+++ community-staging-x86_64/ChangeLog	2020-07-07 17:14:48 UTC (rev 659630)
@@ -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]

Copied: jq/repos/community-staging-x86_64/PKGBUILD (from rev 659629, jq/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 17:14:48 UTC (rev 659630)
@@ -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=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"
+}
+



More information about the arch-commits mailing list