[arch-commits] Commit in libhubbub/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Jul 6 22:37:46 UTC 2020
Date: Monday, July 6, 2020 @ 22:37:45
Author: arodseth
Revision: 658083
archrelease: copy trunk to community-x86_64
Added:
libhubbub/repos/community-x86_64/PKGBUILD
(from rev 658082, libhubbub/trunk/PKGBUILD)
Deleted:
libhubbub/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-06 22:37:29 UTC (rev 658082)
+++ PKGBUILD 2020-07-06 22:37:45 UTC (rev 658083)
@@ -1,38 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
-
-pkgname=libhubbub
-pkgver=0.3.6
-pkgrel=1
-pkgdesc='HTML5 compliant parsing library'
-arch=(x86_64)
-url='https://www.netsurf-browser.org/projects/hubbub/'
-license=(MIT)
-depends=('libparserutils>=0.2.4')
-makedepends=('netsurf-buildsystem')
-source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz") # no https available
-sha256sums=('d756c795c1a0e08beec4acd68364ac4477960d62fffa3b60da05f5a7763f7bf4')
-
-build() {
- make -C $pkgname-$pkgver \
- INCLUDEDIR=include \
- LIBDIR=lib \
- PREFIX=/usr \
- COMPONENT_TYPE=lib-shared
-}
-
-package() {
- make -C $pkgname-$pkgver \
- INCLUDEDIR=include \
- LIBDIR=lib \
- PREFIX=/usr \
- DESTDIR="$pkgdir" \
- COMPONENT_TYPE=lib-shared \
- install
-
- install -Dm644 $pkgname-$pkgver/COPYING \
- "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim: ts=2 sw=2 et:
Copied: libhubbub/repos/community-x86_64/PKGBUILD (from rev 658082, libhubbub/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-06 22:37:45 UTC (rev 658083)
@@ -0,0 +1,38 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
+
+pkgname=libhubbub
+pkgver=0.3.7
+pkgrel=1
+pkgdesc='HTML5 compliant parsing library'
+arch=(x86_64)
+url='https://www.netsurf-browser.org/projects/hubbub/'
+license=(MIT)
+depends=('libparserutils>=0.2.4')
+makedepends=('netsurf-buildsystem')
+source=("https://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz")
+sha256sums=('9e7ae253e6c9069e757eb9ad4e4846f38b4db52c0ca0151446a9fa4a977735b6')
+
+build() {
+ make -C $pkgname-$pkgver \
+ INCLUDEDIR=include \
+ LIBDIR=lib \
+ PREFIX=/usr \
+ COMPONENT_TYPE=lib-shared
+}
+
+package() {
+ make -C $pkgname-$pkgver \
+ INCLUDEDIR=include \
+ LIBDIR=lib \
+ PREFIX=/usr \
+ DESTDIR="$pkgdir" \
+ COMPONENT_TYPE=lib-shared \
+ install
+
+ install -Dm644 $pkgname-$pkgver/COPYING \
+ "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list