summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-03-20 19:50:39 +0100
committerMichel Zou2021-03-20 19:50:39 +0100
commit2e580e22f6af98189541864b4bd8d665c067815b (patch)
tree95ba2df438ea8daee2dacf725ce68a654a2affe9
parent8c4683eead7eec13681d3126dee00499b20d446b (diff)
downloadaur-mingw-w64-ann.tar.gz
https
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18260ef914ff..0beba771d041 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = mingw-w64-ann
pkgdesc = Approximate nearest neighbor library. (mingw-w64)
pkgver = 1.1.2
pkgrel = 1
- url = http://www.cs.umd.edu/~mount/ANN/
+ url = https://www.cs.umd.edu/~mount/ANN/
arch = any
license = LGPL
makedepends = mingw-w64-gcc
diff --git a/PKGBUILD b/PKGBUILD
index 27ecdc2629b4..55873701b9a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@ pkgname=mingw-w64-ann
pkgver=1.1.2
pkgrel=1
pkgdesc="Approximate nearest neighbor library. (mingw-w64)"
-url="http://www.cs.umd.edu/~mount/ANN/"
+url="https://www.cs.umd.edu/~mount/ANN/"
arch=('any')
-license="LGPL"
+license=("LGPL")
depends=('mingw-w64-crt')
makedepends=('mingw-w64-gcc')
options=('!buildflags' '!strip' 'staticlibs')