summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Cromer2017-07-14 10:36:20 -0400
committerChris Cromer2017-07-14 10:36:20 -0400
commitfccfca38d0942f5f55c59316460afc114d3995a0 (patch)
tree31078055aba558e6a3f15176e151cac140252942
parent6e41312b7a3f2f2306869728804bb1f878d3a001 (diff)
downloadaur-fccfca38d0942f5f55c59316460afc114d3995a0.tar.gz
update to work with new libevents
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f94e6ea6ca8e..e350e548b8ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ygopro-bin
pkgdesc = YGOPRO is a free online dueling system made for playing Yu-Gi-Oh! duels.
pkgver = 1.033.D
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/cromerc/ygopro
install = ygopro-bin.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9e1a6818e2ce..710737e2f9d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ygopro-bin
pkgver=1.033.D
-pkgrel=3
+pkgrel=4
_pkgrel=1
pkgdesc="YGOPRO is a free online dueling system made for playing Yu-Gi-Oh! duels."
arch=('x86_64')
@@ -34,6 +34,8 @@ package() {
ln -s libsfml-audio.so.2.4 libsfml-audio.so.2.3
ln -s libsfml-system.so.2.4 libsfml-system.so.2.3
ln -s libgit2.so.25 libgit2.so.24
+ ln -s libevent-2.1.so.6 libevent-2.0.so.5
+ ln -s libevent_pthreads-2.1.so.6 libevent_pthreads-2.0.so.5
mkdir -p "$pkgdir/opt/ygopro/expansions/live2017"
cd "$pkgdir/opt/ygopro/expansions/live2017"