Bump version

This commit is contained in:
David Cooper 2024-08-08 16:10:20 -04:00
parent 093f90e723
commit 002e00a1c6
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = butt pkgbase = butt
pkgdesc = Easy to use, multi OS streaming tool pkgdesc = Easy to use, multi OS streaming tool
pkgver = 1.42.0 pkgver = 1.43.0
pkgrel = 1 pkgrel = 1
url = https://danielnoethen.de/butt/ url = https://danielnoethen.de/butt/
arch = i686 arch = i686
@ -19,7 +19,7 @@ pkgbase = butt
depends = flac depends = flac
depends = opus depends = opus
depends = libsamplerate depends = libsamplerate
source = butt-1.42.0.tar.gz::https://danielnoethen.de/butt/release/1.42.0/butt-1.42.0.tar.gz source = butt-1.43.0.tar.gz::https://danielnoethen.de/butt/release/1.43.0/butt-1.43.0.tar.gz
sha256sums = fd8f7a3eaff70f7ee7ff625976f70443504112d1e5274df440b7ac7cdc818368 sha256sums = c4572e489f25cfe2c6460854452ff3df83c0907c7034af09b3896a15cf63e780
pkgname = butt pkgname = butt

View File

@ -5,7 +5,7 @@
# Contributor: Kosava <kosava@gmail.com> # Contributor: Kosava <kosava@gmail.com>
pkgname=butt pkgname=butt
pkgver=1.42.0 pkgver=1.43.0
pkgrel=1 pkgrel=1
pkgdesc="Easy to use, multi OS streaming tool" pkgdesc="Easy to use, multi OS streaming tool"
arch=('i686' 'x86_64' 'aarch64' 'armv7h') arch=('i686' 'x86_64' 'aarch64' 'armv7h')
@ -13,7 +13,7 @@ license=('GPL2')
url="https://danielnoethen.de/butt/" url="https://danielnoethen.de/butt/"
depends=('fltk' 'dbus' 'portaudio' 'portmidi' '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") source=("${pkgname}-${pkgver}.tar.gz::https://danielnoethen.de/${pkgname}/release/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('fd8f7a3eaff70f7ee7ff625976f70443504112d1e5274df440b7ac7cdc818368') sha256sums=('c4572e489f25cfe2c6460854452ff3df83c0907c7034af09b3896a15cf63e780')
build() { build() {
cd "${pkgname}-${pkgver}" cd "${pkgname}-${pkgver}"