[arch-commits] Commit in liblo/trunk (PKGBUILD)

Ray Rashif schiv at nymeria.archlinux.org
Sat Oct 26 14:05:57 UTC 2013


    Date: Saturday, October 26, 2013 @ 16:05:57
  Author: schiv
Revision: 197521

upgpkg: liblo 1:0.26-2

upstream-enforced downgrade
stable version relegated to previous release
new release has x64 problems, see FS#35841

Modified:
  liblo/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-26 14:02:32 UTC (rev 197520)
+++ PKGBUILD	2013-10-26 14:05:57 UTC (rev 197521)
@@ -4,16 +4,16 @@
 # 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 @@
 
   make DESTDIR="$pkgdir" install
 }
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list