summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Fleischer2016-12-17 15:49:59 +0100
committerErik Fleischer2016-12-17 15:49:59 +0100
commit7f5d4bcec938f95f177d89156afc59bcc1f4e4ab (patch)
treec437c5f111d1683a0f3cb8c41afdf57b8fad10ef
parent4e1652e233696d7734a2bd179c33cf3f90c5d6ee (diff)
downloadaur-7f5d4bcec938f95f177d89156afc59bcc1f4e4ab.tar.gz
Update to upstream 16.0.0. Removed optdepends lib32-libgphoto and lib32-sane because of missing AUR packages.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f66743dcdb0..55797357d82d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Nov 3 17:58:38 UTC 2016
+# Sat Dec 17 14:48:04 UTC 2016
pkgbase = crossover
pkgdesc = Run Windows Programs on Linux
- pkgver = 15.3.1
+ pkgver = 16.0.0
pkgrel = 1
url = http://www.codeweavers.com
install = crossover.install
@@ -18,8 +18,8 @@ pkgbase = crossover
replaces = crossover-games
replaces = crossover-pro
replaces = crossover-standard
- source = http://media.codeweavers.com/pub/crossover/cxlinux/demo/crossover_15.3.1-1.deb
- md5sums = 94100e189ff18713eff4443bf430a21a
+ source = http://media.codeweavers.com/pub/crossover/cxlinux/demo/crossover_16.0.0-1.deb
+ md5sums = c43b2772c04ad2a02d00686dd0fddda6
depends_i686 = glibc>=2.11
depends_i686 = libice
depends_i686 = libsm
@@ -85,7 +85,6 @@ pkgbase = crossover
optdepends_x86_64 = lib32-gsm: (aur) Lets Windows applications use the GSM codec for audio compression and decompression.
optdepends_x86_64 = lib32-gstreamer0.10: (aur) This is needed by some games and multimedia applications.
optdepends_x86_64 = lib32-gstreamer0.10-base: (aur) This is needed by some games and multimedia applications.
- optdepends_x86_64 = lib32-libgphoto2: (aur) Lets Windows applications access digital cameras.
optdepends_x86_64 = lib32-libxcomposite: This is needed for most CAD-like applications and some games.
optdepends_x86_64 = lib32-libxinerama: This is needed if your display spans multiple screens. If your computer has a single screen then you don't need it.
optdepends_x86_64 = lib32-libxml2: This library makes it possible for Windows applications read and write XML files.
@@ -97,7 +96,6 @@ pkgbase = crossover
optdepends_x86_64 = lib32-libcl: OpenCL bindings provided by nvidia
optdepends_x86_64 = lib32-openal: Provides audio support to Windows applications.
optdepends_x86_64 = lib32-openssl: This library provides support for secure Internet communication.
- optdepends_x86_64 = lib32-sane: (aur) Lets Windows applications access scanners.
optdepends_x86_64 = lib32-v4l-utils: Lets Windows applications access video devices.
pkgname = crossover
diff --git a/PKGBUILD b/PKGBUILD
index 907658a6ca39..2509659689d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Erik Fleischer <erik [at] erlenweg [dot] de>
pkgname=crossover
-pkgver=15.3.1
+pkgver=16.0.0
pkgrel=1
_pkgdebrel=1
pkgdesc="Run Windows Programs on Linux"
@@ -17,7 +17,7 @@ install=${pkgname}.install
replaces=('crossover-games' 'crossover-pro' 'crossover-standard')
source=("http://media.codeweavers.com/pub/${pkgname}/cxlinux/demo/${pkgname}_${pkgver}-${_pkgdebrel}.deb")
-md5sums=('94100e189ff18713eff4443bf430a21a')
+md5sums=('c43b2772c04ad2a02d00686dd0fddda6')
depends=(
'python2' 'desktop-file-utils' 'pygtk' 'python2-dbus'
@@ -80,7 +80,6 @@ optdepends_x86_64=(
'lib32-gsm: (aur) Lets Windows applications use the GSM codec for audio compression and decompression.'
'lib32-gstreamer0.10: (aur) This is needed by some games and multimedia applications.'
'lib32-gstreamer0.10-base: (aur) This is needed by some games and multimedia applications.'
- 'lib32-libgphoto2: (aur) Lets Windows applications access digital cameras.'
'lib32-libxcomposite: This is needed for most CAD-like applications and some games.'
"lib32-libxinerama: This is needed if your display spans multiple screens. If your computer has a single screen then you don't need it."
'lib32-libxml2: This library makes it possible for Windows applications read and write XML files.'
@@ -92,7 +91,6 @@ optdepends_x86_64=(
'lib32-libcl: OpenCL bindings provided by nvidia'
'lib32-openal: Provides audio support to Windows applications.'
'lib32-openssl: This library provides support for secure Internet communication.'
- 'lib32-sane: (aur) Lets Windows applications access scanners.'
'lib32-v4l-utils: Lets Windows applications access video devices.'
)