summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2021-06-07 13:04:40 +0300
committerStelios Tsampas2021-06-07 13:04:40 +0300
commit239246bc0f0434fe7ac7fe42972fcfe37d81a3b5 (patch)
tree0851700c79b0968b2464f1c0e79e36fee7cae5d2
parent93b62ab581144a8ce82ec3f3df947d77cf8c5b62 (diff)
downloadaur-239246bc0f0434fe7ac7fe42972fcfe37d81a3b5.tar.gz
Version 6.2.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de4110680a53..98dcb9ea4540 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = wine-mono-bin
pkgdesc = Wine's built-in replacement for Microsoft's .NET Framework
- pkgver = 6.1.1
- pkgrel = 2
+ pkgver = 6.2.0
+ pkgrel = 1
url = https://wiki.winehq.org/Mono
arch = any
license = GPL
license = LGPL2.1
license = MPL
depends = wine
- provides = wine-mono=6.1.1
+ provides = wine-mono=6.2.0
options = !strip
- source = https://github.com/madewokherd/wine-mono/releases/download/wine-mono-6.1.1/wine-mono-6.1.1-x86.tar.xz
- sha512sums = ecc2ab6875fffebc5e94c23fd04c84ce5550be65a7f5f1832d4c74a944680405c4cba28a59b7c362abb08d689e83f153543eb0ef375ec9b894295aba1eff99b1
+ source = https://github.com/madewokherd/wine-mono/releases/download/wine-mono-6.2.0/wine-mono-6.2.0-x86.tar.xz
+ sha512sums = 7e5ed7e4abf88d915d59715b107722135af08bb43e6356f9ae95fdafc539332150a82f85b67d15710ae4ece6c883733bab142f59894f70acd893cac85f6ca905
pkgname = wine-mono-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 0b893892a362..cd035084480f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
pkgname=wine-mono-bin
-pkgver=6.1.1
-pkgrel=2
+pkgver=6.2.0
+pkgrel=1
pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
arch=('any')
url="https://wiki.winehq.org/Mono"
@@ -20,4 +20,4 @@ package() {
cp -dr --no-preserve='ownership' ${pkgname/-bin/}-$pkgver "$pkgdir"/usr/share/wine/mono/
}
-sha512sums=('ecc2ab6875fffebc5e94c23fd04c84ce5550be65a7f5f1832d4c74a944680405c4cba28a59b7c362abb08d689e83f153543eb0ef375ec9b894295aba1eff99b1')
+sha512sums=('7e5ed7e4abf88d915d59715b107722135af08bb43e6356f9ae95fdafc539332150a82f85b67d15710ae4ece6c883733bab142f59894f70acd893cac85f6ca905')