[arch-commits] Commit in nsgenbind/trunk (PKGBUILD)

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


    Date: Monday, February 25, 2019 @ 17:15:48
  Author: arodseth
Revision: 436022

upgpkg: nsgenbind 0.6-1

Modified:
  nsgenbind/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-25 16:55:30 UTC (rev 436021)
+++ PKGBUILD	2019-02-25 17:15:48 UTC (rev 436022)
@@ -5,19 +5,19 @@
 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")
+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
+  make -C $pkgname PREFIX=/usr
 }
 
 package() {
-  make -C "$pkgname" install PREFIX=/usr DESTDIR="$pkgdir"
+  make -C $pkgname install PREFIX=/usr DESTDIR="$pkgdir"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list