summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAaron Lux2020-02-07 19:37:42 +0800
committerAaron Lux2020-02-07 19:37:42 +0800
commit7685ae53009a2650fa56a65fc0ade83d7020b243 (patch)
tree6e72d428f0d282840fa028ecdc612c501a2e76a6 /PKGBUILD
parent42ca8e6c2a594d8eee118d1ff099d01ec007aa86 (diff)
downloadaur-rgssad.tar.gz
add makedeps: rust cargo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca180094a226..bc647d37e859 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('i686' 'x86_64')
url="https://github.com/luxrck/rgssad"
license=('MIT')
depends=()
-makedepends=('git')
+makedepends=('git' 'rust' 'cargo')
source=("${pkgname}::git+https://github.com/luxrck/rgssad.git#tag=v${pkgver}")
md5sums=('SKIP')