Unverified Commit abd7df86 authored by OriginCode's avatar OriginCode
Browse files

linuxqq: add warning, bump rel and epoch

parent d3ed44e7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2,7 +2,8 @@

pkgname=linuxqq
pkgver=2.0.0_b2_1084
pkgrel=1
pkgrel=2
epoch=1
arch=('x86_64')
pkgdesc="Tencent QQ for Linux"
url="https://im.qq.com/linuxqq"
@@ -11,6 +12,7 @@ license=('custom')
source=(
    "$pkgname-${pkgver}_orig_x86_64.pkg.tar.xz::https://down.qq.com/qqweb/LinuxQQ/linuxqq_2.0.0-b2-1084_x86_64.pkg.tar.xz"
    "qq.desktop"
    "linuxqq.install"
)
sha512sums=('7bccbb2caf1f072ae7345d5b66c702e705439068bebfacf2093a135b2c93058e89b5c3bf8ef2e68bc179ea75805cd10f065729729db6d0acca7ee96b501ba027'
            'a6118c6a2dc03d22b423d4bca393c6a2ef0c8494f6480db0ee1b29ca28485e3a5e648d9485595d2d4c921d1688f72c70a70949c241b2fdde6d43bd0053cdcaa2')

linuxqq.install

0 → 100644
+6 −0
Original line number Diff line number Diff line
post_install() {
    echo "!!! ============================ WARNING ============================ !!!"
    echo "According to https://aur.archlinux.org/packages/linuxqq#comment-786745"
    echo "NOTE: It was found that linuxqq called open(2) on dotfiles in \$HOME with"
    echo "O_NOATIME. it is unknown if read(2) was also called. BE CAREFUL!"
}