FS#41241 - [lensfun] Update pkgurl to http://lensfun.sourceforge.net/

Attached to Project: Arch Linux
Opened by Karol Błażewicz (karol) - Thursday, 17 July 2014, 19:00 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 13 August 2014, 10:26 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

SourceForge took over berlios hosting.
This task depends upon

Closed by  Tobias Powalowski (tpowa)
Wednesday, 13 August 2014, 10:26 GMT
Reason for closing:  Fixed
Additional comments about closing:  on trunk
Comment by Karol Błażewicz (karol) - Thursday, 17 July 2014, 19:49 GMT
$ LC_ALL=C TZ=GMT0 diff -Naur PKGBUILD.old PKGBUILD
--- PKGBUILD.old 2014-07-17 19:43:53.718423016 +0000
+++ PKGBUILD 2014-07-17 19:48:39.071736703 +0000
@@ -3,14 +3,14 @@

pkgname=lensfun
pkgver=0.2.8
-pkgrel=1
+pkgrel=2
pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
arch=(i686 x86_64)
-url="http://lensfun.berlios.de/"
+url="http://lensfun.sourceforge.net"
license=('LGPL3')
depends=('glibc' 'glib2')
makedepends=('python2' 'libpng' 'doxygen')
-source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
+source=("http://sourceforge.net/projects/lensfun/files/0.2.8/${pkgname}-${pkgver}.tar.bz2"
lensfun-0.2.8-make-4.0.patch)

prepare() {

Loading...