summaryrefslogtreecommitdiff
path: root/extra/liblo/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/liblo/PKGBUILD')
-rw-r--r--extra/liblo/PKGBUILD16
1 files changed, 9 insertions, 7 deletions
diff --git a/extra/liblo/PKGBUILD b/extra/liblo/PKGBUILD
index 8f0ac3746..593c30ff2 100644
--- a/extra/liblo/PKGBUILD
+++ b/extra/liblo/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 186897 2013-05-31 15:30:05Z schiv $
+# $Id: PKGBUILD 197527 2013-10-26 14:48:03Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: damir <damir@archlinux.org>
# Contributor: Pajaro
pkgname=liblo
-pkgver=0.27
-pkgrel=1
-pkgdesc="Lightweight OSC implementation: an implementation of the Open Sound Control protocol for POSIX systems"
+pkgver=0.26
+pkgrel=2
+epoch=1
+pkgdesc="A lightweight OSC (Open Sound Control) implementation"
arch=('i686' 'x86_64')
-url="http://plugin.org.uk/liblo/"
+url="http://liblo.sourceforge.net/"
license=('GPL')
depends=('glibc')
-options=('!libtool')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('e4317bab5b16003df350adfe2c181364')
+md5sums=('5351de14262560e15e7f23865293b16f')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -27,3 +27,5 @@ package() {
make DESTDIR="$pkgdir" install
}
+
+# vim:set ts=2 sw=2 et: