diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2018-10-30 10:12:57 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2018-10-30 10:12:57 -0400 |
commit | dfff50d34e6f7bede7ee96d2a4b21f0373c226e3 (patch) | |
tree | 573bef15cacb4f7d23c8c5cdc0f218617ccdc8fd /PKGBUILD | |
parent | upgpkg: zfs-dkms 0.7.11-1 (diff) | |
download | zfs-dkms-dfff50d34e6f7bede7ee96d2a4b21f0373c226e3.tar.xz |
upgpkg: zfs-dkms 0.7.11-2
re-add common provides on "zfs"
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,13 +3,14 @@ pkgname=zfs-dkms pkgver=0.7.11 -pkgrel=1 +pkgrel=2 pkgdesc="Kernel modules for the Zettabyte File System." arch=('any') url="https://zfsonlinux.org/" license=('CDDL') depends=("spl-dkms=${pkgver}" "zfs-utils=${pkgver}" 'dkms') makedepends=('git') +provides=("${pkgname%-dkms}") source=("git+https://github.com/zfsonlinux/zfs.git#tag=zfs-${pkgver}?signed" "0001-only-build-the-module-in-dkms.conf.patch") sha256sums=('SKIP' |