summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonio Orefice2021-11-19 11:49:19 +0100
committerAntonio Orefice2021-11-19 11:49:19 +0100
commitae092b3c274d9eeb7d41a33da555fb8912ed05ec (patch)
tree514709890aae87e1f0ef00929b3c6b262a8a409f /PKGBUILD
parente5542487ee6c61aec853f3e3dbfd3b9bf2aa3fda (diff)
downloadaur-ae092b3c274d9eeb7d41a33da555fb8912ed05ec.tar.gz
missing arch and makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1c49aed97b1..605ecb245931 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgver=c0cb868
pkgrel=1
pkgdesc="Event device viewing/cloning utility"
url="https://github.com/Blub/netevent"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
license=('GPL')
depends=()
-makedepends=('python-docutils')
+makedepends=('python-docutils' 'git')
source=("git+https://github.com/Blub/netevent.git")
sha256sums=('SKIP')