summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf3c8d8fa58c..333238cc9fca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname=tenshi-rs
pkgver=0.2.2
-pkgrel=2
+pkgrel=3
pkgdesc='Unbound local-zone generator for curated hosts files'
arch=(aarch64 armv6h armv7h i686 x86_64)
url=https://github.com/flacks/tenshi
license=(GPL3)
+depends=(openssl)
makedepends=(cargo)
optdepends=('sudo: to write to destination as another user')
-source=($url/archive/$pkgver.tar.gz)
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
sha512sums=('cc5536f12af71a3f0df8fac7f754eba2ff35e13083815bf309f81775065ff20bc5d02baa0b95194009201a94b00c95c28783511f170befb7cc13fd2f55e9aa1d')
build() {