aboutsummaryrefslogtreecommitdiffstats
path: root/community/postgresql-mysql_fdw/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/postgresql-mysql_fdw/APKBUILD')
-rw-r--r--community/postgresql-mysql_fdw/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/postgresql-mysql_fdw/APKBUILD b/community/postgresql-mysql_fdw/APKBUILD
index ea276d72574..1a2d829fd06 100644
--- a/community/postgresql-mysql_fdw/APKBUILD
+++ b/community/postgresql-mysql_fdw/APKBUILD
@@ -2,14 +2,13 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=postgresql-mysql_fdw
_projname=mysql_fdw
-pkgver=2.6.1
+pkgver=2.9.1
_pkgver=REL-${pkgver//./_}
-pkgrel=0
+pkgrel=1
pkgdesc="PostgreSQL foreign data wrapper for MySQL/MariaDB"
url="https://github.com/EnterpriseDB/mysql_fdw"
arch="all"
license="PostgreSQL"
-depends="postgresql"
makedepends="mariadb-connector-c-dev postgresql-dev"
source="https://github.com/EnterpriseDB/mysql_fdw/archive/$_pkgver/$pkgname-$pkgver.tar.gz
fix-RTLD_DEEPBIND-check.patch
@@ -28,10 +27,12 @@ check() {
}
package() {
+ depends="postgresql$(pg_config --major-version)"
+
make install DESTDIR="$pkgdir"
}
sha512sums="
-9fe7c732a93258757e3c742a10a297a2ad4b4cc635ab718db0178c8ee10f999b33af28d347ac3167e3ab0cf92ed27cfb5a03f1b097aaae9bcf2f65c7a9399594 postgresql-mysql_fdw-2.6.1.tar.gz
+b32827baaf523d5b9ee307a44ec8753e040f88e39f87d7df8c6b85a0bd79eab95fab3a236edbe75296b8e603aa13dc4a85bc0750e000cc2b420065fa430fca0f postgresql-mysql_fdw-2.9.1.tar.gz
60ec2f8b026a52ac3f1c62b425bfe882fc321d3bd24646c513922a3a51c38efd44f3bb70d77f8ce94ff9db6f2554481c3e4a4b3458fb72060368f47921471f50 fix-RTLD_DEEPBIND-check.patch
"