summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreomanis2018-05-02 22:42:19 +0200
committereomanis2018-05-02 22:42:19 +0200
commit3ab701a7f3303ab27aab7be701a5921006a41ce8 (patch)
treefa648e11ebfd362cc12b40ff28d8f154148fd06e
parent534b67490ae7da4f20f2dca3cff0332f7343b948 (diff)
downloadaur-3ab701a7f3303ab27aab7be701a5921006a41ce8.tar.gz
PKGBUILD: Fixed the project URL
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06a6c5f37daf..f53c0a9e591e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = disk-test
pkgdesc = Block device read-write test utility
pkgver = 0.1.0
- pkgrel = 3
- url = http://eomanis.mooo.com/permshare/disk-test/index.html
+ pkgrel = 4
+ url = http://eomanis.mooo.com/permshare/disk-test/index.xhtml
arch = any
license = GPL3
depends = bash
diff --git a/PKGBUILD b/PKGBUILD
index 641068392c4d..faff46b5909d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname='disk-test'
pkgver=0.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="Block device read-write test utility"
arch=('any')
-url='http://eomanis.mooo.com/permshare/disk-test/index.html'
+url='http://eomanis.mooo.com/permshare/disk-test/index.xhtml'
license=('GPL3')
depends=('bash' 'coreutils' 'openssl' 'pv' 'diffutils' 'grep' 'util-linux')
source=("http://eomanis.mooo.com/permshare/disk-test/disk-test-${pkgver}.tar.gz")