[arch-commits] Commit in hq/trunk (PKGBUILD)

Robin Broda coderobe at archlinux.org
Tue Oct 23 03:40:40 UTC 2018


    Date: Tuesday, October 23, 2018 @ 03:40:39
  Author: coderobe
Revision: 398636

upgpkg: hq 2.0-1

update to 2.0

Modified:
  hq/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-23 02:32:20 UTC (rev 398635)
+++ PKGBUILD	2018-10-23 03:40:39 UTC (rev 398636)
@@ -1,13 +1,13 @@
 # Maintainer: Robin Broda <robin at broda dot me>
 
 pkgname=hq
-pkgver=1.0
+pkgver=2.0
 pkgrel=1
 pkgdesc='HTML processor inspired by jq'
 arch=('x86_64')
 url='https://github.com/coderobe/hq'
 license=('AGPL3')
-depends=('modest')
+depends=('gcc-libs' 'modest')
 makedepends=('git' 'meson')
 source=("git+${url}#tag=${pkgver}")
 md5sums=('SKIP')



More information about the arch-commits mailing list