summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmiel Wiedijk2018-07-05 13:52:59 +0200
committerEmiel Wiedijk2018-07-05 13:52:59 +0200
commit9dbf6e3bd599ae890c94ee3d09b51c48de91a38d (patch)
treec0fced0a7d95f6909831d5c448bea147a9595457
parent859fa25cb0d72bac71cec0bfea677d08f32b019d (diff)
downloadaur-9dbf6e3bd599ae890c94ee3d09b51c48de91a38d.tar.gz
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
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2b539cd1ee6..0f96a323f4c4 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 e3e1f6905210..6f09033a5a9f 100644
--- a/PKGBUILD
+++ b/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')