summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPandada82016-12-28 03:13:23 +0800
committerPandada82016-12-28 03:13:23 +0800
commit7479e47ae4d02556e5818612ec3ecc579f6fc88e (patch)
treee3802caf139a2e65cb6a5f7cfd8ffc170f746809
parent1b84ec1a4eba3e719350774aebee202bd42d148f (diff)
downloadaur-7479e47ae4d02556e5818612ec3ecc579f6fc88e.tar.gz
bum
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a55262e58db1..de7a02d72639 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Sep 18 00:25:36 UTC 2016
+# Tue Dec 27 18:55:37 UTC 2016
pkgbase = aria2-fast
pkgdesc = Aria2 Download utility with little patch to maximize aria2 download speed
- pkgver = 1.27.1
+ pkgver = 1.30.0
pkgrel = 1
url = http://aria2.sourceforge.net/
arch = i686
@@ -19,9 +19,9 @@ pkgbase = aria2-fast
depends = libssh2
provides = aria2
conflicts = aria2
- source = https://github.com/aria2/aria2/releases/download/release-1.27.1/aria2-1.27.1.tar.xz
+ source = https://github.com/aria2/aria2/releases/download/release-1.30.0/aria2-1.30.0.tar.xz
source = aria2-fast.patch
- md5sums = 99c7627567f42773f376935f859895c2
+ md5sums = 2b970744835020dbb254b8784e519056
md5sums = 28bcf743c3c08432f61f74913c0d413f
pkgname = aria2-fast
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')