summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorm8D22022-09-13 14:22:24 -0700
committerm8D22022-09-13 14:22:24 -0700
commitf7886b60095df8ba75655dc27ee8dc5939e0d4a3 (patch)
treeee5aadb8b77c5b7accf9d91faddd4cc04cd356ee
parent2c322c3fc3c3d0db2ee9c5940cba8c166e5fa90c (diff)
downloadaur-f7886b60095df8ba75655dc27ee8dc5939e0d4a3.tar.gz
minor update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 012a22820f7c..897064c3bc9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = v2ray-git
- pkgdesc = A platform for building proxies to bypass network restrictions (git version).
+ pkgdesc = A set of network tools that helps you to build your own computer network (git version).
pkgver = 5.1.0.r7.g2e0ea8804
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/v2fly/v2ray-core
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index c62de53e6b34..e7eb12d11ec0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=v2ray-git
pkgver=5.1.0.r7.g2e0ea8804
-pkgrel=1
-pkgdesc="A platform for building proxies to bypass network restrictions (git version)."
+pkgrel=2
+pkgdesc="A set of network tools that helps you to build your own computer network (git version)."
arch=(x86_64)
url="https://github.com/v2fly/v2ray-core"
license=(MIT)
@@ -20,7 +20,6 @@ sha512sums=('SKIP')
prepare() {
cd "$srcdir"/$pkgname
- #patch -p1 < ../v2ray-prefix-checking-fix.patch
sed -i 's|/usr/local/bin|/usr/bin|;s|/usr/local/etc|/etc|' release/config/systemd/system/*.service
}