Date: Sunday, July 10, 2016 @ 04:56:18
Author: felixonmars
Revision: 182601
archrelease: copy trunk to community-any
Added:
winetricks/repos/community-any/PKGBUILD
(from rev 182600, winetricks/trunk/PKGBUILD)
Deleted:
winetricks/repos/community-any/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-07-10 04:56:02 UTC (rev 182600)
+++ PKGBUILD 2016-07-10 04:56:18 UTC (rev 182601)
@@ -1,23 +0,0 @@
-# Maintainer: Lukas Fleischer <[email protected]>
-# Contributor: Laurent Carlier <[email protected]>
-# Contributor: DsTr <[email protected]>
-# Contributor: Allan McRae <[email protected]>
-
-pkgname=winetricks
-pkgver=20160627
-pkgrel=1
-pkgdesc='Script to install various redistributable runtime libraries in Wine.'
-url='http://wiki.winehq.org/winetricks'
-license=('LGPL')
-arch=('any')
-optdepends=('zenity: GUI for GNOME desktop'
- 'kdebase-kdialog: GUI for KDE desktop')
-source=("https://github.com/Winetricks/winetricks/archive/${pkgver}.tar.gz")
-md5sums=('21779ec1eadfcd6bcc59c6e2fc353207')
-
-package() {
- depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
-
- cd "winetricks-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: winetricks/repos/community-any/PKGBUILD (from rev 182600,
winetricks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-07-10 04:56:18 UTC (rev 182601)
@@ -0,0 +1,23 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: Laurent Carlier <[email protected]>
+# Contributor: DsTr <[email protected]>
+# Contributor: Allan McRae <[email protected]>
+
+pkgname=winetricks
+pkgver=20160709
+pkgrel=1
+pkgdesc='Script to install various redistributable runtime libraries in Wine.'
+url='http://wiki.winehq.org/winetricks'
+license=('LGPL')
+arch=('any')
+optdepends=('zenity: GUI for GNOME desktop'
+ 'kdebase-kdialog: GUI for KDE desktop')
+source=("https://github.com/Winetricks/winetricks/archive/${pkgver}.tar.gz")
+md5sums=('446d7cbeb1a0c10f74c4c673d4d159bd')
+
+package() {
+ depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
+
+ cd "winetricks-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}