summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-11-22 10:18:41 -0500
committerAndrew Sun2019-11-22 10:18:41 -0500
commitf22a46ae6db7d3860d253e2d43298a9669746478 (patch)
tree517544e31ff29430e8620e413ec59e837a5a3d73
parent23b45ee4e414f0878e9725ae36596d9a36605d16 (diff)
downloadaur-f22a46ae6db7d3860d253e2d43298a9669746478.tar.gz
fix source url
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 443d10e20688..e44d7decb58c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = lib32-unixodbc
pkgdesc = ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources
pkgver = 2.3.7
- pkgrel = 1
+ pkgrel = 2
url = http://www.unixodbc.org/
arch = x86_64
license = GPL2
license = LGPL2.1
+ makedepends = gcc-multilib
makedepends = lib32-gcc-libs
depends = lib32-libltdl
depends = unixodbc
- source = ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.7.tar.gz
+ source = http://www.unixodbc.org/unixODBC-2.3.7.tar.gz
sha256sums = 45f169ba1f454a72b8fcbb82abd832630a3bf93baa84731cf2949f449e1e3e77
pkgname = lib32-unixodbc
diff --git a/PKGBUILD b/PKGBUILD
index 7598ad3b4b96..69f271253b11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Andrew Sun <adsun701@gmail.com>
+# Maintainer: Andrew Sun <adsun701 at gmail dot com>
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: AndyRTR <andyrtr@archlinux.org>
# Contributor: Judd Vinet <jvinet@zeroflux.org>
@@ -6,14 +6,14 @@
pkgname=lib32-unixodbc
pkgver=2.3.7
-pkgrel=1
+pkgrel=2
pkgdesc='ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources'
arch=('x86_64')
url='http://www.unixodbc.org/'
license=('GPL2' 'LGPL2.1')
depends=('lib32-libltdl' 'unixodbc')
-makedepends=('lib32-gcc-libs')
-source=("ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-${pkgver}.tar.gz")
+makedepends=('gcc-multilib' 'lib32-gcc-libs')
+source=("http://www.unixodbc.org/unixODBC-${pkgver}.tar.gz")
sha256sums=('45f169ba1f454a72b8fcbb82abd832630a3bf93baa84731cf2949f449e1e3e77')
build() {