summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Joost van de Sande2021-01-11 23:15:37 +0100
committerPieter Joost van de Sande2021-01-11 23:15:37 +0100
commit85cc91fdf787b5f535fdaf26c3e631c00cc0e3ff (patch)
tree7e9048ef691c2aed915b34753459c7c7862d7cbf
parent60e932eec4f67d5f3ba6c737185db05e12032894 (diff)
downloadaur-85cc91fdf787b5f535fdaf26c3e631c00cc0e3ff.tar.gz
bump version 0.19.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 316b580c12a9..4da01dd3178c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = tunl
pkgdesc = Expose your localhost to the public
- pkgver = 0.18.0
+ pkgver = 0.19.0
pkgrel = 1
url = https://github.com/pjvds/tunl
arch = x86_64
- source = https://github.com/pjvds/tunl/releases/download/0.18.0/tunl_0.18.0_Linux_x86_64.tar.gz
- sha256sums = 3a71e3df92ac32a1db5dfbdd6cbacc0b9ba40be5afdadc122426b08864583725
+ source = https://github.com/pjvds/tunl/releases/download/0.19.0/tunl_0.19.0_Linux_x86_64.tar.gz
+ sha256sums = efe23dc9abcdcbe86ee2f1727ba440604b0dd578e49bdce5cf47949118e80da1
pkgname = tunl
diff --git a/PKGBUILD b/PKGBUILD
index becf0b7eba06..0f15b6682365 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,18 @@
pkgname=tunl
-pkgver=0.18.0
+pkgver=0.19.0
pkgrel=1
pkgdesc='Expose your localhost to the public'
arch=('x86_64')
url="https://github.com/pjvds/tunl"
makedepends=()
source=("$url/releases/download/$pkgver/tunl_${pkgver}_Linux_x86_64.tar.gz")
-sha256sums=('3a71e3df92ac32a1db5dfbdd6cbacc0b9ba40be5afdadc122426b08864583725')
+sha256sums=('efe23dc9abcdcbe86ee2f1727ba440604b0dd578e49bdce5cf47949118e80da1')
package() {
- install -Dm755 $srcdir/tunl $pkgdir/usr/bin/$pkgname
+ cd "${srcdir}"
+
+ install -Dm755 tunl $pkgdir/usr/bin/tunl
+
+ install -Dm644 autocomplete/bash/tunl "{pkgdir}/etc/bash_completion.d/tunl"
+ install -Dm644 autocomplete/zsh/tunl "{pkgdir}/usr/share/zsh/site-functions/_tunl"
}