summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3981615feae6..b744931cdf5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libtorrent-pyro-git
pkgdesc = BitTorrent library written in C++ (git version)
- pkgver = 20140703
- pkgrel = 1
+ pkgver = 20150519
+ pkgrel = 2
url = http://libtorrent.rakshasa.no
install = libtorrent-pyro.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 026d0031d146..9faa96b28a0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,8 +16,8 @@ _commit=HEAD
_falloc='--with-posix-fallocate'
pkgname=libtorrent-pyro-git
-pkgver=20140703
-pkgrel=1
+pkgver=20150519
+pkgrel=2
pkgdesc='BitTorrent library written in C++ (git version)'
url='http://libtorrent.rakshasa.no'
license=('GPL')
@@ -42,7 +42,7 @@ pkgver() {
prepare() {
cd "$srcdir/libtorrent"
#patch -Np1 -i "${startdir}/libtorrent.patch"
-
+ #patch -Np1 -i "${startdir}/remove_tr1_prefix.patch"
./autogen.sh
}