summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyrozap2015-08-16 02:42:51 -0500
committercyrozap2015-08-16 02:42:51 -0500
commitfbe93aac4040a2badab52849c736989b44863ccf (patch)
tree29572d5e88e7d530971c5ff23b51106254b3b11f
parent13b86dcf4bacc5f739683869fdad61530bbc4eb8 (diff)
downloadaur-fbe93aac4040a2badab52849c736989b44863ccf.tar.gz
Removed unnecessary alternate file names
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 434e67a1ebae..6068cff34ff2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,11 +13,11 @@ options=('!strip')
backup=('etc/digilent-adept.conf' 'etc/ld.so.conf.d/digilent-adept-libraries.conf' 'etc/udev/rules.d/52-digilent-usb.rules')
if [[ $CARCH == 'i686' ]]; then
- source=("${pkgname}_${pkgver}_i386.deb::http://www.digilentinc.com/Data/Products/ADEPT2/${pkgname}_${pkgver}_i386.deb")
+ source=("http://www.digilentinc.com/Data/Products/ADEPT2/${pkgname}_${pkgver}_i386.deb")
sha1sums=('42d939af49701ffefc229720d45c47be7d1e1860')
sha256sums=('da3f3e41c66120c2799768a10c3c9cc956e0d7068ddbe104a09f78b299e856f3')
elif [[ $CARCH == 'x86_64' ]]; then
- source=("${pkgname}_${pkgver}_amd64.deb::http://www.digilentinc.com/Data/Products/ADEPT2/${pkgname}_${pkgver}_amd64.deb")
+ source=("http://www.digilentinc.com/Data/Products/ADEPT2/${pkgname}_${pkgver}_amd64.deb")
sha1sums=('34968e47627b8f5dc3d92bcfb9e49e601c6fcfa1')
sha256sums=('45f66f9803cad62fa6c4468903e12556c66ee95dd433f1c6e91cadca44e50679')
fi