Release 0.1.25
This commit is contained in:
parent
79d2e3e2eb
commit
c92fcc8013
6
.SRCINFO
6
.SRCINFO
@ -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 = 0.1.24
|
pkgver = 0.1.25
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://butt.sourceforge.net/
|
url = http://butt.sourceforge.net/
|
||||||
arch = i686
|
arch = i686
|
||||||
@ -18,8 +18,8 @@ pkgbase = butt
|
|||||||
depends = flac
|
depends = flac
|
||||||
depends = opus
|
depends = opus
|
||||||
depends = libsamplerate
|
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
|
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 = 73a71b13b7990525e7bac37d4c59ea0112c3627a
|
sha1sums = c5ed861defc27d9cc911f86fc9ccc500f5a77186
|
||||||
|
|
||||||
pkgname = butt
|
pkgname = butt
|
||||||
|
|
||||||
|
|||||||
5
PKGBUILD
5
PKGBUILD
@ -1,9 +1,10 @@
|
|||||||
|
# Maintainer: linuxer <linuxer@artixlinux.org>
|
||||||
# Maintainer: Josef Miegl <josef@miegl.cz>
|
# Maintainer: Josef Miegl <josef@miegl.cz>
|
||||||
# Contributor: goll <adrian.goll+aur[at]gmail>
|
# Contributor: goll <adrian.goll+aur[at]gmail>
|
||||||
# Contributor: Kosava <kosava@gmail.com>
|
# Contributor: Kosava <kosava@gmail.com>
|
||||||
|
|
||||||
pkgname=butt
|
pkgname=butt
|
||||||
pkgver=0.1.24
|
pkgver=0.1.25
|
||||||
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')
|
||||||
@ -11,7 +12,7 @@ license=('GPL2')
|
|||||||
url="http://butt.sourceforge.net/"
|
url="http://butt.sourceforge.net/"
|
||||||
depends=('fltk' 'dbus' 'portaudio' 'libfdk-aac' 'libvorbis' 'libogg' 'lame' 'flac' 'opus' 'libsamplerate')
|
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")
|
source=(${pkgname}-${pkgver}.tar.gz::"http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||||
sha1sums=('73a71b13b7990525e7bac37d4c59ea0112c3627a')
|
sha1sums=('c5ed861defc27d9cc911f86fc9ccc500f5a77186')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user