[arch-commits] Commit in os-prober/trunk (PKGBUILD)

Timothy Redaelli tredaelli at archlinux.org
Tue Nov 4 16:10:13 UTC 2014


    Date: Tuesday, November 4, 2014 @ 17:10:13
  Author: tredaelli
Revision: 121838

upgpkg: os-prober 1.64-1

Modified:
  os-prober/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-04 16:07:13 UTC (rev 121837)
+++ PKGBUILD	2014-11-04 16:10:13 UTC (rev 121838)
@@ -3,22 +3,22 @@
 # Contributor: darkcoder <mario_vazq at hotmail.com>
 
 pkgname=os-prober
-pkgver=1.58
-pkgrel=3
+pkgver=1.64
+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')
 license=('GPL3')
 depends=('sh')
-source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.gz
+source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz
 	os-prober-util-linux-2.24.patch)
-md5sums=('11406f47d9536bccb655456d6d92d111'
+md5sums=('b13047131d2b1a924ed97dd0fa0885a7'
          'ce6218a8a0f791b617a79d29d097d7d8')
-sha256sums=('db1d936c0356e7a7c2dab5e9aebdf4132e745fd2972ba5016ed6690a0445ea93'
+sha256sums=('b0c14b530dd83856d17736e3758700f7e89fbf0ff6f6c20104b3b4ae1d8579df'
             '5271a50ebeaea23b5f1e02a5d61b9a68c3b8f978f48cd8511cbec78773200e8e')
 
 prepare() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
 
   patch -p1 -i "$srcdir"/os-prober-util-linux-2.24.patch
 
@@ -29,13 +29,13 @@
 }
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
 
   make newns
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
 
   install -Dm755 linux-boot-prober "$pkgdir"/usr/bin/linux-boot-prober
   install -Dm755 os-prober "$pkgdir"/usr/bin/os-prober



More information about the arch-commits mailing list