summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJove Yu2021-02-26 15:59:52 +0800
committerJove Yu2021-02-26 15:59:52 +0800
commit08fd301b18b3ad91a3919017b3a4a1f3ad161d78 (patch)
tree0a5907587108336d5bf6070a6517f20351bfcda3
parent411593f7f595665393741262b609e170d10699b5 (diff)
downloadaur-08fd301b18b3ad91a3919017b3a4a1f3ad161d78.tar.gz
update uos token path
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 148b521bc172..9c1ad501b89d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = freechat-uos
pkgdesc = 致力于打造macOS和Linux桌面下最好用的微信客户端。(添加UOS补丁)
pkgver = 1.0.0
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/eNkru/freechat
arch = x86_64
license = MIT
@@ -9,7 +9,7 @@ pkgbase = freechat-uos
depends = bubblewrap
provides = freechat
source = https://github.com/eNkru/freechat/archive/v1.0.0.zip
- source = https://github.com/JoveYu/PKGBUILD/releases/download/0.0.1/wechat-uos-token.tar.gz
+ source = https://github.com/JoveYu/PKGBUILD/releases/download/0.0.2/wechat-uos-token.tar.gz
source = uos.patch
source = freechat.desktop
md5sums = 0213ce4ef07b329b811af3498d851967
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"
)