summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdn062016-03-13 20:09:22 +0100
committerjdn062016-03-13 20:09:22 +0100
commit8cd4acbc2cb7edba364f293036bae24841c65fd1 (patch)
treef54962c5881367211e2e2adec42f68b8e2bef368
parent68b012a7ace2570b284146b5d93233069c0bc0d5 (diff)
downloadaur-8cd4acbc2cb7edba364f293036bae24841c65fd1.tar.gz
Correct source URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61197cef4357..729ad46f4312 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sun Mar 13 19:09:01 UTC 2016
pkgbase = diskscan
pkgdesc = CLI tool to scan block devices for unreadable sectors
pkgver = 0.19
@@ -8,7 +10,7 @@ pkgbase = diskscan
license = GPL3
makedepends = cmake
depends = python-yaml
- source = https://codeload.github.com/baruch/diskscan/tar.gz/0.19
+ source = https://github.com/baruch/diskscan/archive/0.19.tar.gz
sha256sums = 92a7298af99043e1e584e4343040b6574b9229f44c122e1cbcb90ba478d928d1
pkgname = diskscan
diff --git a/PKGBUILD b/PKGBUILD
index fcaeb2f5f28d..6fd5f3e4e501 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('python-yaml')
makedepends=('cmake')
install=
-source=("https://codeload.github.com/baruch/$pkgname/tar.gz/$pkgver")
+source=("https://github.com/baruch/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('92a7298af99043e1e584e4343040b6574b9229f44c122e1cbcb90ba478d928d1')
#sha256sums=(SKIP)