summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUffe Jakobsen2015-08-04 11:30:15 +0200
committerUffe Jakobsen2015-08-04 11:30:15 +0200
commit0b52e18fd07ff412b83dec878381a965958149f4 (patch)
tree1e4468d4230c42389391a91b251e02efaf79e346
parent564314e0d01c50b69616c4be0580b21bb4947e37 (diff)
downloadaur-0b52e18fd07ff412b83dec878381a965958149f4.tar.gz
Fix typo in arch attr
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 619a3a16b132..8451fe0287cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = daemontools-encore
pkgver = 1.06
pkgrel = 1
url = http://untroubled.org/daemontools-encore
- arch = i686,
+ arch = i686
arch = x86_64
license = unknown
depends = glibc
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=()