diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-17 01:02:46 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-17 01:02:46 -0500 |
commit | 8e1da3da67e88dd378bd80f3a36628e1d1192bd7 (patch) | |
tree | 4f5a069fd2babb5126a9821ef8e9f532c9cdce14 /community/start-stop-daemon | |
parent | 5baa8466f439933d7d1cea79d455721c047a1a72 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/start-stop-daemon')
-rw-r--r-- | community/start-stop-daemon/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/start-stop-daemon/PKGBUILD b/community/start-stop-daemon/PKGBUILD index a9ba3f285..a884da84b 100644 --- a/community/start-stop-daemon/PKGBUILD +++ b/community/start-stop-daemon/PKGBUILD @@ -7,7 +7,7 @@ pkgname=start-stop-daemon pkgver=1.15.8.12 pkgrel=1 pkgdesc='Start and stop system daemon programs' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url='http://packages.qa.debian.org/d/dpkg.html' depends=('glibc') |