aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/winetricks/README10
-rw-r--r--system/winetricks/winetricks.SlackBuild4
-rw-r--r--system/winetricks/winetricks.info6
3 files changed, 12 insertions, 8 deletions
diff --git a/system/winetricks/README b/system/winetricks/README
index 1b2afd1de680..dd1826300203 100644
--- a/system/winetricks/README
+++ b/system/winetricks/README
@@ -1,5 +1,9 @@
-winetricks is a quick and dirty script to download and install
-various redistributable runtime libraries sometimes needed to
-run programs in Wine.
+winetricks is a quick and dirty script to download and install various
+redistributable runtime libraries sometimes needed to run programs in
+Wine.
This build script uses a snapshot of the winetricks script.
+
+Winetricks is run on the command line.
+In order to have a GUI, install zenity which is also available at
+slackbuilds.org.
diff --git a/system/winetricks/winetricks.SlackBuild b/system/winetricks/winetricks.SlackBuild
index 48ca0520163f..cb9d0fb21034 100644
--- a/system/winetricks/winetricks.SlackBuild
+++ b/system/winetricks/winetricks.SlackBuild
@@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=winetricks
-VERSION=${VERSION:-20170207}
+VERSION=${VERSION:-20170316}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -36,7 +36,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-DOCS="README.md Makefile tests/* src/*.sh src/COPYING"
+DOCS="README.md Makefile tests/* src/*.sh COPYING"
set -e
diff --git a/system/winetricks/winetricks.info b/system/winetricks/winetricks.info
index bb57ad1e7378..9cec4f4fc288 100644
--- a/system/winetricks/winetricks.info
+++ b/system/winetricks/winetricks.info
@@ -1,8 +1,8 @@
PRGNAM="winetricks"
-VERSION="20161107"
+VERSION="20170316"
HOMEPAGE="http://winetricks.org/"
-DOWNLOAD="https://github.com/Winetricks/winetricks/archive/20170207/winetricks-20170207.tar.gz"
-MD5SUM="b6b18e03b0710e3c144652cc31c9bceb"
+DOWNLOAD="http://github.com/Winetricks/winetricks/archive/20170316/winetricks-20170316.tar.gz"
+MD5SUM="adb7504ee347a9ac76a32b6642a11503"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cabextract wine"