summaryrefslogtreecommitdiff
path: root/libre/winetricks-libre
diff options
context:
space:
mode:
Diffstat (limited to 'libre/winetricks-libre')
-rw-r--r--libre/winetricks-libre/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/winetricks-libre/PKGBUILD b/libre/winetricks-libre/PKGBUILD
index 9b74efa9c..3733997e9 100644
--- a/libre/winetricks-libre/PKGBUILD
+++ b/libre/winetricks-libre/PKGBUILD
@@ -1,14 +1,14 @@
# $Id: PKGBUILD 107291 2014-03-16 16:05:59Z lfleischer $
+# Maintainer: Luke R. <g4jc@openmailbox.org> GPG: rsa4096/3EAE8697
# Maintainer (Arch): Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor (Arch): Laurent Carlier <lordheavym@gmail.com>
# Contributor (Arch): DsTr <dstr@gmail.com>
# Contributor (Arch): Allan McRae <allan@archlinux.org>
-# Maintainer: André Silva <emulatorman@parabola.nu>
-# Contributor: Gaming4JC <gaming4jc2@yahoo.com>
+# Contibutor: André Silva <emulatorman@parabola.nu>
_pkgname=winetricks
pkgname=winetricks-libre
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc='Script to install various redistributable runtime libraries in Wine (a libre fork of winetricks)'
url='https://github.com/g4jc/winetricks-libre'
@@ -18,13 +18,13 @@ replaces=($_pkgname)
conflicts=($_pkgname)
provides=($_pkgname)
optdepends=('zenity: GUI for GNOME desktop'
- 'kdebase-kdialog: GUI for KDE desktop')
+ 'kdialog: GUI for KDE desktop')
source=("https://github.com/g4jc/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('aec9a4c60f793b25bd9df79e3c336994')
+sha512sums=('536db622cb853916f043323c7c7fb9bf7e56e942994260349fbd7c8b1e0122f9f851728302e2eab3fa60d5e909612cf3771895ca0d19062e9d8090ee9f6cdb6b')
package() {
depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
-
+
install -Dm755 "${srcdir}/${pkgname}-${pkgver}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
ln -sv ${pkgname} "${pkgdir}/usr/bin/${_pkgname}"
}