summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMegumi_fox2020-08-05 21:04:56 +0800
committerMegumi_fox2020-08-05 21:04:56 +0800
commitf76c3c0d82695a97675bb615e19ade7e0a46a216 (patch)
tree967f34c680a3e15af8b352b34dbf1f9df42befa2
parent4d9958d1fc6bda6353941acf2bbbede89b30e232 (diff)
downloadaur-f76c3c0d82695a97675bb615e19ade7e0a46a216.tar.gz
use upstream qliveplayer.desktop file
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 5 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ce8b6cae068..38c6ec5efb7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qliveplayer-git
pkgdesc = Cute and useful Live Stream Player with danmaku support.
- pkgver = 3.3.0.r0.g5c898b5
- pkgrel = 2
+ pkgver = 3.14.0.r0.g7ef89cf
+ pkgrel = 1
url = https://github.com/IsoaSFlus/QLivePlayer
arch = x86_64
license = GPL2
@@ -18,9 +18,7 @@ pkgbase = qliveplayer-git
depends = python
depends = ykdl-git
source = QLivePlayer::git+https://github.com/IsoaSFlus/QLivePlayer.git
- source = qliveplayer.desktop
sha256sums = SKIP
- sha256sums = 50d922dc6454f3b589d410de8a6468b300412aa3eb0297cb18242b97a0118ee4
pkgname = qliveplayer-git
diff --git a/PKGBUILD b/PKGBUILD
index 655bcdc3fcf4..00a1c1e6953c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Megumi_fox <i@megumifox.com>
pkgname=qliveplayer-git
-pkgver=3.3.0.r0.g5c898b5
-pkgrel=2
+pkgver=3.14.0.r0.g7ef89cf
+pkgrel=1
pkgdesc='Cute and useful Live Stream Player with danmaku support.'
arch=('x86_64')
url="https://github.com/IsoaSFlus/QLivePlayer"
@@ -21,7 +21,6 @@ makedepends=('cmake'
'extra-cmake-modules' )
source=(
"QLivePlayer::git+https://github.com/IsoaSFlus/QLivePlayer.git"
- "qliveplayer.desktop"
)
pkgver() {
@@ -29,8 +28,7 @@ pkgver() {
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
-sha256sums=('SKIP'
- '50d922dc6454f3b589d410de8a6468b300412aa3eb0297cb18242b97a0118ee4')
+sha256sums=('SKIP')
build() {
cd $srcdir/QLivePlayer
@@ -43,7 +41,4 @@ build() {
package() {
cd $srcdir/QLivePlayer/build
make install
-
- install -d "$pkgdir/usr/share/applications"
- install -m644 "$srcdir/qliveplayer.desktop" "$pkgdir/usr/share/applications/qliveplayer.desktop"
}