Date: Friday, March 4, 2016 @ 13:52:40
Author: fyan
Revision: 164770
archrelease: copy trunk to community-any
Added:
winetricks/repos/community-any/PKGBUILD
(from rev 164769, winetricks/trunk/PKGBUILD)
Deleted:
winetricks/repos/community-any/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-04 12:52:22 UTC (rev 164769)
+++ PKGBUILD 2016-03-04 12:52:40 UTC (rev 164770)
@@ -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=20160109
-pkgrel=2
-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=('c40c1f2a260786c3104fc1767e9a55e9')
-
-package() {
- depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
-
- cd "winetricks-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: winetricks/repos/community-any/PKGBUILD (from rev 164769,
winetricks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-03-04 12:52:40 UTC (rev 164770)
@@ -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=20160219
+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=('5f0cc7ddc103fed4afec6a6f91f4db03')
+
+package() {
+ depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
+
+ cd "winetricks-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}