summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornonie6892023-05-31 06:28:27 +0200
committernonie6892023-05-31 06:28:27 +0200
commited379f6c9fd00c2826cce9cdb47a0c9730b5fc2d (patch)
treea86937ed05857689327a2a92facea5880e584635
parent263f3434467413866103007afaac735db9a70c3d (diff)
downloadaur-go-dispatch-proxy-git.tar.gz
Change to correct license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e698913f861..f68495913694 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,8 @@ pkgbase = go-dispatch-proxy-git
url = https://github.com/extremecoders-re/go-dispatch-proxy
arch = i686
arch = x86_64
- license = GPL
- makedepends = go
+ license = MIT
+ depends = go
source = git+https://github.com/extremecoders-re/go-dispatch-proxy.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 37f923406f7b..bf0189482c7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgrel=1
pkgdesc="A SOCKS5 load balancing proxy to combine multiple internet connections into one"
arch=('i686' 'x86_64')
url="https://github.com/extremecoders-re/go-dispatch-proxy"
-license=('GPL')
-makedepends=("go")
+license=('MIT')
+depends=("go")
install=
source=("git+https://github.com/extremecoders-re/go-dispatch-proxy.git")
sha256sums=('SKIP')