Move to 1.42.0
This commit is contained in:
parent
67ded6bebc
commit
093f90e723
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 = 1.41.1
|
pkgver = 1.42.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.41.1.tar.gz::https://danielnoethen.de/butt/release/1.41.1/butt-1.41.1.tar.gz
|
source = butt-1.42.0.tar.gz::https://danielnoethen.de/butt/release/1.42.0/butt-1.42.0.tar.gz
|
||||||
sha256sums = cbf5c87059b54d655de522fe903089736d42b4cc22a4c420444e203eb6b9fbdf
|
sha256sums = fd8f7a3eaff70f7ee7ff625976f70443504112d1e5274df440b7ac7cdc818368
|
||||||
|
|
||||||
pkgname = butt
|
pkgname = butt
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@ -5,7 +5,7 @@
|
|||||||
# Contributor: Kosava <kosava@gmail.com>
|
# Contributor: Kosava <kosava@gmail.com>
|
||||||
|
|
||||||
pkgname=butt
|
pkgname=butt
|
||||||
pkgver=1.41.1
|
pkgver=1.42.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=('cbf5c87059b54d655de522fe903089736d42b4cc22a4c420444e203eb6b9fbdf')
|
sha256sums=('fd8f7a3eaff70f7ee7ff625976f70443504112d1e5274df440b7ac7cdc818368')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user