[arch-commits] Commit in jq/trunk (PKGBUILD)

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


    Date: Thursday, September 3, 2020 @ 15:45:35
  Author: foxboron
Revision: 697508

upgpkg: jq 1.6-4 - replace python2 with python

Modified:
  jq/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-03 15:37:28 UTC (rev 697507)
+++ PKGBUILD	2020-09-03 15:45:35 UTC (rev 697508)
@@ -4,13 +4,13 @@
 
 pkgname=jq
 pkgver=1.6
-pkgrel=3
+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' 'python2')
+makedepends=('autoconf' 'automake' 'bison' 'flex' 'python')
 source=("https://github.com/stedolan/jq/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")
 changelog=ChangeLog
 sha512sums=('5da71f53c325257f1f546a2520fe47828b495c953270df25ea0e37741463fdda72f0ba4d5b05b25114ec30f27a559344c2b024bacabf610759f4e3e9efadb480')



More information about the arch-commits mailing list