summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsolnce2022-11-18 16:12:27 +0100
committersolnce2022-11-18 16:12:27 +0100
commit3f8935edb498ff6e43697caef7e3a4292230c40e (patch)
tree50707e2a45490ceaf7826e3968899c245156689e
parenta718b14a47fc9f1f9f2c5e72b7e01fbad35ed0dd (diff)
downloadaur-zfs-undelete-git.tar.gz
add conflicts, provides, use test --release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7052277afb3..2a994699c207 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = zfs-undelete-git
pkgdesc = easy-to-use CLI tool to recover files from zfs snapshots
pkgver = 0.1.0.r10.g1374933
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/arctic-penguin/zfs-undelete
arch = any
license = GPL3
makedepends = rust
depends = zfs-utils
+ provides = zfs-undelete
+ conflicts = zfs-undelete
source = git+https://github.com/arctic-penguin/zfs-undelete
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2912e9d9b4ba..dcf9bca8ac94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
pkgname=zfs-undelete-git
_pkgname=zfs-undelete
pkgver=0.1.0.r10.g1374933
-pkgrel=1
+pkgrel=2
pkgdesc='easy-to-use CLI tool to recover files from zfs snapshots'
url="https://github.com/arctic-penguin/$_pkgname"
source=("git+https://github.com/arctic-penguin/${_pkgname}")
arch=('any')
license=('GPL3')
depends=('zfs-utils')
+provides=('zfs-undelete')
+conflicts=('zfs-undelete')
makedepends=('rust')
sha256sums=(SKIP)
@@ -19,7 +21,7 @@ build() {
check() {
cd "${srcdir}/${_pkgname}"
- cargo test
+ cargo test --release
}
package() {