diff options
Diffstat (limited to 'extra/liblo/PKGBUILD')
-rw-r--r-- | extra/liblo/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/liblo/PKGBUILD b/extra/liblo/PKGBUILD index 593c30ff2..ca93adc29 100644 --- a/extra/liblo/PKGBUILD +++ b/extra/liblo/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 197527 2013-10-26 14:48:03Z schiv $ +# $Id: PKGBUILD 205864 2014-02-12 07:12:08Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: damir <damir@archlinux.org> # Contributor: Pajaro pkgname=liblo -pkgver=0.26 -pkgrel=2 +pkgver=0.28 +pkgrel=1 epoch=1 pkgdesc="A lightweight OSC (Open Sound Control) implementation" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ url="http://liblo.sourceforge.net/" license=('GPL') depends=('glibc') source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('5351de14262560e15e7f23865293b16f') +md5sums=('e2a4391a08b49bb316c03e2034e06fa2') build() { cd "$srcdir/$pkgname-$pkgver" |