summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2018-05-31 23:28:59 -0400
committerYour Name2018-05-31 23:28:59 -0400
commit6830ac3a35fc13a63e0887a14b50f1afc89dd08d (patch)
treec0e9c7effb88f268f2630d0780154acfc3b5622f
parent883825daae17185e2614d7669d2411f8020b0da1 (diff)
downloadaur-6830ac3a35fc13a63e0887a14b50f1afc89dd08d.tar.gz
20180130
-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 \