diff --git a/.SRCINFO b/.SRCINFO index 5c1f661..37379b2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = butt pkgdesc = Easy to use, multi OS streaming tool - pkgver = 0.1.17 + pkgver = 0.1.18 pkgrel = 1 url = http://butt.sourceforge.net/ arch = i686 @@ -18,8 +18,8 @@ pkgbase = butt depends = flac depends = opus depends = libsamplerate - source = butt-0.1.17.tar.gz::http://sourceforge.net/projects/butt/files/butt/butt-0.1.17/butt-0.1.17.tar.gz - sha256sums = afe9596b1d9ef38d2fde1f3255e5a3a12b206c73c8e6601e37cccb07e67ae33d + source = butt-0.1.18.tar.gz::http://sourceforge.net/projects/butt/files/butt/butt-0.1.18/butt-0.1.18.tar.gz + sha1sums = 0a14117908a626785254e2c5a14381202e25cb92 pkgname = butt diff --git a/PKGBUILD b/PKGBUILD index 2d751e0..17006fa 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Kosava pkgname=butt -pkgver=0.1.17 +pkgver=0.1.18 pkgrel=1 pkgdesc="Easy to use, multi OS streaming tool" arch=('i686' 'x86_64' 'aarch64' 'armv7h') @@ -11,7 +11,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") -sha256sums=('afe9596b1d9ef38d2fde1f3255e5a3a12b206c73c8e6601e37cccb07e67ae33d') +sha1sums=('0a14117908a626785254e2c5a14381202e25cb92') build() { cd "${pkgname}-${pkgver}"