summaryrefslogtreecommitdiff
path: root/pcr/snapraid
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-02-08 05:21:20 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-02-08 05:21:20 -0500
commit0afddc9bb9050f39fc42e03b7248495fbf787569 (patch)
treebe0249a1097e1422aa32165cd84a5665c30cf767 /pcr/snapraid
parenta3037d51590ef12ad0b741c5072f9105681f975b (diff)
snapraid-9.3-1: updating version
Diffstat (limited to 'pcr/snapraid')
-rw-r--r--pcr/snapraid/PKGBUILD14
1 files changed, 4 insertions, 10 deletions
diff --git a/pcr/snapraid/PKGBUILD b/pcr/snapraid/PKGBUILD
index cf4ce0abf..715e52e91 100644
--- a/pcr/snapraid/PKGBUILD
+++ b/pcr/snapraid/PKGBUILD
@@ -1,26 +1,20 @@
# Maintainer (Arch): John Williams <jwilliams4200 liamg reverse&remove moc>
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
pkgname=snapraid
-pkgver=8.1
+pkgver=9.3
pkgrel=1
pkgdesc="tool for Snapshot RAID: generate parity files, maintain checksums on data, restore lost data"
arch=('x86_64' 'i686')
-url="http://snapraid.sourceforge.net/"
+url="http://www.snapraid.it/"
license=('GPL3')
depends=('openssl')
conflicts=('snapraid-git')
-source=("http://sourceforge.net/projects/snapraid/files/snapraid-${pkgver}.tar.gz")
-sha256sums=('6bf89a1319ac3403958cd2c98a9c6102728c0070cfa1aedd90c4561d93c54e5d')
+source=("https://github.com/amadvance/snapraid/releases/download/v${pkgver}/snapraid-${pkgver}.tar.gz")
+sha256sums=('61c4f3ce8bd5ebb1178fe76ab5933e90c4cead6dba31669f11e262d258c2b2ba')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- # patch to not print excluded files and directories
- # printf("Excluding file '%s'\n", path_next);
- #sed -i -r -e '/printf\("Excluding file '\''%s'\''\\n", path_next\);/d' scan.c
- # printf("Excluding directory '%s'\n", path_next);
- #sed -i -r -e '/printf\("Excluding directory '\''%s'\''\\n", path_next\);/d' scan.c
-
./configure --prefix="/usr"
make
}