[arch-commits] Commit in yajl/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jun 7 06:30:38 UTC 2018


    Date: Thursday, June 7, 2018 @ 06:30:37
  Author: felixonmars
Revision: 326152

archrelease: copy trunk to extra-x86_64

Added:
  yajl/repos/extra-x86_64/PKGBUILD
    (from rev 326151, yajl/trunk/PKGBUILD)
Deleted:
  yajl/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-07 06:30:18 UTC (rev 326151)
+++ PKGBUILD	2018-06-07 06:30:37 UTC (rev 326152)
@@ -1,31 +0,0 @@
-# Maintainer: Dave Reisner <d at falconindy.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Andrej Gelenberg <andrej.gelenberg at udo.edu>
-
-pkgname=yajl
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Yet Another JSON Library'
-arch=('i686' 'x86_64')
-url='http://lloyd.github.com/yajl/'
-license=('ISC')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lloyd/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('6887e0ed7479d2549761a4d284d3ecb0')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: yajl/repos/extra-x86_64/PKGBUILD (from rev 326151, yajl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-07 06:30:37 UTC (rev 326152)
@@ -0,0 +1,31 @@
+# Maintainer: Dave Reisner <d at falconindy.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Andrej Gelenberg <andrej.gelenberg at udo.edu>
+
+pkgname=yajl
+pkgver=2.1.0
+pkgrel=2
+pkgdesc='Yet Another JSON Library'
+arch=('x86_64')
+url='http://lloyd.github.com/yajl/'
+license=('ISC')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lloyd/$pkgname/archive/$pkgver.tar.gz")
+sha512sums=('9e786d080803df80ec03a9c2f447501e6e8e433a6baf636824bc1d50ecf4f5f80d7dfb1d47958aeb0a30fe459bd0ef033d41bc6a79e1dc6e6b5eade930b19b02')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list