summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9c675c28ff9..020531652ad3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Ariel AxionL <i at axionl dot me>
+# Maintainer: Astro Benzene <universebenzene at sina dot com>
# Contributor: lilydjwg <lilydjwg at gmail dot com>
_pkgname=baidunetdisk
pkgname=baidunetdisk-bin
pkgver=2.0.1
-pkgrel=4
+pkgrel=5
pkgdesc="Baidu Net Disk is a cloud storage client (Linux Version)."
arch=('x86_64')
depends=('libxss' 'gtk3' 'nss')
@@ -16,21 +17,21 @@ options=('!strip')
DLAGENTS=("https::/usr/bin/curl -A 'Mozilla' -fLC - --retry 3 --retry-delay 3 -o %o %u")
source=("LICENSE.html::https://pan.baidu.com/disk/duty/index.html"
- "0002-baidunetdisk-bin-deksktop-file.patch"
+ "0001-baidunetdisk-bin-deksktop-file.patch"
"baidunetdisk-wrapper.sh")
source_x86_64=("${pkgname}-${pkgver}.deb::https://issuecdn.baidupcs.com/issue/netdisk/LinuxGuanjia/${_pkgname}_linux_${pkgver}.deb")
sha256sums=('17cb003654df74201befd7daa9c0ad79d4bde67fa00a5db01a3aa3f813a8ea65'
- '8486c6c165b86e3e62dba58c0eb655260dacafc4108c4d018c8ddd380d9b237c'
- '5cd17d98b37683dbd65c3b2d19caded4026d2b4af27bf798aa102617d8b1fd91')
+ 'd72eb6fa07abc0e7c2298fcecbe4a4e6849c63a6a31c39706e0dfea870e85aff'
+ 'c0035e038344a154421301b7855c274049ad432a5b06b52efc74831daa73e02e')
sha256sums_x86_64=('6b7993aa75e195b00ba21aa64a743434716eba03a9c7916bde4ef81342c38e3a')
prepare() {
bsdtar -xpf "data.tar.xz"
# # modify the HOME environment variable for the application's desktop file
- patch -d "usr" -p1 <"0002-baidunetdisk-bin-deksktop-file.patch"
+ patch -d "usr" -p1 <"0001-baidunetdisk-bin-deksktop-file.patch"
}
package() {