summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSparticuz2022-04-07 14:54:10 -0400
committerSparticuz2022-04-07 14:54:10 -0400
commit9075e4a74b25141b206c2b5fdd76556f1635242f (patch)
tree8a3ddb12bdbac2418c93f4510813e1ae00ef52da
parent895960ca5baefb41ef3f2686cd92f69c0a03db37 (diff)
downloadaur-9075e4a74b25141b206c2b5fdd76556f1635242f.tar.gz
remove conflicts from .srcinfo
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1ab020d31c8..d65d7e86cdda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = snapraid
pkgdesc = tool for Snapshot RAID: generate parity files, maintain checksums on data, restore lost data
pkgver = 12.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.snapraid.it/
arch = x86_64
arch = i686
license = GPL3
depends = libutil-linux
depends = glibc
- conflicts = snapraid-git
source = https://github.com/amadvance/snapraid/releases/download/v12.1/snapraid-12.1.tar.gz
sha256sums = 49337d9bafa96c2beac0125463bd22622be2fc00f3b4dee7e4b0e864d2a49661
diff --git a/PKGBUILD b/PKGBUILD
index 969870fe6591..908db53d96c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: John Williams <jwilliams4200 liamg reverse&remove moc>
pkgname=snapraid
pkgver=12.1
-pkgrel=2
+pkgrel=3
pkgdesc="tool for Snapshot RAID: generate parity files, maintain checksums on data, restore lost data"
arch=('x86_64' 'i686')
url="http://www.snapraid.it/"