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

2022-06-18 Thread Antonio Rojas via arch-commits
Date: Saturday, June 18, 2022 @ 17:53:19
  Author: arojas
Revision: 1238512

Update to 1.80

Modified:
  os-prober/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-18 17:49:06 UTC (rev 1238511)
+++ PKGBUILD2022-06-18 17:53:19 UTC (rev 1238512)
@@ -3,7 +3,7 @@
 # Contributor: darkcoder 
 
 pkgname=os-prober
-pkgver=1.79
+pkgver=1.80
 pkgrel=1
 pkgdesc='Utility to detect other OSes on a set of drives'
 url='https://joeyh.name/code/os-prober/'
@@ -11,11 +11,11 @@
 license=('GPL3')
 depends=('sh')
 
source=(http://http.debian.net/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
-sha512sums=('89b827b9b90a1d3bc11e0090ec04d808502cc1883ab10997b6d9edbe6005dcf8a0acdd7d200102c9dccde56297bda6087d68fb6dec419f0920090c2655c9c7d8')
-b2sums=('b3efacce9d7fce3708f5ec727a219e872e8d1de6dea15540cfbc0a0e8372c1033098230d3ddb9066fb5474d44e5584ee28631e0e5ab981e8fb1dc29ee3cbd89d')
+sha512sums=('51b4fefb784d5ecf34f5148157ef233e2979c4a679a54600144be473bb6ccaf263c9121701a1ecc7523c7e3bfc439a4e3a92a5eb92431ead99cbe666b0f0e6f5')
+b2sums=('56883c7d3f4c5dde2904cffc77fdf6a2c1caf230f9e84197e8d976e446815838448bb42afd18d4c9526efac9907db3d2e77c6f54889011d2d03d284a44ff4cbd')
 
 prepare() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
   # adjust lib dir to allow detection of 64-bit distros
   sed -i -e "s:/lib/ld\*\.so\*:/lib*/ld*.so*:g" 
os-probes/mounted/common/90linux-distro
   rm -f Makefile
@@ -22,12 +22,12 @@
 }
 
 build() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
   make newns
 }
 
 package() {
-  cd ${pkgname}
+  cd ${pkgname}-${pkgver}
 
   install -Dm 755 os-prober linux-boot-prober -t "${pkgdir}/usr/bin"
   install -Dm 755 newns -t "${pkgdir}/usr/lib/os-prober"



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

2021-07-17 Thread Levente Polyak via arch-commits
Date: Saturday, July 17, 2021 @ 19:41:45
  Author: anthraxx
Revision: 978414

upgpkg: os-prober 1.79-1

Modified:
  os-prober/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-07-17 19:38:18 UTC (rev 978413)
+++ PKGBUILD2021-07-17 19:41:45 UTC (rev 978414)
@@ -3,7 +3,7 @@
 # Contributor: darkcoder 
 
 pkgname=os-prober
-pkgver=1.78
+pkgver=1.79
 pkgrel=1
 pkgdesc='Utility to detect other OSes on a set of drives'
 url='https://joeyh.name/code/os-prober/'
@@ -11,11 +11,11 @@
 license=('GPL3')
 depends=('sh')
 
source=(http://http.debian.net/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
-sha512sums=('7a0425130d17ce8554e7d0797b53e3a984f63a2fdcf8e668c83d357418d8c68259ada25bc350b199adece2e683d9014f234e3a83ce5ab7485be2e69c45874640')
-b2sums=('eee68ab9be36807d86e8bda831cfd490a01d20d9cc3f84ca50d5e1143e5a2dd66e47d3bdf2b4780cf73cc692f0ffc9497c6cbf13ce7aa0057e996b13d706c8f7')
+sha512sums=('89b827b9b90a1d3bc11e0090ec04d808502cc1883ab10997b6d9edbe6005dcf8a0acdd7d200102c9dccde56297bda6087d68fb6dec419f0920090c2655c9c7d8')
+b2sums=('b3efacce9d7fce3708f5ec727a219e872e8d1de6dea15540cfbc0a0e8372c1033098230d3ddb9066fb5474d44e5584ee28631e0e5ab981e8fb1dc29ee3cbd89d')
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
   # adjust lib dir to allow detection of 64-bit distros
   sed -i -e "s:/lib/ld\*\.so\*:/lib*/ld*.so*:g" 
os-probes/mounted/common/90linux-distro
   rm -f Makefile
@@ -22,12 +22,12 @@
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}
   make newns
 }
 
 package() {
-  cd "${pkgname}-${pkgver}"
+  cd ${pkgname}
 
   install -Dm 755 os-prober linux-boot-prober -t "${pkgdir}/usr/bin"
   install -Dm 755 newns -t "${pkgdir}/usr/lib/os-prober"



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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 21:27:36
  Author: anthraxx
Revision: 887171

upgpkg: os-prober 1.78-1

Modified:
  os-prober/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 21:21:35 UTC (rev 887170)
+++ PKGBUILD2021-03-09 21:27:36 UTC (rev 887171)
@@ -3,8 +3,8 @@
 # Contributor: darkcoder 
 
 pkgname=os-prober
-pkgver=1.77
-pkgrel=2
+pkgver=1.78
+pkgrel=1
 pkgdesc='Utility to detect other OSes on a set of drives'
 url='https://joeyh.name/code/os-prober/'
 arch=('x86_64')
@@ -11,8 +11,8 @@
 license=('GPL3')
 depends=('sh')
 
source=(http://http.debian.net/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
-sha256sums=('8d8ea4afbe1aeef3c8b73f74a0fb37b06185e21a6abc78f80fc2160009cf705f')
-sha512sums=('4d9c22ccc4d950644a06a17ec4424aca5ff82aeb20052dc389dd451b6b9a1799c5a9438644a29093153730af42066ab78f593f2564314c9adbd43f60e39b')
+sha512sums=('7a0425130d17ce8554e7d0797b53e3a984f63a2fdcf8e668c83d357418d8c68259ada25bc350b199adece2e683d9014f234e3a83ce5ab7485be2e69c45874640')
+b2sums=('eee68ab9be36807d86e8bda831cfd490a01d20d9cc3f84ca50d5e1143e5a2dd66e47d3bdf2b4780cf73cc692f0ffc9497c6cbf13ce7aa0057e996b13d706c8f7')
 
 prepare() {
   cd ${pkgname}-${pkgver}