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

Evgeniy Alekseev arcanis at archlinux.org
Mon Aug 17 21:27:17 UTC 2015


    Date: Monday, August 17, 2015 @ 23:27:17
  Author: arcanis
Revision: 138460

upgpkg: jq 1.5-1

Modified:
  jq/trunk/ChangeLog
  jq/trunk/PKGBUILD

-----------+
 ChangeLog |    3 +++
 PKGBUILD  |    8 +++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2015-08-17 21:27:07 UTC (rev 138459)
+++ ChangeLog	2015-08-17 21:27:17 UTC (rev 138460)
@@ -1,2 +1,5 @@
+1.5-1:
+upstream update
+
 1.4-1:
 move from AUR into [community]

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-17 21:27:07 UTC (rev 138459)
+++ PKGBUILD	2015-08-17 21:27:17 UTC (rev 138460)
@@ -4,7 +4,7 @@
 # Contributor: Kars Wang <jaklsy at gmail dot com>
 
 pkgname=jq
-pkgver=1.4
+pkgver=1.5
 pkgrel=1
 pkgdesc='Command-line JSON processor'
 arch=('i686' 'x86_64')
@@ -12,13 +12,12 @@
 license=('MIT')
 depends=('glibc')
 makedepends=('autoconf' 'automake' 'bison' 'flex' 'python2')
-source=("http://stedolan.github.io/jq/download/source/${pkgname}-${pkgver}.tar.gz")
+source=("https://github.com/stedolan/jq/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")
 changelog=ChangeLog
-md5sums=('e3c75a4f805bb5342c9f4b3603fb248f')
+md5sums=('0933532b086bd8b6a41c1b162b1731f9')
 
 build() {
     cd "${pkgname}-${pkgver}"
-
     ./configure --prefix=/usr
     make
 }
@@ -25,7 +24,6 @@
 
 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