Search Criteria
Package Details: postgresql-git 17.beta2.r224.gd3cc5ffe81-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/postgresql-git.git (read-only, click to copy) |
---|---|
Package Base: | postgresql-git |
Description: | Sophisticated object-relational DBMS |
Upstream URL: | https://www.postgresql.org/ |
Licenses: | PostgreSQL |
Conflicts: | postgresql |
Provides: | postgresql |
Submitter: | EndlessEden |
Maintainer: | a821 |
Last Packager: | a821 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-02-08 06:46 (UTC) |
Last Updated: | 2024-07-23 16:30 (UTC) |
Dependencies (33)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- icu (icu-gitAUR)
- krb5 (krb5-gitAUR)
- libldap
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- libxslt (libxslt-gitAUR)
- llvm-libs (llvm-libs-rocm-gitAUR, llvm-libs-gitAUR)
- lz4 (lz4-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- pam (pam-selinuxAUR)
- postgresql-libs-gitAUR
- readline (readline-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR)
- util-linux-libs (util-linux-libs-selinuxAUR, util-linux-libs-aesAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- docbook-xml (make)
- Show 13 more dependencies...
Required by (344)
- adminer (requires postgresql) (optional)
- adminer-editor (requires postgresql) (optional)
- adminer-git (requires postgresql) (optional)
- akkoma (requires postgresql) (optional)
- akkoma-bin (requires postgresql) (optional)
- akkoma-git (requires postgresql) (optional)
- akonadi-git (requires postgresql) (make)
- akonadi-git (requires postgresql) (optional)
- alerta (requires postgresql) (optional)
- anastasis (requires postgresql)
- anastasis-git (requires postgresql)
- anastasis-gtk (requires postgresql)
- anastasis-gtk-git (requires postgresql)
- appflowy-cloud (requires postgresql) (optional)
- armitage-git (requires postgresql)
- arsse (requires postgresql) (optional)
- arsse-git (requires postgresql) (optional)
- asterisk (requires postgresql) (optional)
- asterisk-cisco (requires postgresql) (optional)
- asterisk-lts-18 (requires postgresql) (optional)
- Show 324 more...
Latest Comments
a821 commented on 2023-09-06 21:27 (UTC) (edited on 2023-09-06 21:41 (UTC) by a821)
Hi @MarsSeed, indeed you are right. However luckily,
16.beta2 < 16.0
(*) and looking at the past postgresql releases, the next release will probably be16.1
, so for the moment I will leave it like this and hope for the best :)(*) Upstream uses a weird tag convention (REL_16_BETA2 in this case) so I put a "dot" where it shouldn't be... I will be keeping an eye on this. So far the
pkgver
is increasing (I checked the last commit as of today).Edit: I forgot to add that the next official release of postgresql will likely be
16.0
and not16
(I do not know why I looked at the arch releases), so thepkgver
should still be monotonic, but let's see.MarsSeed commented on 2023-09-06 18:54 (UTC)
Hi, @a821,
I would just like to point your attention to the fact that pacman considers this
16.beta2
version to be newer than the prospective version16
.The beta pkgver suffix is only lower than the unsuffixed number if there is no separator character between the number and the alphabetic part:
You'd have to do some magic to targetedly eliminate the separator character before a possible alphabetical version tag suffix. Maybe something like I did earlier in this
PKGBUILD
EndlessEden commented on 2022-05-28 05:19 (UTC)
Will update following personal matters (funerals)
EndlessEden commented on 2022-04-06 00:43 (UTC) (edited on 2022-04-06 01:01 (UTC) by EndlessEden)
upstream has dropped support for python2, please remove all references to it.
SeoFernando commented on 2022-04-01 01:57 (UTC)
Is there a way to drop the python2 requirements?
intgr commented on 2017-03-15 19:46 (UTC)