diff options
-rw-r--r-- | community/fcron/systab.orig | 4 | ||||
-rw-r--r-- | community/vsftpd/PKGBUILD | 2 | ||||
-rw-r--r-- | core/dirmngr/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/nmap/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/sqlite/PKGBUILD | 2 | ||||
-rw-r--r-- | extra/systemd/PKGBUILD | 2 |
6 files changed, 5 insertions, 9 deletions
diff --git a/community/fcron/systab.orig b/community/fcron/systab.orig deleted file mode 100644 index 5b0045626..000000000 --- a/community/fcron/systab.orig +++ /dev/null @@ -1,4 +0,0 @@ -&bootrun 01 * * * * /usr/sbin/run-cron /etc/cron.hourly -&bootrun 02 00 * * * /usr/sbin/run-cron /etc/cron.daily -&bootrun 22 00 * * 0 /usr/sbin/run-cron /etc/cron.weekly -&bootrun 42 00 1 * * /usr/sbin/run-cron /etc/cron.monthly diff --git a/community/vsftpd/PKGBUILD b/community/vsftpd/PKGBUILD index 6be0249c3..7141e1acb 100644 --- a/community/vsftpd/PKGBUILD +++ b/community/vsftpd/PKGBUILD @@ -7,7 +7,7 @@ pkgname=vsftpd pkgver=3.0.0 pkgrel=1 pkgdesc="Very Secure FTP daemon" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://security.appspot.com/vsftpd.html" license=('GPL2') depends=('openssl') diff --git a/core/dirmngr/PKGBUILD b/core/dirmngr/PKGBUILD index 40e0c74fc..ef1ca2e93 100644 --- a/core/dirmngr/PKGBUILD +++ b/core/dirmngr/PKGBUILD @@ -5,7 +5,7 @@ pkgname=dirmngr pkgver=1.1.0 pkgrel=4 pkgdesc="A daemon to handle CRL and certificate requests" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="ftp://ftp.gnupg.org/gcrypt/dirmngr" depends=('libgcrypt' 'libldap' 'libksba' 'libgpg-error' 'libassuan' 'pth') diff --git a/extra/nmap/PKGBUILD b/extra/nmap/PKGBUILD index bee773096..5762345ec 100644 --- a/extra/nmap/PKGBUILD +++ b/extra/nmap/PKGBUILD @@ -4,7 +4,7 @@ pkgname=nmap pkgver=5.51 -pkgrel=3 +pkgrel=3.1 pkgdesc="A network exploration tool and security/port scanner" arch=('i686' 'x86_64' 'mips64el') url="http://nmap.org" diff --git a/extra/sqlite/PKGBUILD b/extra/sqlite/PKGBUILD index 346ad8bc8..f8eb10608 100644 --- a/extra/sqlite/PKGBUILD +++ b/extra/sqlite/PKGBUILD @@ -10,7 +10,7 @@ _amalgamationver2=${_amalgamationver/00/} pkgver=3.7.11 pkgrel=2 pkgdesc="A C library that implements an SQL database engine" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom') url="http://www.sqlite.org/" makedepends=('tcl' 'readline') diff --git a/extra/systemd/PKGBUILD b/extra/systemd/PKGBUILD index c09599940..8594c4e05 100644 --- a/extra/systemd/PKGBUILD +++ b/extra/systemd/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=systemd pkgname=('systemd' 'libsystemd') pkgver=44 pkgrel=5 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.freedesktop.org/wiki/Software/systemd" license=('GPL2') makedepends=('acl' 'cryptsetup' 'dbus-core' 'docbook-xsl' 'gperf' 'intltool' |