summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-12-21 04:31:18 +0800
committerlilac2021-12-21 04:31:18 +0800
commit644eb328432853f1ae1fdd647b1575f161e51777 (patch)
tree5b051055913d10de6b61572ae82661a687d98d91
parentc93598ed0076fad861210b629ac95e197910c16b (diff)
downloadaur-644eb328432853f1ae1fdd647b1575f161e51777.tar.gz
[lilac] updated to 7.0rc1-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
-rw-r--r--PKGBUILD.diff4
3 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11b39b7766b0..1082761af792 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wine-winscard
pkgdesc = A compatibility layer for running Windows programs (with IDRASSI's winscard patch)
- pkgver = 6.22
+ pkgver = 7.0rc1
pkgrel = 1
url = http://www.winehq.com
install = wine.install
@@ -165,17 +165,17 @@ pkgbase = wine-winscard
optdepends = cups
optdepends = samba
optdepends = dosbox
- provides = wine=6.22
+ provides = wine=7.0rc1
conflicts = wine
options = staticlibs
- source = https://dl.winehq.org/wine/source/6.x/wine-6.22.tar.xz
- source = https://dl.winehq.org/wine/source/6.x/wine-6.22.tar.xz.sign
+ source = https://dl.winehq.org/wine/source/7.0/wine-7.0-rc1.tar.xz
+ source = https://dl.winehq.org/wine/source/7.0/wine-7.0-rc1.tar.xz.sign
source = 30-win32-aliases.conf
source = wine-binfmt.conf
- source = scard4wine::git+https://git.code.sf.net/p/scard4wine/code.git#commit=484230432f6f29538916872dac495d8a8de45382
+ source = scard4wine-yan12125::git+https://git.code.sf.net/u/yan12125/scard4wine.git#commit=7621961210a55b4333f3039bae2355430f9bd8cd
validpgpkeys = 5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
validpgpkeys = DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D
- sha512sums = 5326d500a2c5884e3ff004557a0360f8ff5c29ae42fdc256a13012ab746371dd403c87715efa00e43bf181fbc6d0647372e3e40944e5673b069f6e4f4cc700b5
+ sha512sums = 700359a8353597ce10284152cb318011aef1111cb9bc98e4794cfa6f630d6a03a8ae5556b6f6aaec8b4cd64bc4f21587f5ce2b7cc9635abeacda426dabf268bb
sha512sums = SKIP
sha512sums = 6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb
sha512sums = bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285
diff --git a/PKGBUILD b/PKGBUILD
index 6d80fc355a47..3379d16020b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
pkgname=wine
-pkgver=6.22
+pkgver=7.0rc1
pkgrel=1
_pkgbasever=${pkgver/rc/-rc}
-source=(https://dl.winehq.org/wine/source/6.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
+source=(https://dl.winehq.org/wine/source/7.0/$pkgname-$_pkgbasever.tar.xz{,.sign}
30-win32-aliases.conf
wine-binfmt.conf)
-sha512sums=('5326d500a2c5884e3ff004557a0360f8ff5c29ae42fdc256a13012ab746371dd403c87715efa00e43bf181fbc6d0647372e3e40944e5673b069f6e4f4cc700b5'
+sha512sums=('700359a8353597ce10284152cb318011aef1111cb9bc98e4794cfa6f630d6a03a8ae5556b6f6aaec8b4cd64bc4f21587f5ce2b7cc9635abeacda426dabf268bb'
'SKIP'
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
@@ -104,7 +104,7 @@ prepare() {
# Allow ccache to work
mv wine-$_pkgbasever $pkgname
- scard4wine_dir=scard4wine/src
+ scard4wine_dir=scard4wine-yan12125/src
cp -v $scard4wine_dir/winscard.c $pkgname/dlls/winscard/winscard.c
cp -v $scard4wine_dir/winscard.spec $pkgname/dlls/winscard/winscard.spec
cp -v $scard4wine_dir/winscard.h $pkgname/include/winscard.h
@@ -188,7 +188,7 @@ package() {
# vim:set ts=8 sts=2 sw=2 et:
-source+=("scard4wine::git+https://git.code.sf.net/p/scard4wine/code.git#commit=484230432f6f29538916872dac495d8a8de45382")
+source+=("scard4wine-yan12125::git+https://git.code.sf.net/u/yan12125/scard4wine.git#commit=7621961210a55b4333f3039bae2355430f9bd8cd")
sha512sums+=('SKIP')
makedepends+=(git)
provides=("$pkgname=$pkgver")
diff --git a/PKGBUILD.diff b/PKGBUILD.diff
index be3ba26b9b43..c5960e641f9f 100644
--- a/PKGBUILD.diff
+++ b/PKGBUILD.diff
@@ -7,7 +7,7 @@
- mv $pkgname-$_pkgbasever $pkgname
+ mv wine-$_pkgbasever $pkgname
+
-+ scard4wine_dir=scard4wine/src
++ scard4wine_dir=scard4wine-yan12125/src
+ cp -v $scard4wine_dir/winscard.c $pkgname/dlls/winscard/winscard.c
+ cp -v $scard4wine_dir/winscard.spec $pkgname/dlls/winscard/winscard.spec
+ cp -v $scard4wine_dir/winscard.h $pkgname/include/winscard.h
@@ -23,7 +23,7 @@
# vim:set ts=8 sts=2 sw=2 et:
+
-+source+=("scard4wine::git+https://git.code.sf.net/p/scard4wine/code.git#commit=484230432f6f29538916872dac495d8a8de45382")
++source+=("scard4wine-yan12125::git+https://git.code.sf.net/u/yan12125/scard4wine.git#commit=7621961210a55b4333f3039bae2355430f9bd8cd")
+sha512sums+=('SKIP')
+makedepends+=(git)
+provides=("$pkgname=$pkgver")