aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-05-26 14:18:17 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-05-26 16:40:43 +0000
commit4031c16e8258a94e6abc69414dd4099c556dbac5 (patch)
tree1e11b1e6bcb80bfbd35fcaf124cf89499f34d12c
parent8e8f19c383e6eeac1a4025f5df1542f5fa5de85f (diff)
downloadalpine_aports-4031c16e8258a94e6abc69414dd4099c556dbac5.tar.bz2
alpine_aports-4031c16e8258a94e6abc69414dd4099c556dbac5.tar.xz
alpine_aports-4031c16e8258a94e6abc69414dd4099c556dbac5.zip
testing/winetricks: upgrade to 20200412
-rw-r--r--testing/winetricks/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/winetricks/APKBUILD b/testing/winetricks/APKBUILD
index aa297ad081..c8e21f2491 100644
--- a/testing/winetricks/APKBUILD
+++ b/testing/winetricks/APKBUILD
@@ -1,8 +1,8 @@
1# Contributor: Leonardo Arena <rnalrd@alpinelinux.org> 1# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
2# Maintainer: 2# Maintainer:
3pkgname=winetricks 3pkgname=winetricks
4pkgver=20191224 4pkgver=20200412
5pkgrel=1 5pkgrel=0
6pkgdesc="Winetricks is an easy way to work around problems in Wine" 6pkgdesc="Winetricks is an easy way to work around problems in Wine"
7url="https://github.com/Winetricks/winetricks" 7url="https://github.com/Winetricks/winetricks"
8arch="x86 x86_64" # Limited by the wine pkg 8arch="x86 x86_64" # Limited by the wine pkg
@@ -10,10 +10,10 @@ license="LGPL-2.1-or-later"
10options="!check" # Missing depends bashate & shellcheck 10options="!check" # Missing depends bashate & shellcheck
11depends="cabextract unzip wine xmessage" 11depends="cabextract unzip wine xmessage"
12subpackages="$pkgname-doc $pkgname-bash-completion" 12subpackages="$pkgname-doc $pkgname-bash-completion"
13source="$pkgname-$pkgver.tar.gz::https://github.com/Winetricks/winetricks/archive/$pkgver.tar.gz" 13source="https://github.com/Winetricks/winetricks/archive/$pkgver/winetricks-$pkgver.tar.gz"
14 14
15package() { 15package() {
16 make DESTDIR="$pkgdir" install 16 make DESTDIR="$pkgdir" install
17} 17}
18 18
19sha512sums="31c0866e78d866e569da6c1123af7823a07b6358a79fcba84296938d89a39447ec9f504ca524471abc74ec2e3b24024bbc8a579413b4fe0ee74b1d5612f5d41a winetricks-20191224.tar.gz" 19sha512sums="d6ca5628b7d296b3168ef088ca0b03aff8b73da8a139061ca64fac0685ec29bf2b7e075b89226f8ce3af511947eac45d4c72cfb1199e6b72666fc67547b77588 winetricks-20200412.tar.gz"