Date: Monday, March 27, 2017 @ 12:29:37
  Author: felixonmars
Revision: 219318

archrelease: copy trunk to community-any

Added:
  winetricks/repos/community-any/PKGBUILD
    (from rev 219317, winetricks/trunk/PKGBUILD)
Deleted:
  winetricks/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2017-03-27 12:29:08 UTC (rev 219317)
+++ PKGBUILD    2017-03-27 12:29:37 UTC (rev 219318)
@@ -1,25 +0,0 @@
-# $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=20170316
-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'
-            'kdialog: GUI for KDE desktop')
-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
-}

Copied: winetricks/repos/community-any/PKGBUILD (from rev 219317, 
winetricks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2017-03-27 12:29:37 UTC (rev 219318)
@@ -0,0 +1,25 @@
+# $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=20170326
+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'
+            'kdialog: GUI for KDE desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Winetricks/winetricks/archive/$pkgver.tar.gz";)
+md5sums=('e6bc06a4dce3a6468dc28e9512741457')
+
+package() {
+  depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
+
+  cd winetricks-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to