summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStéphane MEYER2021-02-07 21:39:24 +0100
committerStéphane MEYER2021-02-07 21:39:24 +0100
commit0fb7a28623c31cc30bf480b6b1b040bb3f73e4d6 (patch)
tree8c3116e97d1cd71ba16a17d18fa1d502d2b192e6
parentff19cc54e524a0a2bad70979cda2221312d2aa55 (diff)
downloadaur-0fb7a28623c31cc30bf480b6b1b040bb3f73e4d6.tar.gz
Fixed a bug that was making vdim useless...
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e873a00e3781..62aba80b4b13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = btspk
pkgdesc = Commandline utility to easily connect bluetooth audio devices.
- pkgver = 1.2.1
+ pkgver = 1.2.2
pkgrel = 1
url = https://gitlab.com/teegre/btspk
arch = any
@@ -13,8 +13,8 @@ pkgbase = btspk
depends = pulseaudio
optdepends = pulseaudio-equalizer
optdepends = pulseaudio-equalizer-ladspa
- source = https://gitlab.com/teegre/btspk/-/archive/1.2.1/btspk-1.2.1.tar.gz
- sha256sums = 189c6b64b8d0ff7c12be685e507e49840a63b1fc518bf46a968feb0a20f30adb
+ source = https://gitlab.com/teegre/btspk/-/archive/1.2.2/btspk-1.2.2.tar.gz
+ sha256sums = 64ff17df89da34a6ed3a547691d3d8c89bf7b4ddd0a3209978b3405289fbbe1a
pkgname = btspk
diff --git a/PKGBUILD b/PKGBUILD
index 4f9d5029a219..6286c3ed7207 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Stéphane Meyer <tigerlost at tigerfunk dot tk>
pkgname=btspk
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=1
pkgdesc="Commandline utility to easily connect bluetooth audio devices."
arch=('any')
@@ -22,7 +22,7 @@ install=
changelog=
source=("$url/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
noextract=()
-sha256sums=(189c6b64b8d0ff7c12be685e507e49840a63b1fc518bf46a968feb0a20f30adb)
+sha256sums=(64ff17df89da34a6ed3a547691d3d8c89bf7b4ddd0a3209978b3405289fbbe1a)
package() {
cd "$pkgname-$pkgver"