Add *-lts to conflicts in git PKGBUILDS

pull/23/head
Jesus Alvarez 11 years ago
parent 3a98d89e0b
commit 9ce0159053
  1. 2
      spl-git/PKGBUILD
  2. 2
      spl-utils-git/PKGBUILD
  3. 4
      zfs-git/PKGBUILD
  4. 4
      zfs-utils-git/PKGBUILD

@ -45,7 +45,7 @@ license=("GPL")
install=spl.install
replaces=("spl")
provides=("spl")
conflicts=("spl")
conflicts=("spl" "spl-lts")
prepare() {
cd "${srcdir}"

@ -33,7 +33,7 @@ md5sums=('f00535bf89a7fde0e08f44a14a1f1e03'
license=("GPL")
replaces=("spl-utils")
provides=("spl-utils")
conflicts=("spl-utils")
conflicts=("spl-utils" "spl-utils-lts")
prepare() {
cd "${srcdir}"

@ -38,14 +38,14 @@ arch=("i686" "x86_64")
url="http://zfsonlinux.org/"
source=("http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.2.tar.gz"
"http://demizerone.com/patches/zfs-0.6.2-r258-g4fd762f.patch.tar.xz")
groups=("archzfs")
groups=("archzfs-git")
md5sums=('0b183b0abdd5be287046ad9ce4f899fd'
'577cc119618ad580d87b470463c1ef55')
license=("CDDL")
install=zfs.install
replaces=("zfs")
provides=("zfs")
conflicts=("zfs")
conflicts=("zfs" "zfs-lts")
prepare() {
cd "${srcdir}"

@ -29,7 +29,7 @@ source=("http://archive.zfsonlinux.org/downloads/zfsonlinux/zfs/zfs-0.6.2.tar.gz
"zfs-utils.bash-completion-r1"
"zfs-utils.initcpio.install"
"zfs-utils.initcpio.hook")
groups=("archzfs")
groups=("archzfs-git")
md5sums=('0b183b0abdd5be287046ad9ce4f899fd'
'577cc119618ad580d87b470463c1ef55'
'9ddb0c8a94861f929d0fa741fdc49950'
@ -38,7 +38,7 @@ md5sums=('0b183b0abdd5be287046ad9ce4f899fd'
license=("CDDL")
replaces=("zfs-utils")
provides=("zfs-utils")
conflicts=("zfs-utils")
conflicts=("zfs-utils" "zfs-utils-lts")
prepare() {
cd "${srcdir}"

Loading…
Cancel
Save