summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSparticuz2019-08-07 11:02:57 -0400
committerSparticuz2019-08-07 11:02:57 -0400
commit17eed79d7a66444b234b111501856c186e98f237 (patch)
tree428fc3ea2d472baf4df8ff3fd126a606709ed2b3
parentdc4504bf6dfbdda39f794b7929818bd910a49d2e (diff)
downloadaur-17eed79d7a66444b234b111501856c186e98f237.tar.gz
namcap depends fixes
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc926bae93f6..38a155f934b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = snapraid
pkgdesc = tool for Snapshot RAID: generate parity files, maintain checksums on data, restore lost data
pkgver = 11.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.snapraid.it/
arch = x86_64
arch = i686
license = GPL3
- depends = openssl
+ depends = libutil-linux
+ depends = glibc
conflicts = snapraid-git
source = https://github.com/amadvance/snapraid/releases/download/v11.3/snapraid-11.3.tar.gz
sha256sums = d35ad92157936db3411e2cf7325665fc59e2d159204f9424895cfa9f33122af1
diff --git a/PKGBUILD b/PKGBUILD
index 4db550a9b667..a5c810a305b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: John Williams <jwilliams4200 liamg reverse&remove moc>
pkgname=snapraid
pkgver=11.3
-pkgrel=1
+pkgrel=2
pkgdesc="tool for Snapshot RAID: generate parity files, maintain checksums on data, restore lost data"
arch=('x86_64' 'i686')
url="http://www.snapraid.it/"
license=('GPL3')
-depends=('openssl')
+depends=('libutil-linux' 'glibc')
conflicts=('snapraid-git')
source=("https://github.com/amadvance/snapraid/releases/download/v${pkgver}/snapraid-${pkgver}.tar.gz")
sha256sums=('d35ad92157936db3411e2cf7325665fc59e2d159204f9424895cfa9f33122af1')