summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Lucas2019-05-20 02:35:48 -0400
committerJean Lucas2019-05-20 02:35:48 -0400
commit2f18c5a2f621eee4ee2b54ed729402e00c6e0378 (patch)
treea99a2768337bee5f7f243a7f605ecd1a41a62517
parenta608de7aab8fdb31d2acefb795d66d3e3231dac7 (diff)
downloadaur-2f18c5a2f621eee4ee2b54ed729402e00c6e0378.tar.gz
Version bump to 0.2.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24664533431e..3824b915a4dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tenshi-rs-git
pkgdesc = Unbound local-zone generator for curated hosts files (git)
- pkgver = 0.2.0
+ pkgver = 0.2.1
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 superuser
+ optdepends = sudo: to write to destination as another user
provides = tenshi-rs
conflicts = tenshi-rs
source = git+https://github.com/flacks/tenshi
diff --git a/PKGBUILD b/PKGBUILD
index 754aac25b7f8..2ddd97558655 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Jean Lucas <jean@4ray.co>
pkgname=tenshi-rs-git
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
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 superuser')
+optdepends=('sudo: to write to destination as another user')
provides=(tenshi-rs)
conflicts=(tenshi-rs)
source=(git+$url)