summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKimiblock2023-12-17 17:05:39 +0800
committerKimiblock2023-12-17 17:05:39 +0800
commitdeb8022f090a8e43eb24e31a1ff07497a5b3d9a7 (patch)
tree627b2a9acf8f0db32ffa7b7ea9c85349c5ef8f6b
parent56139bce71715e59eff3ca36d4794ffaf6ba95c2 (diff)
downloadaur-deb8022f090a8e43eb24e31a1ff07497a5b3d9a7.tar.gz
Change conflicts
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6306f39bcb0b..74b091bd069a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=qcm
pkgver=1.0.1
pkgrel=1
_tag=36854ca244bdccccaa3bfe9c6bb16b79dae4418a
-pkgdesc="Qt client for netease cloud music "
+pkgdesc="Qt client for netease cloud music"
arch=('x86_64')
url="https://github.com/hypengw/Qcm"
license=('GPL2')
@@ -44,13 +44,10 @@ makedepends=(
'extra-cmake-modules'
'ninja')
provides=("qcm")
-conflicts=("qcm-git")
+conflicts=()
source=("git+https://github.com/hypengw/Qcm.git#tag=${_tag}")
sha256sums=('SKIP')
-function pkgver() {
- echo 1.0.1
-}
function build() {
if [ -d "${srcdir}"/Qcm/build ]; then