summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9da40bbbfaab..90d53ed63d4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wine-installer
pkgver=5.0.3
-pkgrel=1
+pkgrel=2
pkgdesc='A metapackage that provides desktop files and menus to WINE'
arch=(x86_64)
url="https://github.com/linuxmint/wine-installer"
@@ -11,6 +11,9 @@ depends=(
wine
winetricks
)
+conflicts=(
+ wine-gui-git
+)
source=("${pkgname}-${pkgver}.tar.xz::http://packages.linuxmint.com/pool/main/w/${pkgname}/${pkgname}_${pkgver}.tar.xz")
sha256sums=('bef0ddc08fe5143eaca2093221e96af33fdd921d6766d34ee3972476a43f070e')