summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyechou2023-04-11 17:52:19 -0500
committerkyechou2023-04-11 17:52:19 -0500
commit2bad5adda012de04a04fc40136de493d1f576b90 (patch)
treece776f9772dd0a59a6da97d19c810bf00613037b
parent8e2b7ae0c0dc0d3b8a4f3e6e4368e33f0b32ac97 (diff)
downloadaur-2bad5adda012de04a04fc40136de493d1f576b90.tar.gz
Add provides primitive, provides wine-lol
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 385fa468422d..89b390c4a9ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wine-lol-staging
pkgdesc = A compatibility layer for running Windows programs (staging branch) with LoL patches(abi.vsyscall32=0 version)
pkgver = 8.5
- pkgrel = 1
+ pkgrel = 2
url = https://www.wine-staging.com/
install = wine-lol-staging.install
arch = x86_64
@@ -108,6 +108,7 @@ pkgbase = wine-lol-staging
optdepends = cups
optdepends = samba
optdepends = dosbox
+ provides = wine-lol
options = staticlibs
options = !lto
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index b46b9502ebbe..0b307ebcd6ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
pkgname=wine-lol-staging
pkgver=8.5
_winever=8.5
-pkgrel=1
+pkgrel=2
pkgdesc='A compatibility layer for running Windows programs (staging branch) with LoL patches(abi.vsyscall32=0 version)'
arch=('x86_64')
url='https://www.wine-staging.com/'
license=('LGPL')
+provides=('wine-lol')
install=wine-lol-staging.install
options=('staticlibs' '!lto' '!strip')
@@ -96,7 +97,7 @@ prepare() {
printf '%s\n' ' -> Cleaning wine source code tree...'
git -C wine reset --hard HEAD # restore tracked files
git -C wine clean -xdf # delete untracked files
-
+
# change back to the wine upstream commit that this version of wine-staging is based in
printf '%s\n' ' -> Changing wine HEAD to the wine-staging base commit...'
git -C wine config --local advice.detachedHead false