Package updated, thank you annoyingduck
Search Criteria
Package Details: ocz-ssd-utility 2.3.2963-1
Git Clone URL: | https://aur.archlinux.org/ocz-ssd-utility.git (read-only) |
---|---|
Package Base: | ocz-ssd-utility |
Description: | A GUI based tool for managing OCZ SSD including firmware and BIOS updates. |
Upstream URL: | https://ocz.com/us/download/ |
Licenses: | |
Submitter: | Muflone |
Maintainer: | Muflone |
Last Packager: | Muflone |
Votes: | 14 |
Popularity: | 0.146795 |
First Submitted: | 2016-09-04 20:43 |
Last Updated: | 2017-11-19 02:18 |
Dependencies (3)
- fontconfig (fontconfig-git, fontconfig-infinality, fontconfig-ubuntu, fontconfig-srb, fontconfig-infinality-ultimate)
- libgl (nvidia-346xx-libgl, glshim-git, nvidia-libgl-352, catalyst-total-hd234k, catalyst-firepro, catalyst-libgl, nvidia-libgl-llb, libhybris-libgl-git, libhybris-ext-libgl-git, mesa-hybris-libgl, nvidia-tesla-libgl, nvidia-libgl-vulkan-developer-beta, mesa-libgl-noglvnd, libglvnd-git, amdgpu-pro-libgl, catalyst-total, nvidia-libgl-full-beta, nvidia-libgl-full-beta-all, nvidia-libgl-beta, catalyst-test, libglvnd, nvidia-340xx-utils)
- libxrender
Required by (0)
Sources (5)
Latest Comments
brittyazel commented on 2016-10-26 04:34
Muflone commented on 2016-10-23 16:18
annoyingduck commented on 2016-09-26 17:51
I'm showing an update available to version 2.2.2645. Is it OK to update through the program's GUI, or should I wait until this package is updated? I assume wait, but I figured I'd ask before attempting to update via the program.
Muflone commented on 2016-09-04 20:47
This package is going to be merged into the package ocz-ssd-utility
nos1609 commented on 2016-09-02 15:22
New PKGBUILD just in case
# Maintainer: jdarch <jda -dot- cloud -plus- archlinux -at- gmail -dot- com>
pkgname=oczssdutility
pkgver=2.1.2542
pkgrel=1
pkgdesc="A GUI based tool for managing OCZ’s SSD’s including firmware and BIOS updates."
arch=('i686' 'x86_64')
url="http://ocz.com"
license=('custom')
depends=('libxrender' 'libxext')
install=oczssdguru.install
if [ "$CARCH" == x86_64 ] ; then
_bits=64
fi
if [ "$CARCH" == i686 ] ; then
_bits=32
fi
source=("http://ocz.com/download/software/ssd-utility/${pkgver}/SSDUtility_${pkgver}.tar.gz"
"SSDGuru_polkit"
"oczssdguru.png"
"oczssdguru.desktop"
"org.archlinux.pkexec.oczssdguru.policy")
md5sums=('SKIP'
'e25e656fc0264cb754394bc03dba261e'
'5c04a46b8505846f61585216372d02bb'
'054caff078ef6371b96a436993a9a4a5'
'728991ff8eaaa9d323b794f9ee3956ff')
sha512sums=('SKIP'
'a8cc626ccf90c407c2686c815142d83489e2ab14e468011f6b35771979b99f913ff6c5a97761c50af21d80645d94b6e29cfa52f23efe4a53c7bc114be426ece4'
'16936c5d9f018ed57e16565421ad9c3a248743f9e8eaeeac73e81524e6a34fe66843b86a23e045efeb1d48d9f0461ea555d050bdd7326329daddaddd0ef9c452'
'124111b60da64afcef33c2d81add8f9b4a5edb9ba340880cbdfbb6224f7b378c7f2892c51311c22b258052fa41f208c8e51162f1d7886746db420c7054a14dca'
'115abf03957f3da0d3f54f5bc340270d18cbbedaaaa2e7d23a16f54e9b4ac978b4c7e5a7ad83982cc5a4f5bf7f8f00b5c382d3a8b2ee196af621525d0866cf1b')
package() {
install -D -m755 "${srcdir}/SSDUtility/linux${_bits}/SSDUtility" "${pkgdir}/usr/bin/SSDUtility"
install -D -m755 "${srcdir}/SSDGuru_polkit" "${pkgdir}/usr/bin/SSDUtility_polkit"
install -D -m644 "${srcdir}/oczssdguru.png" "${pkgdir}/usr/share/icons/oczssdutility.png"
install -D -m644 "${srcdir}/oczssdguru.desktop" "${pkgdir}/usr/share/applications/oczssdutility.desktop"
install -D -m644 "${srcdir}/org.archlinux.pkexec.oczssdguru.policy" "${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.oczssdutility.policy"
install -D -m644 "${srcdir}/SSDUtility/TAEC_OCZLicense.rtf" "${pkgdir}/usr/share/licenses/${pkgname}/TAEC_OCZLicense.rtf"
}
nos1609 commented on 2016-09-02 15:06
2.1.2542 is out under TOSHIBA branding and SSDUtility name
cobalt commented on 2016-06-17 07:41
Source file not available anymore.
mikhailnov commented on 2016-05-10 13:28
The checksums don't match
Since the update, i'm getting this error:
No protocol specified
QXcbConnection: Could not connect to display :0
/usr/bin/ocz-ssd-utility_polkit: line 6: 8414 Aborted (core dumped) pkexec --disable-internal-agent "/usr/bin/ocz-ssd-utility" "$@"