summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreomanis2018-05-01 01:01:16 +0200
committereomanis2018-05-01 01:01:16 +0200
commit78ad72487cae0e9938747724cd4b4d460110344b (patch)
treecec8d668e069386258c05b62aa084ab829b9d887
parent91c72ef553e7e757dcc50f750cae6ad4a2726d7d (diff)
downloadaur-78ad72487cae0e9938747724cd4b4d460110344b.tar.gz
PKGBUILD: Added missing dependencies
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD5
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a1901211c84..e122b4b6745f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,16 @@
pkgbase = disk-test
pkgdesc = Block device read-write test utility
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = http://eomanis.mooo.com/permshare/disk-test/index.html
arch = any
license = GPL3
depends = bash
+ depends = coreutils
+ depends = openssl
+ depends = pv
+ depends = diffutils
+ depends = grep
source = http://eomanis.mooo.com/permshare/disk-test/disk-test-0.1.0.tar.gz
sha256sums = 3470325447ce43492eb8b085e45a4bc5ac6899b76c428922d8379dcb75732117
diff --git a/PKGBUILD b/PKGBUILD
index b73a5c6fa88d..7383b31d4ce6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,14 @@
pkgname='disk-test'
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Block device read-write test utility"
arch=('any')
url='http://eomanis.mooo.com/permshare/disk-test/index.html'
license=('GPL3')
-depends=('bash')
+depends=('bash' 'coreutils' 'openssl' 'pv' 'diffutils' 'grep')
source=("http://eomanis.mooo.com/permshare/disk-test/disk-test-${pkgver}.tar.gz")
sha256sums=('3470325447ce43492eb8b085e45a4bc5ac6899b76c428922d8379dcb75732117')
-#noextract=("")
package() {