Add woeusb-git to conflicts array
This package obviously conflicts with woeusb-git, so I added it to the provides and conflicts arrays. Technically, woeusb-git is suppossed to conflict with woeusb. [1] That is why the conflicts/provides arrays were empty. On the other hand, woeusb-git is far more popular at the moment, so I updated these arrays anyway. [1] https://wiki.archlinux.org/index.php/PKGBUILD#conflicts
This commit is contained in:
4
.SRCINFO
4
.SRCINFO
@@ -1,7 +1,7 @@
|
||||
pkgbase = woeusb
|
||||
pkgdesc = A Linux program to create Windows USB stick installer from a real Windows DVD or an image
|
||||
pkgver = 3.2.1
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/slacka/WoeUSB
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
@@ -13,6 +13,8 @@ pkgbase = woeusb
|
||||
depends = wget
|
||||
depends = ntfs-3g
|
||||
optdepends = gksu
|
||||
provides = woeusb-git
|
||||
conflicts = woeusb-git
|
||||
source = woeusb-3.2.1::https://github.com/slacka/WoeUSB/archive/v3.2.1.tar.gz
|
||||
sha256sums = 4016e79892524a29d855fecb7027a680844ae71aff95baf766dce64771c2b930
|
||||
|
||||
|
4
PKGBUILD
4
PKGBUILD
@@ -2,7 +2,7 @@
|
||||
# Contributor: Salvador Pardiñas <darkfm@vera.com.uy>
|
||||
pkgname=woeusb
|
||||
pkgver=3.2.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A Linux program to create Windows USB stick installer from a real Windows DVD or an image"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/slacka/WoeUSB"
|
||||
@@ -10,6 +10,8 @@ license=('GPL3')
|
||||
depends=('wxgtk2' 'grub' 'dosfstools' 'parted' 'wget' 'ntfs-3g')
|
||||
optdepends=('gksu')
|
||||
makedepends=('git')
|
||||
conflicts=('woeusb-git')
|
||||
provides=('woeusb-git')
|
||||
source=("$pkgname-$pkgver::https://github.com/slacka/WoeUSB/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('4016e79892524a29d855fecb7027a680844ae71aff95baf766dce64771c2b930')
|
||||
|
||||
|
Reference in New Issue
Block a user