summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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/"