summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKimiblock2023-12-17 17:05:02 +0800
committerKimiblock2023-12-17 17:05:02 +0800
commit60a7cf9bb4c8f6f044a0c891d7d67daba7b89a2c (patch)
tree9c19016b9011c36053844880fecb27a131434c0c
parent0548849ee5a89786a47318ecd55eeb6133c8b34c (diff)
downloadaur-60a7cf9bb4c8f6f044a0c891d7d67daba7b89a2c.tar.gz
Change conflicts
-rwxr-xr-x.SRCINFO3
-rwxr-xr-xPKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8909fb0c4d67..93c4e15efa1c 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qcm-git
pkgdesc = Qt client for netease cloud music
pkgver = r97.3499c08
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hypengw/Qcm
arch = x86_64
license = GPL2
@@ -40,6 +40,7 @@ pkgbase = qcm-git
depends = ffmpeg
depends = glibmm
provides = qcm
+ conflicts = qcm
source = git+https://github.com/hypengw/Qcm.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a6a47e4707dd..9a1be7f984fa 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Kimiblock Moe <kimiblock at icloud dot com>
+# Maintainer: Kimiblock Moe
pkgname=qcm-git
pkgver=r97.3499c08
-pkgrel=1
-pkgdesc="Qt client for netease cloud music "
+pkgrel=2
+pkgdesc="Qt client for netease cloud music"
arch=('x86_64')
url="https://github.com/hypengw/Qcm"
license=('GPL2')
@@ -45,6 +45,7 @@ makedepends=(
provides=("qcm")
source=('git+https://github.com/hypengw/Qcm.git')
sha256sums=('SKIP')
+conflicts=("qcm")
function pkgver(){
cd Qcm