summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2021-02-24 08:29:49 -0800
committerDonald Webster2021-02-24 08:29:59 -0800
commit3dd7fdc7e450d411a541f89857226c233469ed44 (patch)
treef269564ada2427d8fcac86bf2a59620e93f92756
parent0121ccbc51908a5b222c8592d4504774d476712a (diff)
downloadaur-3dd7fdc7e450d411a541f89857226c233469ed44.tar.gz
Remove provides and conflicts, fix license and remove perl from depends.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD11
2 files changed, 6 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c32e852ad715..9dabb2af6d2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,15 +4,12 @@ pkgbase = sanoid
pkgrel = 2
url = https://github.com/jimsalterjrs/sanoid
arch = any
- license = GPL
- depends = perl
+ license = GPL3
depends = perl-capture-tiny
depends = perl-config-inifiles
optdepends = pv: progress bars
optdepends = lzop: compression
optdepends = mbuffer: stream buffering
- provides = sanoid
- conflicts = sanoid-git
backup = etc/sanoid/sanoid.conf
source = sanoid-2.0.3.tar.gz::https://github.com/jimsalterjrs/sanoid/archive/v2.0.3.tar.gz
source = sanoid.service
diff --git a/PKGBUILD b/PKGBUILD
index 35259fb1c028..797b62aff25f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,16 +6,15 @@ pkgrel=2
pkgdesc="A policy-driven snapshot management tool for ZFS filesystems."
arch=('any')
url='https://github.com/jimsalterjrs/sanoid'
-license=('GPL')
+license=('GPL3')
backup=('etc/sanoid/sanoid.conf')
-depends=('perl'
- 'perl-capture-tiny'
- 'perl-config-inifiles')
+depends=(
+ 'perl-capture-tiny'
+ 'perl-config-inifiles'
+)
optdepends=('pv: progress bars'
'lzop: compression'
'mbuffer: stream buffering')
-conflicts=('sanoid-git')
-provides=('sanoid')
source=("$pkgname-$pkgver.tar.gz::https://github.com/jimsalterjrs/sanoid/archive/v$pkgver.tar.gz"
'sanoid.service'
'sanoid.timer')