summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Schneider2020-07-08 23:17:18 +0200
committerViktor Schneider2020-07-08 23:17:18 +0200
commitf65064154b09c34585606f773185caed749497e2 (patch)
tree9aa3b2fd6419d8e7cc8e25c69a828a2abe9e9e2e /PKGBUILD
parent808a7ee269072432cf76f49855dfe585e79e59c0 (diff)
downloadaur-skyr-url-git.tar.gz
update version to b72d22a
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59dff74841d3..0cbf4f8836a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Viktor Schneider <info[at]vjs[dot]io>
pkgname=skyr-url-git
-_commit=4961a30
-pkgver=4.$_commit
+_commit=b72d22a
+pkgver=5.$_commit
pkgrel=1
pkgdesc="A C++ library that implements the URL WhatWG specification"
arch=('i686' 'x86_64')
url="https://github.com/glynos/url"
license=('Boost')
depends=("tl-expected")
-makedepends=('cmake>=3.8.0' 'catch2' 'git' 'nlohmann-json')
+makedepends=('cmake>=3.8.0' 'catch2' 'git' 'nlohmann-json' 'fmt')
source=("git+https://github.com/glynos/url.git")
md5sums=("SKIP")