This commit is contained in:
Josef Miegl 2019-12-30 20:27:15 +01:00
parent 5d051ea089
commit 49306af826
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = butt
pkgdesc = Easy to use, multi OS streaming tool
pkgver = 0.1.18
pkgver = 0.1.19
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.18.tar.gz::http://sourceforge.net/projects/butt/files/butt/butt-0.1.18/butt-0.1.18.tar.gz
sha1sums = 0a14117908a626785254e2c5a14381202e25cb92
source = butt-0.1.19.tar.gz::http://sourceforge.net/projects/butt/files/butt/butt-0.1.19/butt-0.1.19.tar.gz
sha1sums = 8aab38138ce2a142c7f8cf6f044cedaad8a35e77
pkgname = butt

View File

@ -3,7 +3,7 @@
# Contributor: Kosava <kosava@gmail.com>
pkgname=butt
pkgver=0.1.18
pkgver=0.1.19
pkgrel=1
pkgdesc="Easy to use, multi OS streaming tool"
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
@ -11,7 +11,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=('0a14117908a626785254e2c5a14381202e25cb92')
sha1sums=('8aab38138ce2a142c7f8cf6f044cedaad8a35e77')
build() {
cd "${pkgname}-${pkgver}"