Package Details: digilent.adept.utilities 2.7.1-1

Git Clone URL: https://aur.archlinux.org/digilent.adept.utilities.git (read-only, click to copy)
Package Base: digilent.adept.utilities
Description: Digilent Adept Utilities.
Upstream URL: https://digilent.com/reference/software/adept/start
Keywords: Adept digilent
Licenses: custom
Submitter: Knight
Maintainer: mrrb
Last Packager: mrrb
Votes: 10
Popularity: 0.000000
First Submitted: 2015-10-26 08:11 (UTC)
Last Updated: 2021-12-31 11:30 (UTC)

Latest Comments

smallAndSimple commented on 2022-02-18 16:42 (UTC) (edited on 2022-02-18 16:43 (UTC) by smallAndSimple)

djtgcfg seems to break with libusb-1.0.25-2:

djtgcfg --verbose prog -d Basys2 -i 0 -f ~/git/ISEproject_vhdl_experimenting/main_file.bit 139 ↵ Programming device. Do not touch your board. This may take a few minutes... [1] 24667 segmentation fault (core dumped) djtgcfg --verbose prog -d Basys2 -i 0 -f

With libusb-1.0.23-3 everything is fine. From https://bugs.archlinux.org/task/73674 it seems that a fix is required from Digilent? Does anyone have more information on this?

okasha commented on 2021-02-08 16:09 (UTC)

@yjun this comment is not supposed to be on this package I copied it to https://aur.archlinux.org/packages/digilent.adept.runtime/

yjun commented on 2020-10-20 01:43 (UTC)

https://wiki.archlinux.org/index.php/Udev#Installation

udev rules written by the administrator go in /etc/udev/rules.d/, their file name has to end with .rules. The udev rules shipped with various packages are found in /usr/lib/udev/rules.d/.

maybe add udev rules to /usr/lib/udev/rules.d/ instead of /etc/udev/rules.d/ as package files

ccorn commented on 2020-03-19 07:55 (UTC)

@Knight: I have not enough motivation to care for this port as I do not really use it. I was just, sort of, updating dependencies for xilinx-ise and vivado. Thanks for your packaging efforts, people like you make AUR awesome!

Knight commented on 2020-03-18 18:28 (UTC)

@ccorn Thank you! Since I don't use Arch now, could you adopt this package?

ccorn commented on 2020-03-18 17:50 (UTC)

Version and source update:

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
 # Maintainer: Knight <anonymousknight96 AT gmail.com>

 pkgname=digilent.adept.utilities
-pkgver='2.2.1'
-pkgrel=3
+pkgver='2.3.2'
+pkgrel=1
 pkgdesc="The Adept configuration tools"
 arch=('x86_64' 'i686')
 url='https://reference.digilentinc.com/digilent_adept_2'
 license=('custom')
 depends=('digilent.adept.runtime')
 options=('!strip')
-source_x86_64=("https://files.digilent.com/Software/Adept2/${pkgname}_${pkgver}-amd64.deb")
-source_i686=("https://files.digilent.com/Software/Adept2/${pkgname}_${pkgver}-i386.deb")
-sha256sums_x86_64=('ef70a6715a2850af40a60a4f5f7efeaea66c401ad472a6635611f06324badc3c')
-sha256sums_i686=('ea43d63f75aee4f1affcd3e4cf62a91f8dad9c584bb3c05e15cecff52d5902aa')
+source_x86_64=("https://digilent.s3.amazonaws.com/Software/AdeptUtilities/${pkgver}/${pkgname}_${pkgver}-amd64.deb")
+source_i686=("https://digilent.s3.amazonaws.com/Software/AdeptUtilities/${pkgver}/${pkgname}_${pkgver}-i386.deb")
+sha256sums_x86_64=('ec9eef8340619aeba7d2f10dda63f05be35346302ad1b8f03e1f324f52665b20')
+sha256sums_i686=('12a3ef87ee861c259633d778cf6becba9a5a28f3d079828efe79d7b7169474d7')

 package(){
-    tar -xzf data.tar.gz --exclude="usr/share/lintian" -C "${pkgdir}"/
+    tar -xJf data.tar.xz --exclude="usr/share/lintian" -C "${pkgdir}"/

     [ -d "${pkgdir}"/usr/lib64 ] && mv "${pkgdir}"/usr/{lib64,lib}
     [ -d "${pkgdir}"/usr/sbin ] && mv "${pkgdir}"/usr/{sbin,bin}

Sc00tis_P00tis commented on 2019-01-19 23:48 (UTC)

The x86-64 link's SSL certificate has expired, which prevents curl from downloading the .deb. I solved this by downloading the snapshpot and revising the link to http.

Knight commented on 2018-04-23 08:25 (UTC)

@KP1533TM2 Hi, thanks for your suggestion, the urls have been updated now.

KP1533TM2 commented on 2018-04-22 17:40 (UTC) (edited on 2018-04-22 17:43 (UTC) by KP1533TM2)

Hi there. Donwloading .deb packages from cloud.digilentinc.com results in curl throwing SSL cert problems nowadays, it seems. Looks like this particular one expired just a couple of weeks ago. I'd suggest to update URLs as follows:

source_x86_64=("https://files.digilent.com/Software/Adept2/${pkgname}_${pkgver}-amd64.deb")

source_i686=("https://files.digilent.com/Software/Adept2/${pkgname}_${pkgver}-i386.deb")

I've got them from this page: https://reference.digilentinc.com/reference/software/adept/start?redirect=1#software_downloads