summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGalen Sampson2014-04-05 15:44:18 -0700
committerGalen Sampson2014-04-05 15:44:18 -0700
commit0a3c845976e88d3c3888e33723af8202b743c182 (patch)
tree794b1868590101cd3c33c25e53b8ab4d34d86bf6
parent96d94a05206abd03c0dc31dcd06f996eb49619a5 (diff)
downloadaur-0a3c845976e88d3c3888e33723af8202b743c182.tar.gz
pkgname: revert the use of an array.
* The pkgname can either be the package name or an array. The array is used for split packages. AUR doesn't support split packages so it rejects this package. Just use the name instead of the array that was introduced in commit 81a940.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85ddc02af679..552982bb4546 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Galen Sampson <galen.sampson at gmail dot com>
# Contributor: David Roheim <david dot roheim at gmail dot com>
-pkgname=('trafficserver')
+pkgname='trafficserver'
pkgver=4.2.0
pkgrel=1
pkgdesc="Apache Traffic Server"