[arch-commits] Commit in winetricks/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Oct 6 02:50:59 UTC 2016
Date: Thursday, October 6, 2016 @ 02:50:58
Author: felixonmars
Revision: 191441
archrelease: copy trunk to community-any
Added:
winetricks/repos/community-any/PKGBUILD
(from rev 191440, winetricks/trunk/PKGBUILD)
Deleted:
winetricks/repos/community-any/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-06 02:50:18 UTC (rev 191440)
+++ PKGBUILD 2016-10-06 02:50:58 UTC (rev 191441)
@@ -1,23 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Laurent Carlier <lordheavym at gmail.com>
-# Contributor: DsTr <dstr at gmail.com>
-# Contributor: Allan McRae <allan at archlinux.org>
-
-pkgname=winetricks
-pkgver=20160724
-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=('ff9c6e35e3f7d3ed2e006d4d1df0dd5b')
-
-package() {
- depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
-
- cd "winetricks-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: winetricks/repos/community-any/PKGBUILD (from rev 191440, winetricks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-10-06 02:50:58 UTC (rev 191441)
@@ -0,0 +1,23 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: DsTr <dstr at gmail.com>
+# Contributor: Allan McRae <allan at archlinux.org>
+
+pkgname=winetricks
+pkgver=20161005
+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=('e1c03160ce592389a381dec4e27cf3e0')
+
+package() {
+ depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
+
+ cd "winetricks-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list