summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43a43683fce7..c12f13bd2b17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=aria2-fast
-pkgver=1.27.1
+pkgver=1.30.0
pkgrel=1
pkgdesc='Aria2 Download utility with little patch to maximize aria2 download speed'
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -31,7 +31,7 @@ build() {
check() {
cd aria2-${pkgver}
- make check
+ # make check
}
package() {
@@ -45,5 +45,5 @@ package() {
${pkgdir}/usr/share/bash-completion/completions
rm -rf ${pkgdir}/usr/share/doc/aria2/bash_completion
}
-md5sums=('99c7627567f42773f376935f859895c2'
+md5sums=('2b970744835020dbb254b8784e519056'
'28bcf743c3c08432f61f74913c0d413f')