summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaultdon2019-05-06 12:13:58 -0700
committersaultdon2019-05-06 12:13:58 -0700
commit90a51a4f34f23060e91b7e7955ed56c3c1eea65e (patch)
tree61a31940f9aa63eea854ae299e75c79b551ed2d6
parentd46312786e6da56021400d9c45e5822f14422be9 (diff)
downloadaur-90a51a4f34f23060e91b7e7955ed56c3c1eea65e.tar.gz
1.5.1-3 fixed incorrect source URLs
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
-rw-r--r--filegdb-api.changelog4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c9573e519f1..70267155fa6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = filegdb-api
pkgdesc = ESRI File Geodatabase (FileGDB) API
pkgver = 1.5.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Esri/file-geodatabase-api
changelog = filegdb-api.changelog
arch = i686
@@ -10,7 +10,7 @@ pkgbase = filegdb-api
makedepends = libxml2
makedepends = clang>=3.7.0
optdepends = gdal-filegdb: wrapper
- source = filegdb-api-1.5.1.tar.gz::http://downloads2.esri.com/Software/FileGDB_API_1_5_1-64gcc51.tar.gz
+ source = filegdb-api-1.5.1.tar.gz::https://github.com/Esri/file-geodatabase-api/blob/master/FileGDB_API_1.5.1/FileGDB_API_1_5_1-64gcc51.tar.gz
md5sums = 10a18003adaa6ccf0c4d8e6bb8da1e4f
pkgname = filegdb-api
diff --git a/PKGBUILD b/PKGBUILD
index 892eba723e14..1434215b7c63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=filegdb-api
_pkgname=FileGDB_API
pkgver=1.5.1
-pkgrel=2
+pkgrel=3
pkgdesc="ESRI File Geodatabase (FileGDB) API"
arch=('i686' 'x86_64')
url="https://github.com/Esri/file-geodatabase-api"
@@ -12,11 +12,11 @@ optdepends=('gdal-filegdb: wrapper')
changelog=$pkgname.changelog
case $CARCH in
i686)
- source=($pkgname-$pkgver.tar.gz::http://downloads2.esri.com/Software/${_pkgname}_${pkgver//./_}-32gcc51.tar.gz)
+ source=($pkgname-$pkgver.tar.gz::https://github.com/Esri/file-geodatabase-api/blob/master/${_pkgname}_${pkgver}/${_pkgname}_${pkgver//./_}-32gcc51.tar.gz)
md5sums=('145f760871892b822b5f26442e2e8255')
;;
x86_64)
- source=($pkgname-$pkgver.tar.gz::http://downloads2.esri.com/Software/${_pkgname}_${pkgver//./_}-64gcc51.tar.gz)
+ source=($pkgname-$pkgver.tar.gz::https://github.com/Esri/file-geodatabase-api/blob/master/${_pkgname}_${pkgver}/${_pkgname}_${pkgver//./_}-64gcc51.tar.gz)
md5sums=('10a18003adaa6ccf0c4d8e6bb8da1e4f')
;;
esac
diff --git a/filegdb-api.changelog b/filegdb-api.changelog
index f548a81a9f47..c1c9fdc38e39 100644
--- a/filegdb-api.changelog
+++ b/filegdb-api.changelog
@@ -1,3 +1,7 @@
+2019-05-06 SaultDon <sault.don gmail>
+ * 1.5.1-3 :
+ - fixed incorrect source urls
+
2018-05-16 SaultDon <sault.don gmail>
* 1.5.1-2 :
- removed sed command to build against old ABI