summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLin Ruoshui2019-01-14 22:20:33 +0800
committerLin Ruoshui2019-01-14 22:20:33 +0800
commit19cd6f9ac8260358bcb0b3b095a080f38282ef64 (patch)
treef55d7d6b4b8dd08abddc99600335c59f4edd4fb1 /PKGBUILD
parent32e536a10ce2c1c84642cda2da4c63700f070afb (diff)
downloadaur-19cd6f9ac8260358bcb0b3b095a080f38282ef64.tar.gz
correct LICENSE file path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6477ccc2a747..f6177ad5b327 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,9 +11,9 @@ license=('MIT')
makedepends=('go')
conflicts=('v2ray-plugin-git')
source=("https://github.com/shadowsocks/v2ray-plugin/releases/download/v$pkgver/v2ray-plugin-linux-amd64-$pkgver.tar.gz"
- "https://github.com/shadowsocks/v2ray-plugin/blob/master/LICENSE")
+ "https://raw.githubusercontent.com/shadowsocks/v2ray-plugin/master/LICENSE")
sha256sums=('c0b07d577e271738ac51e68ddeb3fc724adad645f09c92ecdc3ea97faaaeb74a'
- '53092ce9ca01bb6941cbda1d5884e859f04f1a8aa246316db8bea1060e6f2c8e')
+ '846f705610ae389786d42d92b09f5c5d9a14b144eb52b358fdb3e3051dbb00b2')
package() {
install -Dm755 v2ray-plugin_linux_amd64 ${pkgdir}/usr/bin/v2ray-plugin
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/v2ray-plugin/LICENSE