Date: Friday, July 19, 2019 @ 18:27:41 Author: bisson Revision: 492222
upstream update Modified: libtorrent/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-07-19 14:37:09 UTC (rev 492221) +++ PKGBUILD 2019-07-19 18:27:41 UTC (rev 492222) @@ -5,7 +5,7 @@ # Contributor: sh__ pkgname=libtorrent -pkgver=0.13.7 +pkgver=0.13.8 pkgrel=1 pkgdesc='BitTorrent library with a focus on high performance and good code' url='https://rakshasa.github.io/rtorrent/' @@ -12,14 +12,11 @@ arch=('x86_64') license=('GPL') depends=('openssl') -source=("https://github.com/rakshasa/rtorrent/releases/download/v0.9.${pkgver##*.}/${pkgname}-${pkgver}.tar.gz" - 'https://github.com/rakshasa/libtorrent/commit/4607bbf7.patch') -sha256sums=('c738f60f4d7b6879cd2745fb4310bf24c9287219c1fd619706a9d5499ca7ecc1' - '88238b777b2d5c01d0ed3d0093554475c004db51193db88f91d41b9a4db50bb8') +source=("https://github.com/rakshasa/rtorrent/releases/download/v0.9.${pkgver##*.}/${pkgname}-${pkgver}.tar.gz") +sha256sums=('ed115a28f4ae8cfcd33b94a597c076ca74fd549867a26e4fac9505c27288e983') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i ../4607bbf7.patch ./autogen.sh }
