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

Alexander Rødseth arodseth at archlinux.org
Wed Oct 10 12:42:11 UTC 2018


    Date: Wednesday, October 10, 2018 @ 12:42:10
  Author: arodseth
Revision: 392099

archrelease: copy trunk to community-x86_64

Added:
  nsgenbind/repos/community-x86_64/PKGBUILD
    (from rev 392098, nsgenbind/trunk/PKGBUILD)
Deleted:
  nsgenbind/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-10 12:41:59 UTC (rev 392098)
+++ PKGBUILD	2018-10-10 12:42:10 UTC (rev 392099)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Marian Buschsieweke <mari.hahn at uni-muenster.de>
-
-pkgname=nsgenbind
-pkgver=0.5
-pkgrel=1
-pkgdesc='NetSurf JavaScript binding generator'
-arch=('x86_64' 'i686')
-url='http://git.netsurf-browser.org/nsgenbind.git/'
-license=('GPL')
-makedepends=('git' 'netsurf-buildsystem')
-source=("git://git.netsurf-browser.org/nsgenbind.git#tag=release/$pkgver")
-md5sums=('SKIP')
-
-build() {
-  make -C "$pkgname" PREFIX=/usr
-}
-
-package() {
-  make -C "$pkgname" install PREFIX=/usr DESTDIR="$pkgdir"
-}
-
-# vim: ts=2 sw=2 et:

Copied: nsgenbind/repos/community-x86_64/PKGBUILD (from rev 392098, nsgenbind/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-10 12:42:10 UTC (rev 392099)
@@ -0,0 +1,23 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Marian Buschsieweke <mari.hahn at uni-muenster.de>
+
+pkgname=nsgenbind
+pkgver=0.6
+pkgrel=1
+pkgdesc='NetSurf JavaScript binding generator'
+arch=('x86_64')
+url='http://git.netsurf-browser.org/nsgenbind.git/'
+license=('GPL')
+makedepends=('git' 'netsurf-buildsystem')
+source=("git+https://git.netsurf-browser.org/nsgenbind.git#tag=release/$pkgver")
+md5sums=('SKIP')
+
+build() {
+  make -C "$pkgname" PREFIX=/usr
+}
+
+package() {
+  make -C "$pkgname" install PREFIX=/usr DESTDIR="$pkgdir"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list