summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUffe Jakobsen2015-08-04 11:30:15 +0200
committerUffe Jakobsen2015-08-04 11:30:15 +0200
commit0b52e18fd07ff412b83dec878381a965958149f4 (patch)
tree1e4468d4230c42389391a91b251e02efaf79e346 /PKGBUILD
parent564314e0d01c50b69616c4be0580b21bb4947e37 (diff)
downloadaur-0b52e18fd07ff412b83dec878381a965958149f4.tar.gz
Fix typo in arch attr
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ffd3212ea00..fa4907054732 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=1.06
pkgrel=1
epoch=
pkgdesc="collection of tools for managing UNIX services - derived from the public-domain release of daemontools by D. J. Bernstein."
-arch=('i686', 'x86_64')
+arch=('i686' 'x86_64')
url="http://untroubled.org/daemontools-encore"
license=('unknown')
groups=()