summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/os-prober/PKGBUILD8
-rw-r--r--community/pam-krb5/PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/community/os-prober/PKGBUILD b/community/os-prober/PKGBUILD
index 60969d142..dfb0ad9b9 100644
--- a/community/os-prober/PKGBUILD
+++ b/community/os-prober/PKGBUILD
@@ -3,16 +3,16 @@
# Contributor: darkcoder <mario_vazq@hotmail.com>
pkgname=os-prober
-pkgver=1.53
+pkgver=1.54
pkgrel=1
pkgdesc="Utility to detect other OSes on a set of drives"
url="http://joey.kitenet.net/code/os-prober/"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL3')
depends=('sh')
source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.gz)
-md5sums=('1435131b60b078a2a8301df3237a6829')
-sha512sums=('4e983d6774cb85df9bec1e8e7ca53d9eec6605bf7308b141d1ee1f118b11534e440a19c0aae17c38f717f433c1ef853ad5879feac1ba4ee10774b3f85bb544ad')
+md5sums=('9a7e8e5adeeaff4913f727fa2c95490a')
+sha512sums=('2f0541a3c31d1c23c02f1e9543ac33e269b83f75eccedd8e47eefc2364d7ded9624660f11b7fe80c71cda3cbfde89aee191ec0bd6f656b877e4241e212c7b740')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/pam-krb5/PKGBUILD b/community/pam-krb5/PKGBUILD
index cf8f2f254..7a6a625fe 100644
--- a/community/pam-krb5/PKGBUILD
+++ b/community/pam-krb5/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Ryan Corder <ryanc@greengrey.org>
pkgname=pam-krb5
-pkgver=4.5
-pkgrel=2
+pkgver=4.6
+pkgrel=1
pkgdesc='A PAM module providing Kerberos v5 support.'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.eyrie.org/~eagle/software/pam-krb5/'
@@ -12,7 +12,7 @@ license=('custom')
options=('!libtool')
depends=('krb5' 'pam')
source=("http://archives.eyrie.org/software/kerberos/$pkgname-$pkgver.tar.gz")
-md5sums=('5736795225cf7f84718af42a15570fe0')
+md5sums=('296e9c8281419ce1fc41d537d18f74b8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"