summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22f672c244ba..45ada8ccb348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Roman Beslik <me@beroal.in.ua>
pkgname=bittorrent2player
-pkgver=1.8
+pkgver=1.9
pkgrel=1
url=http://www.beroal.in.ua/prg/bittorrent2player/
pkgdesc="Transfers data from the BitTorrent network to another protocol (currently HTTP) which is more suitable for media players."
arch=("any")
license=("LGPL")
-depends=("python2" "python2-distribute" "libtorrent-rasterbar>=0.15.7" "desktop-file-utils")
+depends=("python2" "python2-distribute" "libtorrent-rasterbar>=1.2.6" "desktop-file-utils")
makedepends=()
backup=("etc/bittorrent2player/logging.conf")
install=_.install
@@ -24,5 +24,5 @@ package() {
}
sha512sums=( \
- "ae906533ed3ce60a9eac51dc002f6af836aaf04b97963aaa37c28e5525f7e652f1f0c2dbcc75b110aaa7865eea5f5573c206f707cdba4c4365f71c445f5aa124"
+ "700545f6fee8c51f7f860b168234799be9c1c2057be317f6bc25268ecd3d0278c8977d8ea6111113f6b96c297c9b2649e5b86f71f8285d2b68f80c157a509eb4"
)