summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Fleischer2020-01-03 16:42:26 +0100
committerErik Fleischer2020-01-03 16:42:26 +0100
commite5f6611896c4f62aafdf6011057de9b3e5cc71a3 (patch)
tree0446316925dd4d3f2e2356e89eeabe0f2f58b6f9
parenteaa497160b52ae53765765e4961bc059cf7b1d0a (diff)
downloadaur-e5f6611896c4f62aafdf6011057de9b3e5cc71a3.tar.gz
Switched python dependency from python2 to python. Removed no longer needed python dependencies.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 799b40ee5063..c4463f0d53cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
pkgbase = crossover
pkgdesc = Run Windows Programs on Linux
pkgver = 19.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.codeweavers.com
install = crossover.install
arch = i686
arch = x86_64
license = custom:CrossOver Linux License Grant
makedepends = tar
- depends = python2
+ depends = python
depends = desktop-file-utils
- depends = pygtk
- depends = python2-dbus
optdepends = unzip: required to install Guild Wars, automatic installer extraction
replaces = crossover-games
replaces = crossover-pro
diff --git a/PKGBUILD b/PKGBUILD
index bc59f6cc08a0..6ea1f4fedca2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=crossover
pkgver=19.0.0
-pkgrel=1
+pkgrel=2
_pkgdebrel=1
pkgdesc="Run Windows Programs on Linux"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ source=("https://media.codeweavers.com/pub/${pkgname}/cxlinux/demo/${pkgname}_${
sha256sums=('a7caa04292a1c941e0c1c143957b5e741d11b7ae5cae8f43ce21f13dd9929506')
depends=(
- 'python2' 'desktop-file-utils' 'pygtk' 'python2-dbus'
+ 'python' 'desktop-file-utils'
)
optdepends=(