diff options
author | Viktor Schneider | 2020-07-08 23:17:18 +0200 |
---|---|---|
committer | Viktor Schneider | 2020-07-08 23:17:18 +0200 |
commit | f65064154b09c34585606f773185caed749497e2 (patch) | |
tree | 9aa3b2fd6419d8e7cc8e25c69a828a2abe9e9e2e /PKGBUILD | |
parent | 808a7ee269072432cf76f49855dfe585e79e59c0 (diff) | |
download | aur-skyr-url-git.tar.gz |
update version to b72d22a
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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") |