summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-07 21:27:58 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-07 21:27:58 -0300
commite17d7021b82d5a27e1a236d14dd7a8567669e273 (patch)
tree5d115df40d3b0f74d2b00c1a8e264474e94ae192 /core
parent0363d5073b581f7d98910a93440d70b98ba29b53 (diff)
added mips64el
Diffstat (limited to 'core')
-rw-r--r--core/cronie/PKGBUILD2
-rw-r--r--core/openssh/PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/core/cronie/PKGBUILD b/core/cronie/PKGBUILD
index 15d70051a..21b2e4427 100644
--- a/core/cronie/PKGBUILD
+++ b/core/cronie/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=7
pkgdesc='Daemon that runs specified programs at scheduled times and related tools'
url='https://fedorahosted.org/cronie/'
license=('custom:BSD')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
depends=('pam' 'bash' 'run-parts')
source=("https://fedorahosted.org/releases/c/r/${pkgname}/${pkgname}-${pkgver}.tar.gz"
diff --git a/core/openssh/PKGBUILD b/core/openssh/PKGBUILD
index af2520525..0af9a3140 100644
--- a/core/openssh/PKGBUILD
+++ b/core/openssh/PKGBUILD
@@ -16,10 +16,6 @@ source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}
'sshd.confd'
'sshd.pam'
'sshd')
-sha1sums=('e610270e0c5484fb291cd81bbcbefbeb5e391a62'
- 'ec102deb69cad7d14f406289d2fc11fee6eddbdd'
- '660092c57bde28bed82078f74011f95fc51c2293'
- '6b7f8ebf0c1cc37137a7d9a53447ac8a0ee6a2b5')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -54,3 +50,7 @@ package() {
-e '/^#UsePAM no$/c UsePAM yes' \
"$pkgdir"/etc/ssh/sshd_config
}
+md5sums=('0541579adf9d55abb15ef927048d372e'
+ 'e2cea70ac13af7e63d40eb04415eacd5'
+ 'cef7ad89eafff241fb92d5c1074c0c0d'
+ '0f286945d846f2ddd02bc4a4e14b0b85')