summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2021-12-15 02:16:42 +1100
committerVictor Tran2021-12-15 02:16:42 +1100
commit55184b929b4e363c137a8e83f2300f9e8b72a825 (patch)
tree201c28c1d39ca5726118e2e7a78eb87f2f2c3347
parent4458a91b1a2d6dda4cb09ed5499c3dce133e6603 (diff)
downloadaur-55184b929b4e363c137a8e83f2300f9e8b72a825.tar.gz
Update to 3.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 177a21f6968c..7cc815025ca3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thebeat
pkgdesc = Audio Player based on Phonon
- pkgver = 3.1
+ pkgver = 3.1.1
pkgrel = 0
url = https://github.com/vicr123/thebeat
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = thebeat
depends = the-libs
depends = qt5-svg
optdepends = discord-rpc-api: for Discord Rich Presence integration
- source = thebeat-3.1::https://github.com/vicr123/theBeat/archive/v3.1.tar.gz
- sha256sums = 2e64eba43312522a5b54b8ddf5b172569aee367797709fd7e08346cc1d5e06f4
+ source = thebeat-3.1.1::https://github.com/vicr123/theBeat/archive/v3.1.1.tar.gz
+ sha256sums = c49e6da000fa1d9c2746451c5254bbd4b188e07ca27e0a37423e557b790ce127
pkgname = thebeat
diff --git a/PKGBUILD b/PKGBUILD
index d5d532966e12..141dd7873b19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Victor Tran <vicr12345 at gmail dot com>
pkgname=thebeat
-pkgver=3.1
+pkgver=3.1.1
pkgrel=0
pkgdesc="Audio Player based on Phonon"
arch=("x86_64")
@@ -9,8 +9,8 @@ license=('GPL3')
depends=('libmusicbrainz5' 'xdg-utils' 'phonon-qt5' 'qt5-base' 'qt5-multimedia' 'taglib' 'the-libs' 'qt5-svg')
makedepends=('git' 'qt5-tools' 'libcdio-paranoia')
optdepends=('discord-rpc-api: for Discord Rich Presence integration')
-source=("$pkgname-$pkgver"::"https://github.com/vicr123/theBeat/archive/v3.1.tar.gz")
-sha256sums=('2e64eba43312522a5b54b8ddf5b172569aee367797709fd7e08346cc1d5e06f4')
+source=("$pkgname-$pkgver"::"https://github.com/vicr123/theBeat/archive/v3.1.1.tar.gz")
+sha256sums=('c49e6da000fa1d9c2746451c5254bbd4b188e07ca27e0a37423e557b790ce127')
build() {
cd "theBeat-$pkgver"