summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwint3rmute2019-11-25 18:26:26 +0100
committerwint3rmute2019-11-25 18:26:26 +0100
commit7d02624ef7eb5f7e08c4c553c3d36030f4f71d01 (patch)
treeea96a5ed9b12297c8372e4fc83849e56d2397d32
parentf808197a769cc3468eeb8f4aad5b54da1464c3e3 (diff)
downloadaur-7d02624ef7eb5f7e08c4c553c3d36030f4f71d01.tar.gz
Fixed Rust makedepend
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..28f0f9507d43
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+src
+pkg
+tnb
diff --git a/PKGBUILD b/PKGBUILD
index 6e3e981ad086..08bb597d50b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="CLI-based Telegram Notification Bot"
arch=('x86_64')
url="https://github.com/Wint3rmute/tnb.git"
license=('custom:WTFPL')
-makedepends=('git')
+makedepends=('git' 'rust')
source=("git+git://github.com/Wint3rmute/tnb.git")
sha1sums=('SKIP')