summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspikecodes2021-01-04 12:46:17 -0800
committerspikecodes2021-01-04 12:46:17 -0800
commit13b7b52e85b9bbe916cf850a802cbbe8512df7fa (patch)
treeff0c078a917b2a954390fb2e1705fc2b7afd40bf
parent90b77bd810d3eeaf13d523fe58d75a6a63584593 (diff)
downloadaur-13b7b52e85b9bbe916cf850a802cbbe8512df7fa.tar.gz
Allow any rust base package
-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}")