summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD5
3 files changed, 10 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3a34634c964..34cd7efdf480 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = inlets
pkgdesc = Expose your local endpoints to the Internet
pkgver = 2.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/alexellis/inlets
arch = any
license = MIT
+ makedepends = go
+ makedepends = git
options = !strip
source = inlets-server.service
source = inlets-client.service
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..f52b2f5a9940
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg/
+src/
+*.tar.xz
+*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 2c6b414de787..76fa96d51d5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=inlets
pkgver=2.0.4
-pkgrel=1
+pkgrel=2
pkgdesc='Expose your local endpoints to the Internet'
arch=('any')
-url="https://github.com/alexellis/inlets"
+url='https://github.com/alexellis/inlets'
license=('MIT')
+makedepends=('go' 'git')
options=('!strip')
_repo="github.com/alexellis"