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 7ff2c226497d..e424d0986305 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = libtorrent-git
pkgdesc = A BitTorrent library written in C++.
- pkgver = 0.13.4.r103.g7b1b126
+ pkgver = 0.13.4.r104.g4791513
pkgrel = 1
- url = http://libtorrent.rakshasa.no
+ url = https://github.com/rakshasa/libtorrent/
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index cd159fba9e69..e527a8ea8bdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
## Based on libtorrent [community]
# Maintainer: aksr <aksr at t-com dot me>
pkgname=libtorrent-git
-pkgver=0.13.4.r103.g7b1b126
+pkgver=0.13.4.r104.g4791513
pkgrel=1
pkgdesc="A BitTorrent library written in C++."
-url="http://libtorrent.rakshasa.no"
+url="https://github.com/rakshasa/libtorrent/"
license=("GPL")
arch=("i686" "x86_64")
depends=("libsigc++" "openssl")