[arch-commits] Commit in jshon/repos/community-x86_64 (PKGBUILD PKGBUILD)

Kyle Keen kkeen at archlinux.org
Sun Jun 3 23:38:52 UTC 2018


    Date: Sunday, June 3, 2018 @ 23:38:51
  Author: kkeen
Revision: 339553

archrelease: copy trunk to community-x86_64

Added:
  jshon/repos/community-x86_64/PKGBUILD
    (from rev 339552, jshon/trunk/PKGBUILD)
Deleted:
  jshon/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 23:38:39 UTC (rev 339552)
+++ PKGBUILD	2018-06-03 23:38:51 UTC (rev 339553)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-pkgname=jshon
-pkgver=20131105
-pkgrel=2
-pkgdesc="A json parser for the shell."
-arch=('x86_64')
-url="http://kmkeen.com/jshon/"
-license=('MIT')
-depends=('jansson')
-source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('84596bcf2d6cde7bbc0fcb4626765b99')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -Dm755 $pkgname   "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
-  install -Dm644 LICENSE    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: jshon/repos/community-x86_64/PKGBUILD (from rev 339552, jshon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 23:38:51 UTC (rev 339553)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+pkgname=jshon
+pkgver=20131105
+pkgrel=3
+pkgdesc="A json parser for the shell."
+arch=('x86_64')
+url="http://kmkeen.com/jshon/"
+license=('MIT')
+depends=('jansson')
+source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('84596bcf2d6cde7bbc0fcb4626765b99')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm755 $pkgname   "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
+  install -Dm644 LICENSE    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list