summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStéphane MEYER2021-05-13 10:41:14 +0200
committerStéphane MEYER2021-05-13 10:41:14 +0200
commit19515460583366a7e239b5950924a56ea8a2ffb5 (patch)
tree1ff8ec425195ce5e5738a08dcd3a8c308e737101
parent97a9a46aba62499632c5852b74df3a7da3023c19 (diff)
downloadaur-19515460583366a7e239b5950924a56ea8a2ffb5.tar.gz
minor changes.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a1c6fed1bda..976bed3cd2ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = btspk
pkgdesc = Commandline utility to easily connect bluetooth audio devices.
- pkgver = 1.2.3
+ pkgver = 1.2.4
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.3/btspk-1.2.3.tar.gz
- sha256sums = 65f5368427ec276217d94a34ae47e9941187dfbe877b35645fc033890e8f2819
+ source = https://gitlab.com/teegre/btspk/-/archive/1.2.4/btspk-1.2.4.tar.gz
+ sha256sums = 3ff9c5d4258482c3936f8e94a3d942fed0b706bd89cea268cf86462d9619071a
pkgname = btspk
diff --git a/PKGBUILD b/PKGBUILD
index 68b5cf71b510..a6af1927a3a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Stéphane Meyer <tigerlost at tigerfunk dot tk>
pkgname=btspk
-pkgver=1.2.3
+pkgver=1.2.4
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=(65f5368427ec276217d94a34ae47e9941187dfbe877b35645fc033890e8f2819)
+sha256sums=(3ff9c5d4258482c3936f8e94a3d942fed0b706bd89cea268cf86462d9619071a)
package() {
cd "$pkgname-$pkgver"