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

Robin Broda coderobe at archlinux.org
Fri Aug 2 14:43:22 UTC 2019


    Date: Friday, August 2, 2019 @ 14:43:22
  Author: coderobe
Revision: 497058

archrelease: copy trunk to community-x86_64

Added:
  hq/repos/community-x86_64/PKGBUILD
    (from rev 497057, hq/trunk/PKGBUILD)
Deleted:
  hq/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-02 14:42:20 UTC (rev 497057)
+++ PKGBUILD	2019-08-02 14:43:22 UTC (rev 497058)
@@ -1,26 +0,0 @@
-# Maintainer: Robin Broda <robin at broda dot me>
-
-pkgname=hq
-pkgver=3.0
-pkgrel=1
-pkgdesc='HTML processor inspired by jq'
-arch=('x86_64')
-url='https://github.com/coderobe/hq'
-license=('AGPL3')
-depends=('gcc-libs' 'modest')
-makedepends=('git' 'meson')
-source=("git+${url}#tag=${pkgver}")
-md5sums=('SKIP')
-
-build() {
-	cd "${pkgname}"
-
-	arch-meson build
-	ninja -C build
-}
-
-package() {
-	cd "${pkgname}"
-
-	install -Dm755 "build/hq" "${pkgdir}/usr/bin/hq"
-}

Copied: hq/repos/community-x86_64/PKGBUILD (from rev 497057, hq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-02 14:43:22 UTC (rev 497058)
@@ -0,0 +1,26 @@
+# Maintainer: Robin Broda <robin at broda dot me>
+
+pkgname=hq
+pkgver=3.1
+pkgrel=1
+pkgdesc='HTML processor inspired by jq'
+arch=('x86_64')
+url='https://github.com/coderobe/hq'
+license=('AGPL3')
+depends=('gcc-libs' 'modest')
+makedepends=('git' 'meson')
+source=("git+${url}#tag=${pkgver}")
+md5sums=('SKIP')
+
+build() {
+	cd "${pkgname}"
+
+	arch-meson build
+	ninja -C build
+}
+
+package() {
+	cd "${pkgname}"
+
+	install -Dm755 "build/hq" "${pkgdir}/usr/bin/hq"
+}



More information about the arch-commits mailing list