Date: Monday, November 12, 2018 @ 06:23:35 Author: arcanis Revision: 406402
archrelease: copy trunk to community-x86_64 Added: jq/repos/community-x86_64/ChangeLog (from rev 406401, jq/trunk/ChangeLog) jq/repos/community-x86_64/PKGBUILD (from rev 406401, jq/trunk/PKGBUILD) Deleted: jq/repos/community-x86_64/ChangeLog jq/repos/community-x86_64/PKGBUILD -----------+ ChangeLog | 31 +++++++++++++++------------- PKGBUILD | 66 ++++++++++++++++++++++++++---------------------------------- 2 files changed, 46 insertions(+), 51 deletions(-) Deleted: ChangeLog =================================================================== --- ChangeLog 2018-11-12 06:23:09 UTC (rev 406401) +++ ChangeLog 2018-11-12 06:23:35 UTC (rev 406402) @@ -1,14 +0,0 @@ -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 406401, jq/trunk/ChangeLog) =================================================================== --- ChangeLog (rev 0) +++ ChangeLog 2018-11-12 06:23:35 UTC (rev 406402) @@ -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 2018-11-12 06:23:09 UTC (rev 406401) +++ PKGBUILD 2018-11-12 06:23:35 UTC (rev 406402) @@ -1,37 +0,0 @@ -# $Id$ -# 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.5 -pkgrel=6 -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" - "cve-2015-8863.patch::https://github.com/stedolan/jq/commit/8eb1367ca44e772963e704a700ef72ae2e12babd.patch") -changelog=ChangeLog -sha512sums=('4a0bb069ae875f47731d7d84ae6b82240703dc7a694cfb0aee4c7e9639defe7ba9af575d17dc32bda4426b80c186cc8dcd4505f3a6bcbe16b39e9b13097da238' - 'a247d7bd9ba7186d475852f7f41be1974071a4c27a1b358b80912bab19463df24b5ed5210172c84d205f8a390f0718bc834b8ca9672f9a192dc947e92d4e5f19') - -prepare() { - cd "${pkgname}-${pkgver}" - patch -p2 -i "${srcdir}/cve-2015-8863.patch" -} - -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 406401, jq/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-11-12 06:23:35 UTC (rev 406402) @@ -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=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" +} +