summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2019-11-27 00:09:24 +0200
committerStelios Tsampas2019-11-27 00:09:24 +0200
commit6e17a7a2503252ba14ea8c9a9b63e711f39f446f (patch)
tree979aef68cee21991df58da71f6d11b00cb399fa2
parent3165fc29e49e3e0b4f7b6a98730ad6c7228c2ca5 (diff)
downloadaur-6e17a7a2503252ba14ea8c9a9b63e711f39f446f.tar.gz
Fix single quotes around variable
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 057eb6d4fbca..f37235578217 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = wine-mono-bin
pkgdesc = Wine's built-in replacement for Microsoft's .NET Framework
pkgver = 4.9.4
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.winehq.org/Mono
arch = any
license = GPL
license = LGPL2.1
license = MPL
depends = wine
- provides = wine-mono=$pkgver
- conflicts = wine-mono=$pkgver
+ provides = wine-mono=4.9.4
+ conflicts = wine-mono=4.9.4
options = !strip
source = https://github.com/madewokherd/wine-mono/releases/download/wine-mono-4.9.4/wine-mono-bin-4.9.4.tar.gz
sha512sums = 52dfacacb65bbf1fa977e56ff62145d2919405c6d9bcf86091dd0a4e98cb30269ba625d01483abd3770d4daf9d0b27a58e7d27c64f04dd0d95a509c04b1a18d1
diff --git a/PKGBUILD b/PKGBUILD
index bfb3a1450ea6..9d68c3ec92a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=wine-mono-bin
pkgver=4.9.4
-pkgrel=1
+pkgrel=2
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')
-provides=('wine-mono=$pkgver')
-conflicts=('wine-mono=$pkgver')
+provides=("wine-mono=$pkgver")
+conflicts=("wine-mono=$pkgver")
options=('!strip')
source=("https://github.com/madewokherd/wine-mono/releases/download/${pkgname/-bin/}-$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('52dfacacb65bbf1fa977e56ff62145d2919405c6d9bcf86091dd0a4e98cb30269ba625d01483abd3770d4daf9d0b27a58e7d27c64f04dd0d95a509c04b1a18d1')