summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKimiblock Moe2024-03-31 11:40:06 +0800
committerKimiblock Moe2024-03-31 11:40:06 +0800
commit73fa0f2f415e08c8038e46ce39985746952f4c03 (patch)
tree59bc04066f78106f18b9b99a6ee816b087555012
parente27ac924114c459a302f3ade68c7d375b4e6c189 (diff)
downloadaur-73fa0f2f415e08c8038e46ce39985746952f4c03.tar.gz
Bump version & license
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e67498c1425..f4c54c7032a4 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = qcm-git
pkgdesc = Qt client for netease cloud music
- pkgver = r97.3499c08
- pkgrel = 2
+ pkgver = 1.0.2.r5.gab29b2cd
+ pkgrel = 1
url = https://github.com/hypengw/Qcm
arch = x86_64
- license = GPL2
+ license = GPL-2.0-or-later
makedepends = git
makedepends = cmake
makedepends = extra-cmake-modules
diff --git a/PKGBUILD b/PKGBUILD
index 820c769c23c1..d28fc2c85c52 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Kimiblock Moe
pkgname=qcm-git
-pkgver=r97.3499c08
-pkgrel=2
+pkgver=1.0.2.r5.gab29b2cd
+pkgrel=1
pkgdesc="Qt client for netease cloud music"
arch=('x86_64')
url="https://github.com/hypengw/Qcm"
-license=('GPL2')
+license=('GPL-2.0-or-later')
depends=(
'qt6-base'
'qt6-shadertools'
@@ -46,7 +46,7 @@ conflicts=("qcm")
function pkgver(){
cd Qcm
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ git describe --long --tags --abbrev=8 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
function build(){