diff options
author | John Ramsden | 2018-06-21 15:09:24 -0700 |
---|---|---|
committer | John Ramsden | 2018-06-21 15:09:24 -0700 |
commit | 1bac893e700a88b756eea61a7e1dc718c75ca131 (patch) | |
tree | 8e316fdd19925a27e0231049b23f183be7a49032 /PKGBUILD | |
parent | 11aa3a179d223552fde080633f7b99da01e78c4b (diff) | |
download | aur-1bac893e700a88b756eea61a7e1dc718c75ca131.tar.gz |
Change zfs-linux depend to zfs
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,12 +4,12 @@ _pkgname=pyzfscmds pkgname="python-${_pkgname}" pkgver=0.1.2 _version_suffix="alpha" -pkgrel=1 +pkgrel=2 pkgdesc="ZFS CLI Function Wrapper" arch=('any') url="http://github.com/johnramsden/pyzfscmds" license=('BSD' 'custom:BSD 3 clause') -depends=('zfs-linux' 'python' 'python-setuptools') +depends=('zfs' 'python' 'python-setuptools') makedepends=('git' 'python-pip') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/johnramsden/${_pkgname}/archive/v${pkgver}-${_version_suffix}.tar.gz") md5sums=('8b19b3a7488458d6c3c32c9a4e3d872f') |