Date: Saturday, July 31, 2021 @ 15:31:33
  Author: dbermond
Revision: 991113

archrelease: copy trunk to community-testing-any

Added:
  wine-mono/repos/community-testing-any/
  wine-mono/repos/community-testing-any/PKGBUILD
    (from rev 991112, wine-mono/trunk/PKGBUILD)

----------+
 PKGBUILD |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

Copied: wine-mono/repos/community-testing-any/PKGBUILD (from rev 991112, 
wine-mono/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD                              (rev 0)
+++ community-testing-any/PKGBUILD      2021-07-31 15:31:33 UTC (rev 991113)
@@ -0,0 +1,20 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Filipe LaĆ­ns (FFY00) <[email protected]>
+# Maintainer: Daniel Bermond <[email protected]>
+# Contributor: Jan Alexander Steffens (heftig) <[email protected]>
+
+pkgname=wine-mono
+pkgver=6.3.0
+pkgrel=1
+pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
+arch=('any')
+url="https://wiki.winehq.org/Mono";
+license=('GPL' 'LGPL2.1' 'MPL')
+depends=('wine')
+source=("https://dl.winehq.org/wine/$pkgname/$pkgver/$pkgname-$pkgver-x86.tar.xz";)
+sha512sums=('d39bcbaa65e4299711351516e74d559887b152caa3731cc72bbb23412ed76f5b8cf124c2f46241b677b074277c680120a645f738cdcd840ff60465b20deda3b7')
+
+package() {
+  install -d -m755 "$pkgdir"/usr/share/wine/mono/
+  cp -r -a --no-preserve='ownership' $pkgname-$pkgver 
"$pkgdir"/usr/share/wine/mono/
+}

Reply via email to