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

Alexander Rødseth arodseth at archlinux.org
Mon Jul 29 10:23:21 UTC 2019


    Date: Monday, July 29, 2019 @ 10:23:20
  Author: arodseth
Revision: 494567

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-29 10:23:19 UTC (rev 494566)
+++ PKGBUILD	2019-07-29 10:23:20 UTC (rev 494567)
@@ -1,23 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Marian Buschsieweke <mari.hahn at uni-muenster.de>
-
-pkgname=nsgenbind
-pkgver=0.6
-pkgrel=2
-pkgdesc='NetSurf JavaScript binding generator'
-arch=(x86_64)
-url='https://git.netsurf-browser.org/nsgenbind.git'
-license=(GPL)
-makedepends=(git netsurf-buildsystem)
-source=("git+$url#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 494565, nsgenbind/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-29 10:23:20 UTC (rev 494567)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Marian Buschsieweke <mari.hahn at uni-muenster.de>
+
+pkgname=nsgenbind
+pkgver=0.7
+pkgrel=1
+pkgdesc='NetSurf JavaScript binding generator'
+arch=(x86_64)
+url='https://git.netsurf-browser.org/nsgenbind.git'
+license=(GPL)
+makedepends=(git netsurf-buildsystem)
+source=("git+$url#tag=release/$pkgver")
+md5sums=('SKIP')
+
+build() {
+  make -C $pkgname PREFIX=/usr
+}
+
+package() {
+  make -C $pkgname install PREFIX=/usr DESTDIR="$pkgdir"
+}
+
+# getver: git.netsurf-browser.org/nsgenbind.git/plain/Makefile
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list