Release 0.1.25

This commit is contained in:
linuxer 2020-10-27 12:04:28 +02:00
parent 79d2e3e2eb
commit c92fcc8013
No known key found for this signature in database
GPG Key ID: CCD2779140DF9E58
2 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = butt
pkgdesc = Easy to use, multi OS streaming tool
pkgver = 0.1.24
pkgver = 0.1.25
pkgrel = 1
url = http://butt.sourceforge.net/
arch = i686
@ -18,8 +18,8 @@ pkgbase = butt
depends = flac
depends = opus
depends = libsamplerate
source = butt-0.1.24.tar.gz::http://sourceforge.net/projects/butt/files/butt/butt-0.1.24/butt-0.1.24.tar.gz
sha1sums = 73a71b13b7990525e7bac37d4c59ea0112c3627a
source = butt-0.1.25.tar.gz::http://sourceforge.net/projects/butt/files/butt/butt-0.1.25/butt-0.1.25.tar.gz
sha1sums = c5ed861defc27d9cc911f86fc9ccc500f5a77186
pkgname = butt

View File

@ -1,9 +1,10 @@
# Maintainer: linuxer <linuxer@artixlinux.org>
# Maintainer: Josef Miegl <josef@miegl.cz>
# Contributor: goll <adrian.goll+aur[at]gmail>
# Contributor: Kosava <kosava@gmail.com>
pkgname=butt
pkgver=0.1.24
pkgver=0.1.25
pkgrel=1
pkgdesc="Easy to use, multi OS streaming tool"
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
@ -11,7 +12,7 @@ license=('GPL2')
url="http://butt.sourceforge.net/"
depends=('fltk' 'dbus' 'portaudio' 'libfdk-aac' 'libvorbis' 'libogg' 'lame' 'flac' 'opus' 'libsamplerate')
source=(${pkgname}-${pkgver}.tar.gz::"http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha1sums=('73a71b13b7990525e7bac37d4c59ea0112c3627a')
sha1sums=('c5ed861defc27d9cc911f86fc9ccc500f5a77186')
build() {
cd "${pkgname}-${pkgver}"