summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7bf4a4bd308..56cd2caa39d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = libreddit-git
license = AGPL-3.0
makedepends = git
makedepends = cargo
- makedepends = rustup
provides = libreddit
conflicts = libreddit
source = libreddit::git+https://github.com/spikecodes/libreddit
diff --git a/PKGBUILD b/PKGBUILD
index 31a14dbf70ea..0abee9d1bf0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Alternative private front-end to Reddit"
arch=('x86_64')
url="https://github.com/spikecodes/libreddit"
license=("AGPL-3.0")
-makedepends=("git" "cargo" "rustup")
+makedepends=("git" "cargo")
provides=(${_pkgname})
conflicts=(${_pkgname})
source=("${_pkgname}::git+${url}")