Package Details: minio 2025.10.15-1

Git Clone URL: https://aur.archlinux.org/minio.git (read-only, click to copy)
Package Base: minio
Description: Object storage server compatible with Amazon S3
Upstream URL: https://minio.io
Licenses: AGPL-3.0-or-later
Submitter: gromit
Maintainer: gromit
Last Packager: gromit
Votes: 2
Popularity: 0.126122
First Submitted: 2025-12-16 13:04 (UTC)
Last Updated: 2025-12-16 13:04 (UTC)

Latest Comments

fuhry commented on 2026-03-03 14:59 (UTC)

PostgreSQL distributor Pigsty (https://pigsty.io) has forked MinIO: https://github.com/pgsty/minio

I rebuilt the package against their fork and it works fine.

diff --git a/PKGBUILD b/PKGBUILD
index 5e6a4c8..c704157 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
 # Contributor: Daniel Maslowski <info@orangecms.org>

 pkgname=minio
-pkgver=2025.10.15
-_timever=T17-29-55Z
+pkgver=2026.02.14
+_timever=T12-00-00Z
 _pkgver="${pkgver//./-}${_timever//:/-}"
 pkgrel=1
 pkgdesc='Object storage server compatible with Amazon S3'
@@ -16,12 +16,12 @@ license=('AGPL-3.0-or-later')
 depends=('glibc')
 makedepends=('go' 'git')
 options=(!lto)
-source=(git+https://github.com/minio/minio.git#tag=RELEASE.${_pkgver}
+source=(git+https://github.com/pgsty/minio.git#tag=RELEASE.${_pkgver}
         minio.conf
         minio.service
         minio.sysusers)
 backup=('etc/minio/minio.conf')
-sha512sums=('cb30e6411e0ad30c7188343a8515d82d74b3cc83dcc575a244d17248ac9e2c0689034d773c5afa9ef88b3bc1cb6948d54c8165b9ddd3016a42f7f459b349b656'
+sha512sums=('3bb47778d7288dcc98905990ce38f7a186f5f5cbfae88034aac429838dc9677da510c94ef04a5703a5718e01de10f75ab4756023cd61346007face995b6575eb'
             '9fb09d19af9d7a00e4680cd92d208ddd44ce52328f6efee68d7ee47f591cbe77ee88ce139a677bcf8836de0643de18c6c7c4005d50b0056f9b861c3d595e5233'
             'f4df8e50618712b6e5f62e2674eca4430ef17ef003426bd83ea6b427da4e0fb519589cc14547b08db4b4a0de114488920071295a680b0c1cb5fd508d31576190'
             'd55f0b62d9236d66c267b57edf40e60756ce3d12be956cd71c0ab306ea70cb58bb9297e2568483963498917e7b64260d4951ed789be3dffa2ece892923c6093a')

G3Xg2xV6A commented on 2026-02-15 18:13 (UTC) (edited on 2026-02-15 18:14 (UTC) by G3Xg2xV6A)

Looks like the github repository has moved to the Public Archive status.

https://github.com/minio/minio
https://blog.min.io/minio-aistor-vs-minio-oss-technical-comparison/

As of late 2025, MinIO Open Source Community Edition is no longer maintained.

No new features, enhancements, or bug fixes are being added. The OSS version has effectively frozen in development. MinIO AIStor continues to receive active investment, with major improvements over the past 24+ months focused on reliability, security, scale, performance, and modern data lakehouse / AI capabilities. These additions address enterprise-grade requirements, from high-throughput AI workloads to regulated compliance environments, making AIStor a comprehensive evolution beyond basic object storage.

Note for existing OSS users: MinIO continues to backport critical fixes to customer-specific branches and provide support during migration to AIStor.