summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTravis CI User2019-11-21 20:11:49 +0000
committerTravis CI User2019-11-21 20:11:49 +0000
commitb3de7c3bc70d19524ce31701fc780d67e045f242 (patch)
treebf1d1b84d11c107a4ff4b945772aa14aee90e55f /PKGBUILD
parent927d024d97b3d1165e434519eb51c003c043b128 (diff)
downloadaur-b3de7c3bc70d19524ce31701fc780d67e045f242.tar.gz
AUR
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 2 insertions, 17 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0012f16bcac1..0f93ef57645b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: mzz2017 <m@mzz.pub>
pkgname=v2raya
-pkgver=0.3.4
+pkgver={{pkgver}}
pkgrel=1
+install:.INSTALL
pkgdesc="V2RayA是一个支持全局透明代理的V2Ray Linux客户端。"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/mzz2017/V2RayA"
@@ -27,19 +28,3 @@ package() {
install -Dm644 "install/v2raya.service" "$pkgdir/usr/lib/systemd/system/v2raya.service"
install -Dm755 "service/v2raya" -t "$pkgdir/usr/bin/"
}
-
-post_install() {
- bash install/after_install.sh
-}
-
-post_remove() {
- bash install/after_remove.sh
-}
-
-post_upgrade() {
- bash install/after_upgrade.sh
-}
-
-pre_remove() {
- bash install/before_remove.sh
-} \ No newline at end of file