summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormzz20172020-03-12 11:56:27 +0000
committermzz20172020-03-12 11:56:27 +0000
commit1ea3f198f5ff3490adafbdd6431c3ee026c36655 (patch)
tree5883d50115826546cebb784ee397184087db8d30
parent2c334d4f33f3675d81fd82648d4dd1d355e5a3bd (diff)
downloadaur-1ea3f198f5ff3490adafbdd6431c3ee026c36655.tar.gz
release v0.6.8.1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2fbefcbcdeda..19d3c9babe8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=v2raya
pkgver=0.6.8.1
pkgrel=1
install=.INSTALL
-pkgdesc="V2Ray Linux client with web GUI, compatible with SS and SSR, supporting transparent proxy"
+pkgdesc="A V2Ray Linux client with web GUI, compatible with SS and SSR and supporting transparent proxy"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/mzz2017/V2RayA"
license=('GPL')
@@ -21,7 +21,7 @@ build() {
}
package() {
- cd "V2RayA-$pkgver"
+ cd "$srcdir/V2RayA-$pkgver"
install -Dm644 "install/universal/v2raya.service" "$pkgdir/usr/lib/systemd/system/v2raya.service"
install -Dm755 "service/v2raya" -t "$pkgdir/usr/bin/"