summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Robinson2020-11-11 01:15:22 -0500
committerNathan Robinson2020-11-11 01:15:22 -0500
commit622c11158cb16492387c773789e9065967bda892 (patch)
treef2130fe3342ecd7717febfe81c2727ac6aa48485
parent7e2c616ce72c1c44198eb3a90163afb39f3f2a39 (diff)
downloadaur-622c11158cb16492387c773789e9065967bda892.tar.gz
oops at 01:15 of 2020-11-11
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66b3251535f8..cacdae6f6082 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = neopo-git
arch = x86_64
arch = aarch64
license = custom
+ makedepends = python-setuptools
depends = python
depends = vim
depends = git
diff --git a/PKGBUILD b/PKGBUILD
index 901aaf5abe19..8b414e86aaac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('custom')
provides=('neopo')
source=('git+https://github.com/nrobinson2000/neopo.git')
md5sums=('SKIP')
-make_depends=('python-setuptools')
+makedepends=('python-setuptools')
depends=('python' 'vim' 'git' 'perl-archive-zip' 'libusb')
depends_x86_64=('lib32-glibc')
depends_aarch64=('dfu-util' 'nodejs')