summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2016-12-07 06:05:06 -0500
committerYour Name2016-12-07 06:05:06 -0500
commit7a4f34a1481577b6f6151cc6a50f97de58398c16 (patch)
tree6378fe42cc0712e9dd0e2c6db0d273711b298e04
parent51b111d8789a6adb49ffaa969733a906da010263 (diff)
downloadaur-7a4f34a1481577b6f6151cc6a50f97de58398c16.tar.gz
update branch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07f1fd56716c..e7df86b6f1ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Dec 7 10:52:26 UTC 2016
+# Wed Dec 7 11:05:04 UTC 2016
pkgbase = libtorrent-pyro-git
pkgdesc = BitTorrent library written in C++ (git version)
- pkgver = 20161115
+ pkgver = 20161207
pkgrel = 1
url = https://rakshasa.github.io/rtorrent
install = libtorrent-pyro.install
@@ -16,7 +16,7 @@ pkgbase = libtorrent-pyro-git
provides = libtorrent
conflicts = libtorrent
conflicts = libtorrent-git
- source = git://github.com/rakshasa/libtorrent.git#commit=HEAD
+ source = git://github.com/rakshasa/libtorrent.git#branch=feature-bind
md5sums = SKIP
pkgname = libtorrent-pyro-git
diff --git a/PKGBUILD b/PKGBUILD
index 7751efe582ec..a7184b955035 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,10 @@ _debug=n
# Compile from a specific commit?
_commit=HEAD
+_branch=feature-bind
pkgname=libtorrent-pyro-git
-pkgver=20161115
+pkgver=20161207
pkgrel=1
pkgdesc='BitTorrent library written in C++ (git version)'
url='https://rakshasa.github.io/rtorrent'
@@ -23,7 +24,7 @@ install=libtorrent-pyro.install
[[ $_debug = 'n' ]] &&
_debug='--disable-debug' || options=(!strip)
-source=("git://github.com/rakshasa/libtorrent.git#commit=$_commit")
+source=("git://github.com/rakshasa/libtorrent.git#branch=$_branch")
md5sums=('SKIP')
pkgver() {