summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIacopo Isimbaldi2015-08-08 18:47:21 +0200
committerIacopo Isimbaldi2015-08-08 18:47:21 +0200
commit6be36c4d3d457ed39f06f11cc4aef7f049ec815e (patch)
tree69a04602416a5ee00d395aa1d9bcbb6681dd5ab3
parent0e008d86b030338900f66f5c12dfe31cfc167341 (diff)
downloadaur-6be36c4d3d457ed39f06f11cc4aef7f049ec815e.tar.gz
Added .gitignore and corrected wrong provides in PKGBUILD
-rw-r--r--.SRCINFO1
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD1
3 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d34922f72725..32b08a00dfeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -29,7 +29,6 @@ pkgname = zfs-dkms
pkgname = zfs-utils
pkgdesc = Kernel module support files for the Zettabyte File System.
depends = spl-dkms=0.6.4.2-1
- provides = zfs-utils
conflicts = zfs-utils-git
conflicts = zfs-utils-lts
replaces = zfs-utils-dkms-git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..c4fc5f69a79e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+src
+pkg
+*.pkg*
diff --git a/PKGBUILD b/PKGBUILD
index 281e69b296c1..ca72e8600db0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -63,7 +63,6 @@ package_zfs-dkms() {
package_zfs-utils() {
pkgdesc="Kernel module support files for the Zettabyte File System."
depends=("spl-dkms=${pkgver}-${pkgrel}")
- provides=("zfs-utils")
conflicts=("zfs-utils-git" "zfs-utils-lts")
replaces=("zfs-utils-dkms-git")