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

Alexander Rødseth arodseth at archlinux.org
Mon Feb 25 17:17:58 UTC 2019


    Date: Monday, February 25, 2019 @ 17:17:56
  Author: arodseth
Revision: 436024

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-25 17:17:45 UTC (rev 436023)
+++ PKGBUILD	2019-02-25 17:17:56 UTC (rev 436024)
@@ -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=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:

Copied: nsgenbind/repos/community-x86_64/PKGBUILD (from rev 436023, nsgenbind/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-25 17:17:56 UTC (rev 436024)
@@ -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=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:



More information about the arch-commits mailing list