summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkasei2016-08-10 09:54:16 +0800
committerkasei2016-08-10 09:54:16 +0800
commitbc067cb353602292fa66b7adf45e52146ad40d3d (patch)
treea96d2636d8388f0045b014cefd4ba4e57cc747b6
parent3c8edb293884f6904b4d575f5806bc9f56526d76 (diff)
downloadaur-bc067cb353602292fa66b7adf45e52146ad40d3d.tar.gz
updpkg: kcptun-bin 20160808-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d6d917e842d..78271569c9fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = kcptun-bin
pkgdesc = an extremely simple & fast udp tunnel based on kcp protocol
pkgver = 20160808
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/xtaci/kcptun
arch = i686
arch = x86_64
license = MIT
source = https://github.com/xtaci/kcptun/releases/download/v20160808/kcptun-linux-amd64-20160808.tar.gz
- sha256sums = 934f65ca29d53d6d78dca1817cc60f1a9e76a07b50e47f22f01fcc32ed065f82
+ md5sums = 77a17b70fe36c1286071e143e48f3139
pkgname = kcptun-bin
diff --git a/PKGBUILD b/PKGBUILD
index 686008ad2233..6d202b792a57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=kcptun
pkgname=$_pkgname-bin
pkgver=20160808
-pkgrel=1
+pkgrel=2
pkgdesc="an extremely simple & fast udp tunnel based on kcp protocol"
arch=("i686" "x86_64")
url="https://github.com/xtaci/kcptun"
@@ -14,12 +14,14 @@ conflicts=()
if [ "$CARCH" = "i686" ]; then
_arch="386"
+ source=("https://github.com/xtaci/kcptun/releases/download/v$pkgver/kcptun-linux-$_arch-$pkgver.tar.gz")
+ md5sums=('43bdf31d7584a76a4c30791718bb38db')
fi
if [ "$CARCH" = "x86_64" ]; then
_arch="amd64"
+ source=("https://github.com/xtaci/kcptun/releases/download/v$pkgver/kcptun-linux-$_arch-$pkgver.tar.gz")
+ md5sums=('77a17b70fe36c1286071e143e48f3139')
fi
-source=("https://github.com/xtaci/kcptun/releases/download/v$pkgver/kcptun-linux-$_arch-$pkgver.tar.gz")
-sha256sums=('934f65ca29d53d6d78dca1817cc60f1a9e76a07b50e47f22f01fcc32ed065f82')
package() {
cd "$srcdir/"