summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpcyrd2018-03-19 03:48:46 +0100
committerkpcyrd2018-03-19 03:48:46 +0100
commit83f400c3be8b2a90be7be90205c0bad6423db76a (patch)
treeeca0aa76281fc2f7e8d5f663ce5bc1d3f717c40a
parentc04dbc20f34f5464a4c136b3a1c4174c5f9c17a4 (diff)
downloadaur-83f400c3be8b2a90be7be90205c0bad6423db76a.tar.gz
Include manpage
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2747f94a355..fc61a3c4a277 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = badtouch-git
pkgdesc = Scriptable network authentication cracker
- pkgver = 0.1.0.r0.g5a7a2d4
- pkgrel = 2
+ pkgver = 0.2.0.r15.ge621cb3
+ pkgrel = 1
url = https://github.com/kpcyrd/badtouch
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = badtouch-git
license = GPL3
makedepends = cargo
makedepends = git
- depends = gcc-libs
+ depends = openssl
provides = badtouch
conflicts = badtouch
source = git+https://github.com/kpcyrd/badtouch.git
diff --git a/PKGBUILD b/PKGBUILD
index e9c57c53517a..bc1872204429 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_gitname=badtouch
pkgname=badtouch-git
-pkgver=0.1.0.r0.g5a7a2d4
-pkgrel=2
+pkgver=0.2.0.r15.ge621cb3
+pkgrel=1
pkgdesc="Scriptable network authentication cracker"
url="https://github.com/kpcyrd/badtouch"
-depends=('gcc-libs')
+depends=('openssl')
makedepends=('cargo' 'git')
provides=('badtouch')
conflicts=('badtouch')
@@ -33,6 +33,7 @@ check() {
package() {
cd "$_gitname"
install -Dm755 "target/release/$_gitname" -t "$pkgdir/usr/bin"
+ install -Dm644 docs/badtouch.1 -t "$pkgdir/usr/share/man/man1"
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$_gitname"
}