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

Jan de Groot jgc at archlinux.org
Fri Aug 11 22:07:00 UTC 2017


    Date: Friday, August 11, 2017 @ 22:06:59
  Author: jgc
Revision: 301949

upgpkg: libdv 1.0.0-7

Switch to HTTPS, rebuild lib that has not seen rebuild since 2014

Modified:
  libdv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-11 22:03:43 UTC (rev 301948)
+++ PKGBUILD	2017-08-11 22:06:59 UTC (rev 301949)
@@ -1,17 +1,17 @@
 # $Id$
-# Maintainer:
+# Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=libdv
 pkgver=1.0.0
-pkgrel=6
+pkgrel=7
 pkgdesc="The Quasar DV codec (libdv) is a software codec for DV video"
 arch=('i686' 'x86_64')
 url="http://libdv.sourceforge.net/"
 license=('LGPL')
 depends=('popt')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f895162161cfa4bb4a94c070a7caa6c7')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('a305734033a9c25541a59e8dd1c254409953269ea7c710c39e540bd8853389ba')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



More information about the arch-commits mailing list