summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAskhat Bakarov2022-01-13 11:33:05 +0700
committerAskhat Bakarov2022-01-13 11:33:05 +0700
commit39d1fcc28270a83d161dc59d3a43145e319adfd5 (patch)
treece665fe1ef5c7ad620121f26b61d78583143b026
parent8beb0ae2605dd548f31c27abac07935c8dde92db (diff)
downloadaur-whdd.tar.gz
Updated to version 3.0.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e024ab8ad544..5dbba61b64b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,15 @@
-# Generated by mksrcinfo v8
-# Fri Feb 24 05:58:29 UTC 2017
pkgbase = whdd
pkgdesc = Diagnostic and recovery tool for block devices (near to replace MHDD for Linux)
- pkgver = 3.0
+ pkgver = 3.0.1
pkgrel = 1
url = https://github.com/whdd/whdd
arch = i686
arch = x86_64
- license = GPL
+ license = GPL3
depends = ncurses
depends = dialog
optdepends = smartmontools: for reading SMART attributes
- source = https://github.com/whdd/whdd/archive/3.0.tar.gz
- md5sums = f8a52f3be562d8210c2f33ad098b7b31
+ source = whdd-3.0.1.tar.gz::https://github.com/whdd/whdd/archive/3.0.1.tar.gz
+ sha512sums = 6d5d8dad7537118a5915a29a549e18595da1b6ba031f0ca661805ad0033fd48f32804eb307f67e7b31d6002e708ae578a32aff366f3e610ab36b25f0a4e50803
pkgname = whdd
-
diff --git a/PKGBUILD b/PKGBUILD
index e86e57136417..6b54f21e5f59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer:
pkgname=whdd
-pkgver=3.0
+pkgver=3.0.1
pkgrel=1
pkgdesc="Diagnostic and recovery tool for block devices (near to replace MHDD for Linux)"
arch=('i686' 'x86_64')
url="https://github.com/whdd/whdd"
-license=('GPL')
+license=('GPL3')
depends=('ncurses' 'dialog')
optdepends=('smartmontools: for reading SMART attributes')
# makedepends=('cmake')
-source=(https://github.com/whdd/whdd/archive/${pkgver}.tar.gz)
-md5sums=('f8a52f3be562d8210c2f33ad098b7b31')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/whdd/whdd/archive/${pkgver}.tar.gz")
+sha512sums=('6d5d8dad7537118a5915a29a549e18595da1b6ba031f0ca661805ad0033fd48f32804eb307f67e7b31d6002e708ae578a32aff366f3e610ab36b25f0a4e50803')
build() {
cd ${pkgname}-${pkgver}