summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2024-01-16 22:27:47 +1100
committerVictor Tran2024-01-16 22:27:47 +1100
commit3bcbe7af84acee8b9b05ba48f692e0eab6c9d347 (patch)
treeafb64ca2dd94e5783c428c9331d749a8bb92c4b5
parentec31eafe7fe2555d39f7e088e398342a7a134a11 (diff)
downloadaur-thebeat.tar.gz
Update to 4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cc1b9fe3094..63c59ecfa225 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thebeat
pkgdesc = Audio Player
- pkgver = 4.0
+ pkgver = 4.1
pkgrel = 1
url = https://github.com/libcontemporary/thebeat
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = thebeat
depends = taglib
depends = gstreamer
optdepends = cdrdao: for CD burning
- source = thebeat::https://github.com/vicr123/theBeat/archive/v4.0.tar.gz
- sha256sums = ad49c87d1c529d7e5f73afc9636bb243cfb6b61e5ab30da570e3ff13bf6c77e9
+ source = thebeat-4.1::https://github.com/vicr123/theBeat/archive/v4.1.tar.gz
+ sha256sums = 319e0e71fb6cf185cace7f7167d20c1661cc8a29d4092d7741cbbd2016d5ae2c
pkgname = thebeat
diff --git a/PKGBUILD b/PKGBUILD
index 9a824d3f6f57..424f2f9129e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Victor Tran <vicr12345 at gmail dot com>
pkgname=thebeat
-pkgver=4.0
+pkgver=4.1
pkgrel=1
pkgdesc="Audio Player"
arch=("x86_64" "aarch64")
@@ -9,8 +9,8 @@ license=('GPL3')
depends=('libcontemporary' 'libthefrisbee' 'taglib' 'gstreamer')
makedepends=('git' 'qt6-tools' 'cmake' 'clang')
optdepends=('cdrdao: for CD burning')
-source=("thebeat"::"https://github.com/vicr123/theBeat/archive/v$pkgver.tar.gz")
-sha256sums=('ad49c87d1c529d7e5f73afc9636bb243cfb6b61e5ab30da570e3ff13bf6c77e9')
+source=("thebeat-$pkgver"::"https://github.com/vicr123/theBeat/archive/v$pkgver.tar.gz")
+sha256sums=('319e0e71fb6cf185cace7f7167d20c1661cc8a29d4092d7741cbbd2016d5ae2c')
build() {
cmake -B build -S "theBeat-$pkgver" \