summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskydrome2015-10-10 02:16:30 -0400
committerskydrome2015-10-10 02:16:30 -0400
commit8daf4f05a2799faaf37eb0a754c1dd0b0b5df549 (patch)
tree965b70040953da1b89dc86f88bbe24cfb8171fd7
parent02c2c9b6182cb01cbcb77b8195966e1d4ca1e4d7 (diff)
downloadaur-8daf4f05a2799faaf37eb0a754c1dd0b0b5df549.tar.gz
bump version
-rw-r--r--PKGBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abb4c15ae3cf..17b73d152a21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,15 +9,9 @@ _debug=n
#_commit=a7857b2 #0.13.5
_commit=HEAD
-# Add the following to your rtorrent.rc if your
-# filesystem supports the fallocate() function
-# system.file.allocate.set = yes
-[[ $(stat -Lfc %T /home) = @(ext4|xfs|btrfs|ocfs2) ]] &&
- _falloc='--with-posix-fallocate'
-
pkgname=libtorrent-pyro-git
-pkgver=20150519
-pkgrel=2
+pkgver=20150908
+pkgrel=1
pkgdesc='BitTorrent library written in C++ (git version)'
url='http://libtorrent.rakshasa.no'
license=('GPL')
@@ -51,8 +45,9 @@ build() {
#export CC=clang
#export CXX=clang++
- ./configure $_falloc $_debug \
- --prefix=/usr
+ ./configure $_debug \
+ --prefix=/usr \
+ --with-posix-fallocate
make
}