diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-10-28 23:57:01 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-10-29 00:38:50 +0100 |
commit | 658a37e46386fb59273026ee03336a5fc34a5fe5 (patch) | |
tree | 4ae3176ee371acfa5f70609d88a7d330410be227 /community/postgresql-orafce/APKBUILD | |
parent | 9fd97b36c967ccd3e58878f48e2704da7e1467e1 (diff) | |
download | aports-658a37e46386fb59273026ee03336a5fc34a5fe5.tar.bz2 aports-658a37e46386fb59273026ee03336a5fc34a5fe5.tar.xz |
community/postgresql-orafce: rebuild against postgresql 11.0
Diffstat (limited to 'community/postgresql-orafce/APKBUILD')
-rw-r--r-- | community/postgresql-orafce/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/postgresql-orafce/APKBUILD b/community/postgresql-orafce/APKBUILD index 7abd299966..3648d785a7 100644 --- a/community/postgresql-orafce/APKBUILD +++ b/community/postgresql-orafce/APKBUILD @@ -4,7 +4,7 @@ pkgname=postgresql-orafce _pkgname=orafce pkgver=3.6.1 _pkgver=VERSION_${pkgver//./_} -pkgrel=0 +pkgrel=1 pkgdesc="Oracle's compatibility functions and packages for PostgreSQL" url="https://github.com/orafce/orafce" arch="all" |