Package Details: vuescan-bin 9.8.37-1

Git Clone URL: https://aur.archlinux.org/vuescan-bin.git (read-only, click to copy)
Package Base: vuescan-bin
Description: A powerful proprietary scanning tool developed by Hamrick Software
Upstream URL: https://www.hamrick.com/
Keywords: scanning
Licenses: custom
Submitter: ninian
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 50
Popularity: 0.053994
First Submitted: 2015-08-28 21:59 (UTC)
Last Updated: 2024-10-07 20:59 (UTC)

Pinned Comments

FabioLolix commented on 2022-07-22 19:20 (UTC)

THE PKGBUILD IS NOW CONSIDERED LIKE A VCS ONE, THIS MEAN IT WILL NOT BE BUMPED FOR EVERY VERSION, REPORT ONLY BUILD PROBLEMS NOT NEW VERSIONS!!

THE PKGBUILD IS NOW CONSIDERED LIKE A VCS ONE, THIS MEAN IT WILL NOT BE BUMPED FOR EVERY VERSION, REPORT ONLY BUILD PROBLEMS NOT NEW VERSIONS!!

THE PKGBUILD IS NOW CONSIDERED LIKE A VCS ONE, THIS MEAN IT WILL NOT BE BUMPED FOR EVERY VERSION, REPORT ONLY BUILD PROBLEMS NOT NEW VERSIONS!!

FabioLolix commented on 2022-06-11 18:18 (UTC)

OCR is only available for the professional edition, OCR files should be splitted to a separate pkgbuild? Send your opinion at my email

FabioLolix commented on 2022-03-25 16:26 (UTC) (edited on 2024-12-11 21:02 (UTC) by FabioLolix)

The pkgbuild is now considered like a VCS one, this mean it will NOT be bumped for every version, report ONLY build problems not new versions.


Complainers who can't read: 20


Rebuild!

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

thibaultmol commented on 2021-07-02 12:27 (UTC) (edited on 2022-01-01 15:37 (UTC) by thibaultmol)

@snvmk a couple comments down you would have seen the answer: https://aur.archlinux.org/packages/vuescan-bin/#comment-803268

Also: The developer unfortunately constantly changes it and doesn't like having his software available via stuff like the AUR: https://lists.archlinux.org/pipermail/aur-general/2021-May/036313.html

snvmk commented on 2021-07-02 11:59 (UTC)

Hi, when checksums update? Says it is failed. i need to make my scanner work, not working with sane/snapscan :(

g4c commented on 2021-06-12 19:56 (UTC)

With each update, you can just run 'updpkgsums' in the PKGBUILD directory and it will automatically download the files, calculate new checksums, and save them back to the PKGBUILD.

hotfloppy commented on 2021-06-08 03:14 (UTC) (edited on 2021-06-08 03:15 (UTC) by hotfloppy)

Updated sha256sums for all archs (but only tested for x86_64).

# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
# Contributor: ninian <mcfadzean.org.uk ta linux>

pkgname=vuescan-bin
pkgver=9.7.55
pkgrel=1
pkgdesc="A powerful proprietary scanning tool developed by Hamrick Software"
arch=(i686 x86_64 armv6h aarch64)
url="https://www.hamrick.com/"
license=('custom')
depends=(gtk2 libsm libusb-compat)
options=(!strip) # required to accept registration details
source=(vuescan-LICENSE.txt)
source_i686=("vuescan-x32-$(date +%F-%H).rpm::https://www.hamrick.com/files/vuex3297.rpm")
source_x86_64=("vuescan-x64-$(date +%F-%H).rpm::https://www.hamrick.com/files/vuex6497.rpm")
source_aarch64=("vuescan-arm64-$(date +%F-%H).rpm::https://www.hamrick.com/files/vuea6497.rpm")
source_armv6h=("vuescan-arm32-$(date +%F-%H).rpm::https://www.hamrick.com/files/vuea3297.rpm")
sha256sums=('6dbe377ee83561ef0b12fec64dadb5c81beb1f9ee274284c09184366bad1a6d6')
sha256sums_i686=('105ee281718dcb3139b31c42e2889741cc74c6ef8b3b2d04be985a955f5d965d')
sha256sums_x86_64=('80249b962616602b610b31f391e89f89f205449085d54e5f8393a22adda87b34')
sha256sums_armv6h=('3e1382a2c3eb821fe130e57c479b4321f098550d758b24fc42cb08563b11473f')
sha256sums_aarch64=('cbe556089ec4d1a112d719b679354c38e8ef5649c646725166abf0dccfe9fabe')

package() {
  cp -a "${srcdir}"/usr "${pkgdir}"/
  cp -a "${srcdir}"/lib "${pkgdir}"/usr
  install -Dm644 "${srcdir}/vuescan-LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
}

or you can just SKIP the sha256 checksum altogether to reuse the same PKGBUILD again. (not recommended)

# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
# Contributor: ninian <mcfadzean.org.uk ta linux>

pkgname=vuescan-bin
pkgver=9.7.55
pkgrel=1
pkgdesc="A powerful proprietary scanning tool developed by Hamrick Software"
arch=(i686 x86_64 armv6h aarch64)
url="https://www.hamrick.com/"
license=('custom')
depends=(gtk2 libsm libusb-compat)
options=(!strip) # required to accept registration details
source=(vuescan-LICENSE.txt)
source_i686=("vuescan-x32-$(date +%F-%H).rpm::https://www.hamrick.com/files/vuex3297.rpm")
source_x86_64=("vuescan-x64-$(date +%F-%H).rpm::https://www.hamrick.com/files/vuex6497.rpm")
source_aarch64=("vuescan-arm64-$(date +%F-%H).rpm::https://www.hamrick.com/files/vuea6497.rpm")
source_armv6h=("vuescan-arm32-$(date +%F-%H).rpm::https://www.hamrick.com/files/vuea3297.rpm")
sha256sums=('SKIP')
sha256sums_i686=('SKIP')
sha256sums_x86_64=('SKIP')
sha256sums_armv6h=('SKIP')
sha256sums_aarch64=('SKIP')

package() {
  cp -a "${srcdir}"/usr "${pkgdir}"/
  cp -a "${srcdir}"/lib "${pkgdir}"/usr
  install -Dm644 "${srcdir}/vuescan-LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
}

apastuszak commented on 2021-05-22 03:26 (UTC)

Updated PKGBUILD for X86-64

# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
# Contributor: ninian <mcfadzean.org.uk ta linux>

pkgname=vuescan-bin
pkgver=9.7.55
pkgrel=1
pkgdesc="A powerful proprietary scanning tool developed by Hamrick Software"
arch=(i686 x86_64 armv6h aarch64)
url="https://www.hamrick.com/"
license=('custom')
depends=(gtk2 libsm libusb-compat)
options=(!strip) # required to accept registration details
source=(vuescan-LICENSE.txt)
source_i686=("vuescan-x32-$(date +%F-%H).rpm::https://www.hamrick.com/files/vuex3297.rpm")
source_x86_64=("vuescan-x64-$(date +%F-%H).rpm::https://www.hamrick.com/files/vuex6497.rpm")
source_aarch64=("vuescan-arm64-$(date +%F-%H).rpm::https://www.hamrick.com/files/vuea6497.rpm")
source_armv6h=("vuescan-arm32-$(date +%F-%H).rpm::https://www.hamrick.com/files/vuea3297.rpm")
sha256sums=('6dbe377ee83561ef0b12fec64dadb5c81beb1f9ee274284c09184366bad1a6d6')
sha256sums_i686=('5416c2550a6c7506ebf1b807e8bbdd6933f1088f0041ae80fa652a3be4b8f27b')
sha256sums_x86_64=('aa56eb6c80cfcf3393131d60ab8222968f3923066f1f55c31d1f647ba97cbf56')
sha256sums_armv6h=('bf5270cb89e4a562f5fba825f6fd836eda372b551aa2f41b181a76b4eaf7c1c1')
sha256sums_aarch64=('ed0e5b92c611ee66f5f6661bfbd5844407f48d76f50fe2438816d48b74c9cda1')

package() {
  cp -a "${srcdir}"/usr "${pkgdir}"/
  cp -a "${srcdir}"/lib "${pkgdir}"/usr
  install -Dm644 "${srcdir}/vuescan-LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
}

kb2qqm commented on 2021-04-22 15:45 (UTC) (edited on 2021-04-22 15:49 (UTC) by kb2qqm)

To get the updated packages to load edit the file with the SHA256 hash with uppercase 'SKIP'

example:

sha256sums=('SKIP')
sha256sums_i686=('SKIP')
sha256sums_x86_64=('SKIP')
sha256sums_armv6h=('SKIP')
sha256sums_aarch64=('SKIP')

Then hit build and it will update the program.

chetwisniewski commented on 2021-04-11 23:49 (UTC)

SHA updated to bfe463d01da3fd720e3a1161c3947a2f75c87de8ce89b19fa214d9cd5f2ff5fd

Durag commented on 2021-03-11 00:59 (UTC)

Please remove the sha256sum check! This package is updating so often and everytime I try to update, the sha256sum is already out of date again.

simona commented on 2021-01-22 13:22 (UTC)

==> Validazione di source_x86_64 file con sha256sums...
vuescan-bin-x64-2021-01-22-14.rpm ... NON RIUSCITO
==> ERRORE: Uno o più file non hanno superato il controllo di validità!

remove sha256sum check in package?

thibaultmol commented on 2020-12-08 15:37 (UTC)

it's out of date again. Q: is there something that hamrick could do about this? Have a different download url or something? Or maybe this package could just become a git style package as @aggraef said earlier this year