summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoses Narrow2022-06-22 11:45:27 -0500
committerMoses Narrow2022-06-22 11:45:27 -0500
commitcad8fac1c8ccf968ceb5b1ebfe21c771c0d1a24f (patch)
tree77c069e30f1e894c8394a617a4db182a91c566f2
parent0dec694cb3939e8493c5054a829e99d32fe081a9 (diff)
downloadaur-cad8fac1c8ccf968ceb5b1ebfe21c771c0d1a24f.tar.gz
correct makedeps
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 0 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34df7ad6519b..16e79f150613 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,6 @@ pkgbase = skywire-bin
arch = armhf
arch = armel
arch = arm
- makedepends = git
provides = skywire
conflicts = skywire
source = skywire-scripts.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 077b212c42ad..d472c722274b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,6 @@ _tag_ver="v${_pkgver}"
_pkggopath="github.com/${_githuborg}/${_pkgname}"
arch=( 'i686' 'x86_64' 'aarch64' 'armv8' 'armv7' 'armv7l' 'armv7h' 'armv6h' 'armhf' 'armel' 'arm' )
url="https://${_pkggopath}"
-makedepends=('git') #git is used for fetching the latest version automatically
-depends=()
provides=( 'skywire' )
conflicts=( 'skywire' )
install=skywire.install