summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f88a2dd822d6..88a8a6dbbf72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 28 05:06:49 UTC 2017
+# Fri Jun 1 03:12:53 UTC 2018
pkgbase = libtorrent-pyro-git
pkgdesc = BitTorrent library written in C++ (git version)
- pkgver = 20170428
+ pkgver = 20180130
pkgrel = 1
url = https://rakshasa.github.io/rtorrent
install = libtorrent-pyro.install
diff --git a/PKGBUILD b/PKGBUILD
index 54664ec391d4..d53403b52014 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _commit=HEAD
_branch=feature-bind
pkgname=libtorrent-pyro-git
-pkgver=20170428
+pkgver=20180130
pkgrel=1
pkgdesc='BitTorrent library written in C++ (git version)'
url='https://rakshasa.github.io/rtorrent'
@@ -49,7 +49,7 @@ build() {
cd "$srcdir/libtorrent"
#export CC=clang
#export CXX=clang++
- export CXXFLAGS+=" -fno-strict-aliasing -Wno-terminate"
+ export CXXFLAGS+=" -fno-strict-aliasing -faligned-new -Wno-terminate -Wno-class-memaccess"
./configure $_debug \
--prefix=/usr \