summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302018-04-19 17:40:17 +0200
committerM0Rf302018-04-19 17:40:17 +0200
commit6baeccfc475b181bdd6ef9d847a1d3e8a4abf83d (patch)
treea63e8057fbfe7b5a051dba279c4e818760be1ddb
parent25be4794a5cf98f1b3a0969bfefbdd628e987129 (diff)
downloadaur-6baeccfc475b181bdd6ef9d847a1d3e8a4abf83d.tar.gz
bootinfoscript: 0.76
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bfaba2e2534..55c413a0c617 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Sat Nov 18 19:06:31 UTC 2017
pkgbase = bootinfoscript
pkgdesc = A script which searches all hard drives attached to the computer for information related to booting.
- pkgver = 0.61
+ pkgver = 0.76
pkgrel = 1
- url = http://sourceforge.net/projects/bootinfoscript/
+ url = https://github.com/arvidjaar/bootinfoscript
arch = i686
arch = x86_64
license = MIT
depends = bash
- source = http://prdownloads.sourceforge.net/bootinfoscript/bootinfoscript-061.tar.gz
- md5sums = dc1e9122be4c2be2b4f9a97b4a219be9
+ source = https://github.com/arvidjaar/bootinfoscript/archive/v0.76.tar.gz
+ md5sums = fdf5a747d59590406d0ef5d87cc02e8b
pkgname = bootinfoscript
diff --git a/PKGBUILD b/PKGBUILD
index d74ad64ae59f..006313ff1b32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: robertfoster
pkgname=bootinfoscript
-pkgver=0.61
+pkgver=0.76
pkgrel=1
pkgdesc="A script which searches all hard drives attached to the computer for information related to booting."
arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/bootinfoscript/"
+url="https://github.com/arvidjaar/bootinfoscript"
license=('MIT')
depends=('bash')
-source=(http://prdownloads.sourceforge.net/bootinfoscript/bootinfoscript-061.tar.gz)
+source=("https://github.com/arvidjaar/bootinfoscript/archive/v$pkgver.tar.gz")
package() {
- cd $srcdir
- install -D -m644 bootinfoscript $pkgdir/usr/bin/bootinfoscript
- chmod +x $pkgdir/usr/bin/bootinfoscript
+ cd $srcdir/$pkgname-$pkgver
+ install -D -m644 bootinfoscript $pkgdir/usr/bin/bootinfoscript
+ chmod +x $pkgdir/usr/bin/bootinfoscript
}
-md5sums=('dc1e9122be4c2be2b4f9a97b4a219be9')
+md5sums=('fdf5a747d59590406d0ef5d87cc02e8b')