summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorknight422020-03-19 02:27:22 +0800
committerknight422020-03-19 02:27:22 +0800
commitaf5efc26ca801f9d71c03893272219723cce7968 (patch)
tree3318304c9c4243fc696e72ea579df662d9060833
parente9f74ccf93aef22c28001e2cff350ac96fcf0255 (diff)
downloadaur-af5efc26ca801f9d71c03893272219723cce7968.tar.gz
feat: bump to 2.3.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 639ace1045ca..57f09e771b50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
-# Generated by mksrcinfo v8
-# Mon Apr 23 08:22:47 UTC 2018
pkgbase = digilent.adept.utilities
pkgdesc = The Adept configuration tools
- pkgver = 2.2.1
- pkgrel = 3
+ pkgver = 2.3.2
+ pkgrel = 1
url = https://reference.digilentinc.com/digilent_adept_2
arch = x86_64
arch = i686
license = custom
depends = digilent.adept.runtime
options = !strip
- source_x86_64 = https://files.digilent.com/Software/Adept2/digilent.adept.utilities_2.2.1-amd64.deb
- sha256sums_x86_64 = ef70a6715a2850af40a60a4f5f7efeaea66c401ad472a6635611f06324badc3c
- source_i686 = https://files.digilent.com/Software/Adept2/digilent.adept.utilities_2.2.1-i386.deb
- sha256sums_i686 = ea43d63f75aee4f1affcd3e4cf62a91f8dad9c584bb3c05e15cecff52d5902aa
+ source_x86_64 = https://digilent.s3.amazonaws.com/Software/AdeptUtilities/2.3.2/digilent.adept.utilities_2.3.2-amd64.deb
+ sha256sums_x86_64 = ec9eef8340619aeba7d2f10dda63f05be35346302ad1b8f03e1f324f52665b20
+ source_i686 = https://digilent.s3.amazonaws.com/Software/AdeptUtilities/2.3.2/digilent.adept.utilities_2.3.2-i386.deb
+ sha256sums_i686 = 12a3ef87ee861c259633d778cf6becba9a5a28f3d079828efe79d7b7169474d7
pkgname = digilent.adept.utilities
diff --git a/PKGBUILD b/PKGBUILD
index 2bad1a4a7bd1..34ad312b1f6c 100644
--- 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}