Bump upstream (no version change)
This commit is contained in:
parent
97e7a07285
commit
b6a55af823
4
.SRCINFO
4
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
pkgbase = butt
|
pkgbase = butt
|
||||||
pkgdesc = Easy to use, multi OS streaming tool
|
pkgdesc = Easy to use, multi OS streaming tool
|
||||||
pkgver = 1.44.0
|
pkgver = 1.44.0
|
||||||
pkgrel = 6
|
pkgrel = 7
|
||||||
url = https://danielnoethen.de/butt/
|
url = https://danielnoethen.de/butt/
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -22,7 +22,7 @@ pkgbase = butt
|
|||||||
depends = libdatachannel
|
depends = libdatachannel
|
||||||
source = butt-1.44.0.tar.gz::https://danielnoethen.de/butt/release/1.44.0/butt-1.44.0.tar.gz
|
source = butt-1.44.0.tar.gz::https://danielnoethen.de/butt/release/1.44.0/butt-1.44.0.tar.gz
|
||||||
source = add-required-time-header.patch
|
source = add-required-time-header.patch
|
||||||
sha256sums = d910b40a10dbca1ce377ee239c146e4746e8b48550ba0a40d6b5199b5c87e0a7
|
sha256sums = 266288bcb60e1cc430b92398836876af41f4f5b7a7dbc116cb7b0f83a64d022d
|
||||||
sha256sums = a4d8f0fbde457366467b5ae0d2b31ad0f733cb1154a18e84a36a106c7301b5d8
|
sha256sums = a4d8f0fbde457366467b5ae0d2b31ad0f733cb1154a18e84a36a106c7301b5d8
|
||||||
|
|
||||||
pkgname = butt
|
pkgname = butt
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
pkgname=butt
|
pkgname=butt
|
||||||
pkgver=1.44.0
|
pkgver=1.44.0
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
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')
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
@ -14,7 +14,7 @@ url="https://danielnoethen.de/butt/"
|
|||||||
depends=('fltk' 'dbus' 'portaudio' 'portmidi' 'libfdk-aac' 'libvorbis' 'libogg' 'lame' 'flac' 'opus' 'libsamplerate' 'libdatachannel')
|
depends=('fltk' 'dbus' 'portaudio' 'portmidi' 'libfdk-aac' 'libvorbis' 'libogg' 'lame' 'flac' 'opus' 'libsamplerate' 'libdatachannel')
|
||||||
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"
|
||||||
'add-required-time-header.patch')
|
'add-required-time-header.patch')
|
||||||
sha256sums=('d910b40a10dbca1ce377ee239c146e4746e8b48550ba0a40d6b5199b5c87e0a7'
|
sha256sums=('266288bcb60e1cc430b92398836876af41f4f5b7a7dbc116cb7b0f83a64d022d'
|
||||||
'a4d8f0fbde457366467b5ae0d2b31ad0f733cb1154a18e84a36a106c7301b5d8')
|
'a4d8f0fbde457366467b5ae0d2b31ad0f733cb1154a18e84a36a106c7301b5d8')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user