summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Lamby2016-02-13 20:42:46 +0100
committerPeter Lamby2016-02-13 20:42:46 +0100
commit2ee4736bdf1170f0d1be60094de8c006de207ad9 (patch)
tree3ab879d9b6dd5d293bef9a70aed1973ff6feb529 /PKGBUILD
parenteea6b4104ef0f38bd9c3c710d1fb567653a795bb (diff)
downloadaur-2ee4736bdf1170f0d1be60094de8c006de207ad9.tar.gz
Fix syntax error
Nayru2210 commented on 2016-02-13 18:48 I was getting an error of "==> ERROR: url should not be an array" when trying to build. changing the parenthesis around the url in the url section to quotation marks fixed it right away
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f7ee938b23d..4bab04e93b06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=intel-tbb
pkgname=lib32-${_pkgname}
pkgver=4.4u2
-pkgrel=1
+pkgrel=2
pkgdesc="32-bit multilib version of Intel's Threaded Building Blocks library"
arch=(x86_64)
license=('GPL')
depends=('lib32-gcc-libs')
makedepends=('gcc-multilib')
-url=(http://threadingbuildingblocks.org)
+url="http://threadingbuildingblocks.org"
source=(https://www.threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb44_20151115oss_src.tgz)
sha1sums=('5d81fe397e97e74a5645ce30c5b218852c799f07')