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

Robin Broda coderobe at archlinux.org
Tue Oct 23 07:58:07 UTC 2018


    Date: Tuesday, October 23, 2018 @ 07:58:07
  Author: coderobe
Revision: 398655

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-23 07:57:55 UTC (rev 398654)
+++ PKGBUILD	2018-10-23 07:58:07 UTC (rev 398655)
@@ -1,26 +0,0 @@
-# Maintainer: Robin Broda <robin at broda dot me>
-
-pkgname=hq
-pkgver=2.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 398654, hq/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-23 07:58:07 UTC (rev 398655)
@@ -0,0 +1,26 @@
+# 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"
+}



More information about the arch-commits mailing list