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

Allan McRae allan at gemini.archlinux.org
Mon Apr 25 01:27:17 UTC 2022


    Date: Monday, April 25, 2022 @ 01:27:17
  Author: allan
Revision: 1189780

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 01:27:00 UTC (rev 1189779)
+++ PKGBUILD	2022-04-25 01:27:17 UTC (rev 1189780)
@@ -1,24 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Marian Buschsieweke <mari.hahn at uni-muenster.de>
-
-pkgname=nsgenbind
-pkgver=0.8
-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#commit=80b091eb2456edc3f28d5ca0764f3e07a3bd107c") # tag: release/0.8
-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:

Copied: nsgenbind/repos/community-x86_64/PKGBUILD (from rev 1189779, nsgenbind/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 01:27:17 UTC (rev 1189780)
@@ -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.8
+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#commit=80b091eb2456edc3f28d5ca0764f3e07a3bd107c") # tag: release/0.8
+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