Package Details: mementodb 3.4.0-1

Git Clone URL: https://aur.archlinux.org/mementodb.git (read-only, click to copy)
Package Base: mementodb
Description: A complex, easy-to-use and customizable solution for database management
Upstream URL: https://mementodatabase.com
Keywords: memento mementodb user-friendly
Licenses: LicenseRef-MementoDBInc
Submitter: blx32
Maintainer: mhdi
Last Packager: mhdi
Votes: 2
Popularity: 0.94
First Submitted: 2020-08-15 16:04 (UTC)
Last Updated: 2024-11-06 18:53 (UTC)

Dependencies (9)

Required by (0)

Sources (1)

Latest Comments

EvPix commented on 2024-11-06 20:24 (UTC)

@mhdi, thanks for becoming the maintainer of the package and updating to the latest version.

DSC commented on 2024-05-18 18:33 (UTC) (edited on 2024-05-18 18:34 (UTC) by DSC)

The pkgbuild below will generate a package for the latest version of memento. Please note that java is required.

#begin PKGBUILD
pkgname=mementodb
pkgver=3.2.1
pkgrel=1
pkgdesc="GUI to manage databases"
arch=('x86_64')
url="https://mementodatabase.com"
license=('custom')
depends=('jre-openjdk')
source=("${url}/download/${pkgname}-${pkgver}-linux.rpm")
sha256sums=('2f092ffdf5001594e1e27eff8f272f5ee9ca3b9a033eb0100a486400ea0d3a5c')
package() {
    install -dm755 "${pkgdir}/opt/${pkgname}"
    cp --preserve=mode -r "${srcdir}/opt/${pkgname}/"* "${pkgdir}/opt/${pkgname}"

    install -Dm644 "${srcdir}/opt/${pkgname}/lib/${pkgname}-${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"

    install -Dm644 "${srcdir}/opt/${pkgname}/lib/${pkgname}.png" "${pkgdir}/usr/share/icons/hicolor/128x128/apps/${pkgname}.png"

    install -dm755 "${pkgdir}/usr/bin"
    ln -s "/opt/${pkgname}/bin/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"

    chmod +r "${pkgdir}/opt/${pkgname}/lib/app/${pkgname}.jar"
}

warp4ever commented on 2023-11-27 20:22 (UTC)

Package version is now 3.1.0 and is a very different build than v1 and v2

warp4ever commented on 2023-08-12 17:50 (UTC) (edited on 2023-08-12 19:27 (UTC) by warp4ever)

New version 2.0.0 is now available at mementodatabase.com Any chance of an upgrade through AUR?

While waiting for an upgrade, download an unpack mementodb-2.0.0-x86_64.deb

and copy mementodb/app/mementodb.jar and mementodb.cfg to /opt/mementodb/app/

warp4ever commented on 2023-07-13 00:40 (UTC)

current version is 1.12.0-1 Upgrade 1.13.2 (deb) is available at memento.

txelu commented on 2022-05-14 17:40 (UTC)

Current version is 1.11.1 and this package is broken as link to download the version 1.10.1 is no longer valid.