[arch-commits] Commit in html-xml-utils/repos/community-x86_64 (PKGBUILD PKGBUILD)

George Rawlinson grawlinson at gemini.archlinux.org
Thu Feb 10 19:01:11 UTC 2022


    Date: Thursday, February 10, 2022 @ 19:01:11
  Author: grawlinson
Revision: 1131294

archrelease: copy trunk to community-x86_64

Added:
  html-xml-utils/repos/community-x86_64/PKGBUILD
    (from rev 1131293, html-xml-utils/trunk/PKGBUILD)
Deleted:
  html-xml-utils/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-10 19:00:35 UTC (rev 1131293)
+++ PKGBUILD	2022-02-10 19:01:11 UTC (rev 1131294)
@@ -1,31 +0,0 @@
-# Maintainer: George Rawlinson <george at archlinux.org>
-# Contributor: matoro <throwaway19587 at gmail.com>
-# Contributor: Patrick Burroughs (Celti) <celti at celti.name>
-
-pkgname=html-xml-utils
-pkgver=8.2
-pkgrel=1
-pkgdesc='Utilities for manipulating HTML and XML files'
-arch=('x86_64')
-url='https://www.w3.org/Tools/HTML-XML-utils/'
-license=('W3C')
-depends=('curl' 'libidn2')
-source=("$url/$pkgname-$pkgver.tar.gz")
-sha512sums=('b775e9233ce26ff59deb8b270cd1ce0f1d57d35c01f24c3b5b5d8cce4706c9bbf9651f9325389be3fd82f7ddf25a90414573acf58ac2c5c91b5c8423b6d6cc58')
-b2sums=('79605afa9daff84de1f4701920a437c8b07fde3b3abada5acdb31760f104b1197774e4fe49da0c1e25d1724691b98565ce7d4c29b7702278e29af0a4b609df44')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: html-xml-utils/repos/community-x86_64/PKGBUILD (from rev 1131293, html-xml-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-10 19:01:11 UTC (rev 1131294)
@@ -0,0 +1,31 @@
+# Maintainer: George Rawlinson <george at archlinux.org>
+# Contributor: matoro <throwaway19587 at gmail.com>
+# Contributor: Patrick Burroughs (Celti) <celti at celti.name>
+
+pkgname=html-xml-utils
+pkgver=8.3
+pkgrel=1
+pkgdesc='Utilities for manipulating HTML and XML files'
+arch=('x86_64')
+url='https://www.w3.org/Tools/HTML-XML-utils/'
+license=('W3C')
+depends=('curl' 'libidn2')
+source=("$url/$pkgname-$pkgver.tar.gz")
+sha512sums=('b98179c945a75ad37739a9d4199c3e884cee7bdf614b849f8738b8010bb4b415031f4a944c3670d48e4b1cbd87954f98d6dc0cb6d5f15aa4a0cbcf3598b43e39')
+b2sums=('76e71e646d5b9a8bcd203474503c6b020256e9e1d64b28a37a045260510a09155df55369edbebf1097393bf683d998933f16ba0115ef316fffa329fbe8e3556a')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list