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

Evgeniy Alekseev arcanis at archlinux.org
Wed Mar 20 12:40:42 UTC 2019


    Date: Wednesday, March 20, 2019 @ 12:40:41
  Author: arcanis
Revision: 442953

archrelease: copy trunk to community-x86_64

Added:
  jq/repos/community-x86_64/ChangeLog
    (from rev 442952, jq/trunk/ChangeLog)
  jq/repos/community-x86_64/PKGBUILD
    (from rev 442952, 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	2019-03-20 12:40:28 UTC (rev 442952)
+++ ChangeLog	2019-03-20 12:40:41 UTC (rev 442953)
@@ -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 442952, jq/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2019-03-20 12:40:41 UTC (rev 442953)
@@ -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	2019-03-20 12:40:28 UTC (rev 442952)
+++ PKGBUILD	2019-03-20 12:40:41 UTC (rev 442953)
@@ -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=1
-pkgdesc='Command-line JSON processor'
-arch=('x86_64')
-url='http://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=('f5ae8be558ca2ff15324c378d623106b74bd0823be50835e23548584aa1eb24eb81f8f054693d5d3fe44f157d0735c5f0f40b9f21899ba068f2a11d1345ace19')
-
-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 442952, jq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-20 12:40:41 UTC (rev 442953)
@@ -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=2
+pkgdesc='Command-line JSON processor'
+arch=('x86_64')
+url='http://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