summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLinkTed2020-03-01 13:31:04 +0100
committerLinkTed2020-03-01 13:31:04 +0100
commit96607757896ff7fcdfb2c58bb8475c08106317b0 (patch)
tree59d2079f4e802a80645fd659a7d3ac2f54285fb0 /PKGBUILD
parente3e451beb2e08f271a7db9c74232c7bbdf983c2a (diff)
downloadaur-96607757896ff7fcdfb2c58bb8475c08106317b0.tar.gz
v2.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abac040fb367..da15333d2ef8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: LinkTed <link.ted@mailbox.org>
pkgname=doh-client
-pkgver=2.1.1
+pkgver=2.1.2
pkgrel=1
pkgdesc="doh-client is a DNS over HTTPS client"
arch=("x86_64")
@@ -16,7 +16,7 @@ md5sums=("SKIP")
build() {
cd $pkgname
- cargo build --release
+ cargo build --release --bin doh-client
strip "target/release/doh-client"
}