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

archrelease: copy trunk to community-i686, community-x86_64

Added:
  jq/repos/community-i686/ChangeLog
    (from rev 138460, jq/trunk/ChangeLog)
  jq/repos/community-i686/PKGBUILD
    (from rev 138460, jq/trunk/PKGBUILD)
  jq/repos/community-x86_64/ChangeLog
    (from rev 138460, jq/trunk/ChangeLog)
  jq/repos/community-x86_64/PKGBUILD
    (from rev 138460, jq/trunk/PKGBUILD)
Deleted:
  jq/repos/community-i686/ChangeLog
  jq/repos/community-i686/PKGBUILD
  jq/repos/community-x86_64/ChangeLog
  jq/repos/community-x86_64/PKGBUILD

----------------------------+
 /ChangeLog                 |   10 +++++++
 /PKGBUILD                  |   58 +++++++++++++++++++++++++++++++++++++++++++
 community-i686/ChangeLog   |    2 -
 community-i686/PKGBUILD    |   31 ----------------------
 community-x86_64/ChangeLog |    2 -
 community-x86_64/PKGBUILD  |   31 ----------------------
 6 files changed, 68 insertions(+), 66 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog    2015-08-17 21:27:17 UTC (rev 138460)
+++ community-i686/ChangeLog    2015-08-17 21:27:35 UTC (rev 138461)
@@ -1,2 +0,0 @@
-1.4-1:
-move from AUR into [community]

Copied: jq/repos/community-i686/ChangeLog (from rev 138460, jq/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog                            (rev 0)
+++ community-i686/ChangeLog    2015-08-17 21:27:35 UTC (rev 138461)
@@ -0,0 +1,5 @@
+1.5-1:
+upstream update
+
+1.4-1:
+move from AUR into [community]

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2015-08-17 21:27:17 UTC (rev 138460)
+++ community-i686/PKGBUILD     2015-08-17 21:27:35 UTC (rev 138461)
@@ -1,31 +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.4
-pkgrel=1
-pkgdesc='Command-line JSON processor'
-arch=('i686' 'x86_64')
-url='http://stedolan.github.io/jq/'
-license=('MIT')
-depends=('glibc')
-makedepends=('autoconf' 'automake' 'bison' 'flex' 'python2')
-source=("http://stedolan.github.io/jq/download/source/${pkgname}-${pkgver}.tar.gz";)
-changelog=ChangeLog
-md5sums=('e3c75a4f805bb5342c9f4b3603fb248f')
-
-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-i686/PKGBUILD (from rev 138460, jq/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2015-08-17 21:27:35 UTC (rev 138461)
@@ -0,0 +1,29 @@
+# $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=1
+pkgdesc='Command-line JSON processor'
+arch=('i686' 'x86_64')
+url='http://stedolan.github.io/jq/'
+license=('MIT')
+depends=('glibc')
+makedepends=('autoconf' 'automake' 'bison' 'flex' 'python2')
+source=("https://github.com/stedolan/jq/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+changelog=ChangeLog
+md5sums=('0933532b086bd8b6a41c1b162b1731f9')
+
+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"
+}

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog  2015-08-17 21:27:17 UTC (rev 138460)
+++ community-x86_64/ChangeLog  2015-08-17 21:27:35 UTC (rev 138461)
@@ -1,2 +0,0 @@
-1.4-1:
-move from AUR into [community]

Copied: jq/repos/community-x86_64/ChangeLog (from rev 138460, 
jq/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog                          (rev 0)
+++ community-x86_64/ChangeLog  2015-08-17 21:27:35 UTC (rev 138461)
@@ -0,0 +1,5 @@
+1.5-1:
+upstream update
+
+1.4-1:
+move from AUR into [community]

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2015-08-17 21:27:17 UTC (rev 138460)
+++ community-x86_64/PKGBUILD   2015-08-17 21:27:35 UTC (rev 138461)
@@ -1,31 +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.4
-pkgrel=1
-pkgdesc='Command-line JSON processor'
-arch=('i686' 'x86_64')
-url='http://stedolan.github.io/jq/'
-license=('MIT')
-depends=('glibc')
-makedepends=('autoconf' 'automake' 'bison' 'flex' 'python2')
-source=("http://stedolan.github.io/jq/download/source/${pkgname}-${pkgver}.tar.gz";)
-changelog=ChangeLog
-md5sums=('e3c75a4f805bb5342c9f4b3603fb248f')
-
-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 138460, jq/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-17 21:27:35 UTC (rev 138461)
@@ -0,0 +1,29 @@
+# $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=1
+pkgdesc='Command-line JSON processor'
+arch=('i686' 'x86_64')
+url='http://stedolan.github.io/jq/'
+license=('MIT')
+depends=('glibc')
+makedepends=('autoconf' 'automake' 'bison' 'flex' 'python2')
+source=("https://github.com/stedolan/jq/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+changelog=ChangeLog
+md5sums=('0933532b086bd8b6a41c1b162b1731f9')
+
+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"
+}

Reply via email to