summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2019-05-03 16:07:15 +0200
committerHyacinthe Cartiaux2019-05-03 16:07:15 +0200
commit451b4968144800fcffde19ac1923c6bfdce29e64 (patch)
tree2de01a0e40c4f22583bfd33b9f307b27ee3a6f55
parent6b74b5482345cd6cc86c5f140dff2cf072d4e820 (diff)
downloadaur-451b4968144800fcffde19ac1923c6bfdce29e64.tar.gz
Move to github
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d37efeb2370..e31f896871fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Tue Sep 5 08:21:15 UTC 2017
pkgbase = lensfun-git
pkgdesc = Database of photographic lenses and a library that allows advanced access to the database
pkgver = 0.3.2.r1088.g28285fe
pkgrel = 1
- url = http://lensfun.sourceforge.net
+ url = https://lensfun.github.io/
arch = i686
arch = x86_64
license = LGPL3
@@ -16,7 +14,7 @@ pkgbase = lensfun-git
optdepends = python: for lensfun-update-data and lensfun-add-adapter
provides = lensfun=0.3.0
conflicts = lensfun
- source = lensfun::git://git.code.sf.net/p/lensfun/code
+ source = lensfun::https://github.com/lensfun/lensfun.git
sha256sums = SKIP
pkgname = lensfun-git
diff --git a/PKGBUILD b/PKGBUILD
index bada85286f93..2974ef09aaff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: zhuqin <zhuqin83@gmail.com>
pkgname=lensfun-git
_gitname=lensfun
-pkgver=0.3.2.r1088.g28285fe
+pkgver=0.3.2.r1676.gd3edca47
pkgrel=1
pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
arch=(i686 x86_64)
-url="http://lensfun.sourceforge.net"
+url="https://lensfun.github.io/"
license=('LGPL3')
depends=('glibc' 'glib2')
makedepends=('python' 'libpng' 'cmake')
optdepends=('python: for lensfun-update-data and lensfun-add-adapter')
provides=('lensfun=0.3.0')
conflicts=('lensfun')
-source=("lensfun::git://git.code.sf.net/p/lensfun/code")
+source=("lensfun::git+https://github.com/lensfun/lensfun.git")
sha256sums=('SKIP')
pkgver() {