summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Demidov2016-03-16 15:15:35 +0300
committerDenis Demidov2016-03-16 15:15:35 +0300
commit516009d458d065e321256c0b3628437f5130dfb9 (patch)
tree0fbb16aa30405bd4b26a6b2205f470e08984e6c3
parent601428a5011f4b6bb6e29491d6bf483f76e4442a (diff)
downloadaur-516009d458d065e321256c0b3628437f5130dfb9.tar.gz
source should be an array
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3fbf575df06..3989a1c12f7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer Denis Demidov <dennis.demidov@gmail.com>
pkgname=hpx-git
-pkgrel=4
-pkgver=20151116
+pkgrel=5
+pkgver=20160316
pkgdesc="A general purpose C++ runtime system for parallel and distributed applications of any scale"
arch=("any")
url="http://stellar-group.org/libraries/hpx"
@@ -12,7 +12,7 @@ conflicts=("hpx")
license=("boost")
options=("staticlibs")
-source="https://github.com/STEllAR-GROUP/hpx/archive/master.zip"
+source=("https://github.com/STEllAR-GROUP/hpx/archive/master.zip")
md5sums=("SKIP")
pkgver() {