summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2019-09-28 00:01:49 -0400
committeracxz2019-09-28 00:01:49 -0400
commitc3aa5aadaee680b2173856fbb817ede59834db0f (patch)
treeeb1dd08b83450e2436c44d8790a08f3ec1141966
parentb872910bc88d4803b8f26ec95015b6970931098d (diff)
downloadaur-c3aa5aadaee680b2173856fbb817ede59834db0f.tar.gz
updated upstream url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16d30f49f00d..7c677c0f2b46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = flann
pkgdesc = FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional spaces
pkgver = 1.9.1
- pkgrel = 4
- url = https://www.cs.ubc.ca/research/flann
+ pkgrel = 5
+ url = https://github.com/mariusmuja/flann
arch = i686
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 1035eed84016..0353aae0950c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@
pkgname=flann
pkgver=1.9.1
-pkgrel=4
+pkgrel=5
pkgdesc="FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional spaces"
arch=('i686' 'x86_64')
-url='https://www.cs.ubc.ca/research/flann'
+url='https://github.com/mariusmuja/flann'
license=('BSD')
depends=('lz4' 'hdf5')
makedepends=('cmake' 'python2' 'texlive-core')