summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cooper2024-03-17 12:58:06 -0400
committerDavid Cooper2024-03-17 12:58:06 -0400
commitb0defcdeafce1ec48d714390380b4c969f8c4c8d (patch)
treecd2073189af37be2570e5efa60f0443a005ad3c8
parent45069f25f151ef875f85730771a8a263289ef06d (diff)
downloadaur-b0defcdeafce1ec48d714390380b4c969f8c4c8d.tar.gz
Move to version 0.1.41
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d01bd1e7888..0cb86269053d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = butt
pkgdesc = Easy to use, multi OS streaming tool
- pkgver = 0.1.40
- pkgrel = 2
+ pkgver = 0.1.41
+ pkgrel = 1
url = https://danielnoethen.de/butt/
arch = i686
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = butt
depends = fltk
depends = dbus
depends = portaudio
+ depends = portmidi
depends = libfdk-aac
depends = libvorbis
depends = libogg
@@ -18,7 +19,7 @@ pkgbase = butt
depends = flac
depends = opus
depends = libsamplerate
- source = butt-0.1.40.tar.gz::https://danielnoethen.de/butt/release/0.1.40/butt-0.1.40.tar.gz
- b2sums = 920680b90dc4a0936e2fac4cb155ed11f041b440bff3e6ca696b4bf633395550c7bbcf1fceb8f4aeedd0edf7e0d3be009874a7b141961b1bc34f867e16c4381a
+ source = butt-0.1.41.tar.gz::https://danielnoethen.de/butt/release/0.1.41/butt-0.1.41.tar.gz
+ sha256sums = c13ca98ea7763e9983480f2f49c30b9002f8e3113f58071c9bbe3b3d2f429550
pkgname = butt
diff --git a/PKGBUILD b/PKGBUILD
index 742cf6f5cbc2..37a44c2583eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
# Contributor: Kosava <kosava@gmail.com>
pkgname=butt
-pkgver=0.1.40
-pkgrel=2
+pkgver=0.1.41
+pkgrel=1
pkgdesc="Easy to use, multi OS streaming tool"
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
license=('GPL2')
url="https://danielnoethen.de/butt/"
-depends=('fltk' 'dbus' 'portaudio' 'libfdk-aac' 'libvorbis' 'libogg' 'lame' 'flac' 'opus' 'libsamplerate')
+depends=('fltk' 'dbus' 'portaudio' 'portmidi' 'libfdk-aac' 'libvorbis' 'libogg' 'lame' 'flac' 'opus' 'libsamplerate')
source=("${pkgname}-${pkgver}.tar.gz::https://danielnoethen.de/${pkgname}/release/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-b2sums=('920680b90dc4a0936e2fac4cb155ed11f041b440bff3e6ca696b4bf633395550c7bbcf1fceb8f4aeedd0edf7e0d3be009874a7b141961b1bc34f867e16c4381a')
+sha256sums=('c13ca98ea7763e9983480f2f49c30b9002f8e3113f58071c9bbe3b3d2f429550')
build() {
cd "${pkgname}-${pkgver}"