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

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


    Date: Monday, July 29, 2019 @ 10:21:05
  Author: arodseth
Revision: 494562

archrelease: copy trunk to community-x86_64

Added:
  libnsutils/repos/community-x86_64/PKGBUILD
    (from rev 494561, libnsutils/trunk/PKGBUILD)
Deleted:
  libnsutils/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-29 10:21:01 UTC (rev 494561)
+++ PKGBUILD	2019-07-29 10:21:05 UTC (rev 494562)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=libnsutils
-pkgver=0.0.5
-_netsurf=3.8
-pkgrel=3
-pkgdesc='NetSurf Utilities'
-arch=(x86_64)
-url='https://source.netsurf-browser.org/libnsutils.git/'
-license=(MIT)
-makedepends=('netsurf-buildsystem>=1.7')
-source=("https://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$_netsurf.tar.gz")
-sha256sums=('eb4864d4459d6f9958dd10a3301c272ea7f5df72667a7db0aad5bc5ae06c0e10')
-
-build() {
-  make -C netsurf-all-$_netsurf/$pkgname PREFIX=/usr INCLUDEDIR=include \
-    LIBDIR=lib COMPONENT_TYPE=lib-shared
-}
-
-package() {
-  cd netsurf-all-$_netsurf/$pkgname
-  make PREFIX=/usr INCLUDEDIR=include LIBDIR=lib COMPONENT_TYPE=lib-shared \
-    DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# getver: source.netsurf-browser.org/libnsutils.git
-# vim: ts=2 sw=2 et:

Copied: libnsutils/repos/community-x86_64/PKGBUILD (from rev 494561, libnsutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-29 10:21:05 UTC (rev 494562)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=libnsutils
+pkgver=0.0.5
+_netsurf=3.9
+pkgrel=4
+pkgdesc='NetSurf Utilities'
+arch=(x86_64)
+url='https://source.netsurf-browser.org/libnsutils.git/'
+license=(MIT)
+makedepends=(netsurf-buildsystem)
+source=("https://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$_netsurf.tar.gz")
+sha256sums=('11e384eaf47e65c186da5001f1055a02f2d72ff17b50f403b8392546a2cf65ff')
+
+build() {
+  make -C netsurf-all-$_netsurf/$pkgname PREFIX=/usr INCLUDEDIR=include \
+    LIBDIR=lib COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  cd netsurf-all-$_netsurf/$pkgname
+  make PREFIX=/usr INCLUDEDIR=include LIBDIR=lib COMPONENT_TYPE=lib-shared \
+    DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: source.netsurf-browser.org/libnsutils.git/plain/Makefile
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list