summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2020-10-11 21:30:28 +0300
committerStelios Tsampas2020-10-11 21:30:28 +0300
commit377e498062a26495af8c701f2a6811702a3be1fe (patch)
treede26be6ff2333d1ce99fa0152716cbd7021a8c9b
parent6584121bc45403a8fd808e7e6171febfc7218d3d (diff)
downloadaur-377e498062a26495af8c701f2a6811702a3be1fe.tar.gz
Version 5.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ec9e18554ef..8cf2f54308e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wine-mono-bin
pkgdesc = Wine's built-in replacement for Microsoft's .NET Framework
- pkgver = 5.1.0
+ pkgver = 5.1.1
pkgrel = 1
url = https://wiki.winehq.org/Mono
arch = any
@@ -8,10 +8,10 @@ pkgbase = wine-mono-bin
license = LGPL2.1
license = MPL
depends = wine
- provides = wine-mono=5.1.0
+ provides = wine-mono=5.1.1
options = !strip
- source = https://github.com/madewokherd/wine-mono/releases/download/wine-mono-5.1.0/wine-mono-5.1.0-x86.tar.xz
- sha512sums = 64380288fc3a4fc324e15d8b864d995afe2bcb0c96ff02779b4f39c819a43d8e5e84162156ae011db7153a68f2a752c044149bec5804955822826622eb2cca5e
+ source = https://github.com/madewokherd/wine-mono/releases/download/wine-mono-5.1.1/wine-mono-5.1.1-x86.tar.xz
+ sha512sums = 9d2e1c42669164bb3c0096ade0dfd465f633436f18246b1a4d169ae0ae2e3b51d8f94d79409cb71a65b878705d5d38e6f4aa155787e340a9294ff22dbe39cf95
pkgname = wine-mono-bin
diff --git a/PKGBUILD b/PKGBUILD
index fa9d5d3fc7dc..97ffb5b71046 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
pkgname=wine-mono-bin
-pkgver=5.1.0
+pkgver=5.1.1
pkgrel=1
pkgdesc="Wine's built-in replacement for Microsoft's .NET Framework"
arch=('any')
@@ -14,9 +14,10 @@ depends=('wine')
provides=("${pkgname/-bin/}=$pkgver")
options=('!strip')
source=("https://github.com/madewokherd/wine-mono/releases/download/${pkgname/-bin/}-$pkgver/${pkgname/-bin/}-$pkgver-x86.tar.xz")
-sha512sums=('64380288fc3a4fc324e15d8b864d995afe2bcb0c96ff02779b4f39c819a43d8e5e84162156ae011db7153a68f2a752c044149bec5804955822826622eb2cca5e')
package() {
install -Dm 755 -d "$pkgdir"/usr/share/wine/mono/
cp -dr --no-preserve='ownership' ${pkgname/-bin/}-$pkgver "$pkgdir"/usr/share/wine/mono/
}
+
+sha512sums=('9d2e1c42669164bb3c0096ade0dfd465f633436f18246b1a4d169ae0ae2e3b51d8f94d79409cb71a65b878705d5d38e6f4aa155787e340a9294ff22dbe39cf95')