summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 549d066b7974..ad77b5934def 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
#
pkgname=libtubo0
-pkgver=5.0.14
+pkgver=5.0.15
pkgrel=1
pkgdesc="Tubo remote process execution library"
arch=('i686' 'x86_64')
@@ -9,14 +9,14 @@ url="http://xffm.org/"
license=('GPL3')
depends=('glibc')
options=('!libtool')
-source=(http://downloads.sourceforge.net/project/xffm/libtubo/$pkgname-$pkgver.tar.gz)
-md5sums=('ed9a1339ebb31b9913b1dee914656883')
+source=(http://downloads.sourceforge.net/project/xffm/libtubo/$pkgname-$pkgver.tar.bz2)
+md5sums=('591b7000c50cd48ed380b05b98ef2bcb')
build()
{
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
- make
+ make V=0
}
package()