summaryrefslogtreecommitdiff
path: root/community/os-prober
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2013-01-26 10:54:14 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2013-01-26 10:54:14 -0300
commit38e7e59a562c5f8ea83719e4dfd5cd4c9917d5b1 (patch)
tree8097f94554cc6e2c64d19db24e56e70e041e7757 /community/os-prober
parent328b5407de9f088d32c429b1b37f6efde3da06f8 (diff)
parent7d3e94229ca9849421d263542eb2c61f64a91c10 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/bird/PKGBUILD community/gmic/PKGBUILD community/linux-tools/PKGBUILD community/linux-tools/cpupower.systemd community/linux-tools/usbipd.service community/macchanger/PKGBUILD community/ndisc6/PKGBUILD community/nemiver/PKGBUILD core/gpgme/PKGBUILD extra/amarok/PKGBUILD extra/java-commons-daemon/PKGBUILD extra/libao/PKGBUILD extra/liblastfm/PKGBUILD
Diffstat (limited to 'community/os-prober')
-rw-r--r--community/os-prober/PKGBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/community/os-prober/PKGBUILD b/community/os-prober/PKGBUILD
index ebaa922de..7e69e7cd7 100644
--- a/community/os-prober/PKGBUILD
+++ b/community/os-prober/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 79823 2012-11-13 13:48:38Z tredaelli $
+# $Id: PKGBUILD 82903 2013-01-25 12:14:34Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: darkcoder <mario_vazq@hotmail.com>
pkgname=os-prober
-pkgver=1.56
-pkgrel=1
+pkgver=1.57
+pkgrel=2
pkgdesc="Utility to detect other OSes on a set of drives"
url="http://joey.kitenet.net/code/os-prober/"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL3')
depends=('sh')
source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.gz)
-md5sums=('bd9c1a7fc49a2499d79977cf2c1ec68d')
-sha256sums=('88a79a04617f4ecbeb9c4d318cd9cf8fcb4ae7a724bd503942354011c7da5719')
+md5sums=('67548b17d55cc32c1168bb5a4061170d')
+sha256sums=('d63c6cbb825a7e411aac5e4805edc6db2fbf77a59282b71c10bd29723b8d860c')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -39,9 +39,4 @@ package() {
done
install -Dm755 os-probes/mounted/powerpc/20macosx $pkgdir/usr/lib/os-probes/mounted/20macosx
-
- # create a empty labels file, will be used by os-prober at execution
- mkdir -p $pkgdir/var/lib/os-prober
- touch $pkgdir/var/lib/os-prober/labels
- chmod 644 $pkgdir/var/lib/os-prober/labels
}