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

Allan McRae allan at nymeria.archlinux.org
Thu Nov 21 01:25:05 UTC 2013


    Date: Thursday, November 21, 2013 @ 02:25:05
  Author: allan
Revision: 200000

upgpkg: libiec61883 1.2.0-4

remove static libraries, fix source location

Modified:
  libiec61883/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-21 01:21:02 UTC (rev 199999)
+++ PKGBUILD	2013-11-21 01:25:05 UTC (rev 200000)
@@ -6,14 +6,14 @@
 
 pkgname=libiec61883
 pkgver=1.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 1394"
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/pub/linux/libs/ieee1394/"
 license=('LGPL')
 depends=('libraw1394')
-source=("http://ftp.osuosl.org/pub/linux/libs/ieee1394/${pkgname}-${pkgver}.tar.gz")
-md5sums=('8af39fff74988073c3ad53fbab147da9')
+source=("https://www.kernel.org/pub/linux/libs/ieee1394/${pkgname}-${pkgver}.tar.xz")
+md5sums=('ed91bc1727fac8e019402fc3724a283d')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"




More information about the arch-commits mailing list