diff options
author | Slenderchat | 2023-04-03 05:38:39 +0300 |
---|---|---|
committer | Slenderchat | 2023-04-03 05:38:39 +0300 |
commit | 1493713c3fae49fda10cdfe172eff9559930a86e (patch) | |
tree | e983712855332142f5a029185fe0d4e337a65810 | |
parent | 44a9f64bcf06841bb3eea0ef4705396767fbdbb3 (diff) | |
download | aur-1493713c3fae49fda10cdfe172eff9559930a86e.tar.gz |
Fixed error reported by @whoami
Added `git+` to source line
Signed-off-by: Slenderchat <slenderchat@sl-chat.ru>
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = https-dns-proxy-git - pkgver = r192.3402e45 - pkgrel = 3 + pkgver = r288.58bdca9 + pkgrel = 1 url = https://github.com/aarond10/https_dns_proxy arch = x86_64 license = MIT @@ -21,10 +21,9 @@ pkgbase = https-dns-proxy-git depends = curl depends = c-ares depends = libev - source = git://github.com/aarond10/https_dns_proxy.git + source = git+https://github.com/aarond10/https_dns_proxy.git source = https_dns_proxy.service sha512sums = SKIP sha512sums = 707b5451848d0a8f1859d769271e8822d2408f23a5ddc5ede415995911547171260123d3356d87b2fd0500861ae57287362a8df2c150be61e0352ea2c10ebf49 pkgname = https-dns-proxy-git - @@ -1,13 +1,13 @@ # Maintainer: Slenderchat <slenderchat@sl-chat.ru> pkgname='https-dns-proxy-git' -pkgver=r192.3402e45 -pkgrel=3 +pkgver=r288.58bdca9 +pkgrel=1 arch=('x86_64') url='https://github.com/aarond10/https_dns_proxy' license=('MIT') makedepends=('cmake' 'c-ares' 'libev') depends=('keyutils' 'krb5' 'libunistring' 'zlib' 'zstd' 'e2fsprogs' 'openssl' 'libpsl' 'libssh2' 'libidn2' 'libnghttp2' 'curl' 'c-ares' 'libev') -source=('git://github.com/aarond10/https_dns_proxy.git' https_dns_proxy.service) +source=('git+https://github.com/aarond10/https_dns_proxy.git' https_dns_proxy.service) sha512sums=('SKIP' '707b5451848d0a8f1859d769271e8822d2408f23a5ddc5ede415995911547171260123d3356d87b2fd0500861ae57287362a8df2c150be61e0352ea2c10ebf49') pkgver() { cd "${srcdir}/https_dns_proxy" |