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

Alexander Rødseth arodseth at archlinux.org
Tue Feb 26 11:11:55 UTC 2019


    Date: Tuesday, February 26, 2019 @ 11:11:51
  Author: arodseth
Revision: 436121

archrelease: copy trunk to community-x86_64

Added:
  libparserutils/repos/community-x86_64/PKGBUILD
    (from rev 436120, libparserutils/trunk/PKGBUILD)
Deleted:
  libparserutils/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-26 11:11:35 UTC (rev 436120)
+++ PKGBUILD	2019-02-26 11:11:51 UTC (rev 436121)
@@ -1,30 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=libparserutils
-pkgver=0.2.4
-pkgrel=2
-pkgdesc='Library for building efficient parsers'
-arch=(x86_64)
-url='https://www.netsurf-browser.org/projects/libparserutils/'
-license=(MIT)
-makedepends=('netsurf-buildsystem>=1.7')
-source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz")
-sha256sums=('322bae61b30ccede3e305bf6eae2414920649775bc5ff1d1b688012a3c4947d8')
-
-build() {
-  cd $pkgname-$pkgver
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
-    COMPONENT_TYPE=lib-shared
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libparserutils/repos/community-x86_64/PKGBUILD (from rev 436120, libparserutils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-26 11:11:51 UTC (rev 436121)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=libparserutils
+pkgver=0.2.4
+pkgrel=3
+pkgdesc='Library for building efficient parsers'
+arch=(x86_64)
+url='https://www.netsurf-browser.org/projects/libparserutils/'
+license=(MIT)
+makedepends=('netsurf-buildsystem>=1.7')
+source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz")
+sha256sums=('322bae61b30ccede3e305bf6eae2414920649775bc5ff1d1b688012a3c4947d8')
+
+build() {
+  cd $pkgname-$pkgver
+  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
+  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE=lib-shared
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
+    COMPONENT_TYPE=lib-shared
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list