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

Maxime Gauduin alucryd at archlinux.org
Mon Sep 26 11:19:29 UTC 2016


    Date: Monday, September 26, 2016 @ 11:19:29
  Author: alucryd
Revision: 190605

upgpkg: lib32-orc 0.4.26-1

Modified:
  lib32-orc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-26 11:10:50 UTC (rev 190604)
+++ PKGBUILD	2016-09-26 11:19:29 UTC (rev 190605)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin <alucryd at gmail.com>
 
 pkgname=lib32-orc
-pkgver=0.4.25
+pkgver=0.4.26
 pkgrel=1
 pkgdesc='The Oild Runtime Compiler'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('lib32-glibc' 'orc')
 makedepends=('valgrind')
 source=("http://gstreamer.freedesktop.org/data/src/orc/orc-${pkgver}.tar.xz")
-sha256sums=('c1b1d54a58f26d483f0b3881538984789fe5d5460ab8fab74a1cacbd3d1c53d1')
+sha256sums=('7d52fa80ef84988359c3434e1eea302d077a08987abdde6905678ebcad4fa649')
 
 build() {
   cd orc-${pkgver}
@@ -23,7 +23,7 @@
     --prefix='/usr' \
     --libdir='/usr/lib32' \
     --disable-static \
-    --enable-backend=mmx,sse,altivec
+    --enable-backend='mmx,sse,altivec'
   make
 }
 



More information about the arch-commits mailing list