summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2b28e15bfe4defa2678887fd4d78716f76cbeaac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer: qaz <fkxxyz@163.com>
# Contributor: qaz <fkxxyz@163.com>

pkgname=wine-mono-gecko-version-fix
pkgver=1.0.0
pkgrel=1
pkgdesc="Fix the version numbers of wine-mono and wine-gecko files to solve the dialog box that pops up when starting wine."
arch=(any)
url="https://www.fkxxyz.com/learn/wine-mono/"
license=('GPL3')
depends=('pacman' 'wine')
optdepends=('wine-mono' 'wine-gecko')
source=(
  "wine-mono-version-fix.hook"
  "wine-gecko-version-fix.hook"
)

package() {
  install -D "wine-mono-version-fix.hook" \
    "${pkgdir}/usr/share/libalpm/hooks/wine-mono-version-fix.hook"
  install -D "wine-gecko-version-fix.hook" \
    "${pkgdir}/usr/share/libalpm/hooks/wine-gecko-version-fix.hook"
}

# vim:set ts=2 sw=2 et:
md5sums=('2f2958c8de920209c09a168cd75e04c7'
         '20d6893254eb74cfb6e79c30af59977a')