summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJove Yu2021-02-26 15:59:52 +0800
committerJove Yu2021-02-26 15:59:52 +0800
commit08fd301b18b3ad91a3919017b3a4a1f3ad161d78 (patch)
tree0a5907587108336d5bf6070a6517f20351bfcda3 /PKGBUILD
parent411593f7f595665393741262b609e170d10699b5 (diff)
downloadaur-08fd301b18b3ad91a3919017b3a4a1f3ad161d78.tar.gz
update uos token path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 262a596d256e..db1b09c70a37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=freechat-uos
url="https://github.com/eNkru/freechat"
pkgver=1.0.0
-pkgrel=5
+pkgrel=6
pkgdesc="致力于打造macOS和Linux桌面下最好用的微信客户端。(添加UOS补丁)"
arch=("x86_64")
license=("MIT")
@@ -11,7 +11,7 @@ depends=("bubblewrap")
provides=("freechat")
source=(
"https://github.com/eNkru/freechat/archive/v$pkgver.zip"
- "https://github.com/JoveYu/PKGBUILD/releases/download/0.0.1/wechat-uos-token.tar.gz"
+ "https://github.com/JoveYu/PKGBUILD/releases/download/0.0.2/wechat-uos-token.tar.gz"
"uos.patch"
"freechat.desktop"
)