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

Evangelos Foutras foutrelis at archlinux.org
Wed Jun 3 05:31:17 UTC 2015


    Date: Wednesday, June 3, 2015 @ 07:31:17
  Author: foutrelis
Revision: 240277

Use launchpad.net for url and source

Because diracvideo.org appears to be unreachable at the moment.

Modified:
  schroedinger/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-03 05:22:30 UTC (rev 240276)
+++ PKGBUILD	2015-06-03 05:31:17 UTC (rev 240277)
@@ -7,10 +7,10 @@
 pkgrel=2
 pkgdesc="An implemenation of the Dirac video codec in ANSI C code"
 arch=('i686' 'x86_64')
-url="http://www.diracvideo.org/"
+url="https://launchpad.net/schroedinger"
 license=('GPL2' 'LGPL2.1' 'MPL' 'MIT')
 depends=('orc' 'gcc-libs')
-source=(http://www.diracvideo.org/download/schroedinger/$pkgname-$pkgver.tar.gz)
+source=(http://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz)
 md5sums=('da6af08e564ca1157348fb8d92efc891')
 
 build() {



More information about the arch-commits mailing list