summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorirmluity2024-02-08 09:23:18 +0800
committerirmluity2024-02-08 09:23:18 +0800
commit608188bb5c59106d016d2371a1e3b2823722cfcb (patch)
treea284ed534d735c01f635fde2648615bd29fbdb16
parentff1c6f3a17515120b35b81ef2b28e81f3cc1e089 (diff)
downloadaur-608188bb5c59106d016d2371a1e3b2823722cfcb.tar.gz
chore: upgrade `hiddify` package to 0.15.4
- Update the package version to `0.15.4`. - Update the package release to `2`. - Change permissions to 644 for the files inside `hiddify`.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb83305005c4..3269e86a7918 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hiddify-next-git
pkgdesc = A multi-platform proxy app. Auto, SSH, VLESS, Vmess, Trojan, Reality, Sing-Box, Clash, Xray, Shadowsocks
pkgver = 0.15.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hiddify/hiddify-next
arch = x86_64
license = CC-BY-NC-SA-4.0
diff --git a/PKGBUILD b/PKGBUILD
index 7097e7b584a0..6e6a33c29301 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=hiddify-next
pkgname=$_pkgname-git
pkgver=0.15.4
-pkgrel=1
+pkgrel=2
pkgdesc="A multi-platform proxy app. Auto, SSH, VLESS, Vmess, Trojan, Reality, Sing-Box, Clash, Xray, Shadowsocks"
arch=(x86_64)
url='https://github.com/hiddify/hiddify-next'
@@ -64,9 +64,9 @@ package() {
cd ${srcdir}/usr/share/hiddify
find . -type f -exec install -Dm 755 {} "$pkgdir/$_install_path"/{} \;
cd ${srcdir}/usr/share/icons
- find . -type f -exec install -Dm 755 {} "$pkgdir/usr/share/icons"/{} \;
+ find . -type f -exec install -Dm 644 {} "$pkgdir/usr/share/icons"/{} \;
cd ${srcdir}/usr/share/applications
- find . -type f -exec install -Dm 755 {} "$pkgdir/usr/share/applications"/{} \;
+ find . -type f -exec install -Dm 644 {} "$pkgdir/usr/share/applications"/{} \;
install -dm755 "${pkgdir}/usr/bin"
ln -s "/opt/${_pkgname}/hiddify" "${pkgdir}/usr/bin/hiddify"
}