Date: Friday, March 17, 2017 @ 06:17:24 Author: felixonmars Revision: 216860
upgpkg: winetricks 20170316-1 Modified: winetricks/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-17 06:17:14 UTC (rev 216859) +++ PKGBUILD 2017-03-17 06:17:24 UTC (rev 216860) @@ -1,10 +1,12 @@ +# $Id$ # Maintainer: Lukas Fleischer <[email protected]> +# Maintainer: Felix Yan <[email protected]> # Contributor: Laurent Carlier <[email protected]> # Contributor: DsTr <[email protected]> # Contributor: Allan McRae <[email protected]> pkgname=winetricks -pkgver=20170314 +pkgver=20170316 pkgrel=1 pkgdesc='Script to install various redistributable runtime libraries in Wine.' url='http://wiki.winehq.org/winetricks' @@ -12,12 +14,12 @@ arch=('any') optdepends=('zenity: GUI for GNOME desktop' 'kdialog: GUI for KDE desktop') -source=("https://github.com/Winetricks/winetricks/archive/${pkgver}.tar.gz") -md5sums=('511ec155e1001334f38630e530201681') +source=("$pkgname-$pkgver.tar.gz::https://github.com/Winetricks/winetricks/archive/$pkgver.tar.gz") +md5sums=('adb7504ee347a9ac76a32b6642a11503') package() { depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage') - cd "winetricks-${pkgver}" - make DESTDIR="${pkgdir}" install + cd winetricks-$pkgver + make DESTDIR="$pkgdir" install }
