Fix caching problem with package version

This commit is contained in:
David Cooper
2025-01-28 11:23:55 -05:00
parent b6a55af823
commit 6f74d574be
2 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -6,13 +6,14 @@
pkgname=butt
pkgver=1.44.0
pkgrel=7
_pkgver="${pkgver}-1"
pkgrel=8
pkgdesc="Easy to use, multi OS streaming tool"
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
license=('GPL2')
url="https://danielnoethen.de/butt/"
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')
sha256sums=('266288bcb60e1cc430b92398836876af41f4f5b7a7dbc116cb7b0f83a64d022d'
'a4d8f0fbde457366467b5ae0d2b31ad0f733cb1154a18e84a36a106c7301b5d8')