summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlinuxer2020-10-27 12:04:28 +0200
committerlinuxer2020-10-27 12:04:28 +0200
commitc92fcc80135af8f7174d39f7169acba503c020c7 (patch)
treee4d33933ef50fb6b68d7dc98033e677b3e9ac91c /PKGBUILD
parent79d2e3e2ebf6c77663d79a2f90de865040247e92 (diff)
downloadaur-c92fcc80135af8f7174d39f7169acba503c020c7.tar.gz
Release 0.1.25
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58d184eaba8d..3afa5f0b58df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
+# Maintainer: linuxer <linuxer@artixlinux.org>
# Maintainer: Josef Miegl <josef@miegl.cz>
# Contributor: goll <adrian.goll+aur[at]gmail>
# Contributor: Kosava <kosava@gmail.com>
pkgname=butt
-pkgver=0.1.24
+pkgver=0.1.25
pkgrel=1
pkgdesc="Easy to use, multi OS streaming tool"
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
@@ -11,7 +12,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=('73a71b13b7990525e7bac37d4c59ea0112c3627a')
+sha1sums=('c5ed861defc27d9cc911f86fc9ccc500f5a77186')
build() {
cd "${pkgname}-${pkgver}"