summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Lucas2019-05-19 22:22:16 -0400
committerJean Lucas2019-05-19 22:22:16 -0400
commita608de7aab8fdb31d2acefb795d66d3e3231dac7 (patch)
treeece02a304fc8ca4ac621087fa7ad462cfbf901fc
parentd10f1ef8f9511b9ca66c5e883d8571a4d7f8d08a (diff)
downloadaur-a608de7aab8fdb31d2acefb795d66d3e3231dac7.tar.gz
Version bump to 0.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43ed17019d5c..24664533431e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tenshi-rs-git
- pkgdesc = Unbound local-data generator for curated hosts files (git)
- pkgver = 0.1.3
+ pkgdesc = Unbound local-zone generator for curated hosts files (git)
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/flacks/tenshi
arch = aarch64
@@ -12,7 +12,7 @@ pkgbase = tenshi-rs-git
license = GPL3
makedepends = git
makedepends = rust
- optdepends = sudo: to write to destination as unprivileged user
+ optdepends = sudo: to write to destination as superuser
provides = tenshi-rs
conflicts = tenshi-rs
source = git+https://github.com/flacks/tenshi
diff --git a/PKGBUILD b/PKGBUILD
index 4e02de87bf9f..754aac25b7f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Jean Lucas <jean@4ray.co>
pkgname=tenshi-rs-git
-pkgver=0.1.3
+pkgver=0.2.0
pkgrel=1
-pkgdesc='Unbound local-data generator for curated hosts files (git)'
+pkgdesc='Unbound local-zone generator for curated hosts files (git)'
arch=(aarch64 arm armv6h armv7h i686 x86_64)
url=https://github.com/flacks/tenshi
license=(GPL3)
makedepends=(git rust)
-optdepends=('sudo: to write to destination as unprivileged user')
+optdepends=('sudo: to write to destination as superuser')
provides=(tenshi-rs)
conflicts=(tenshi-rs)
source=(git+$url)