From 9dbf6e3bd599ae890c94ee3d09b51c48de91a38d Mon Sep 17 00:00:00 2001 From: Emiel Wiedijk Date: Thu, 5 Jul 2018 13:52:59 +0200 Subject: [PATCH] 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 --- .SRCINFO | 4 +++- PKGBUILD | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b2b539c..0f96a32 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index e3e1f69..6f09033 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Salvador PardiƱas 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')