summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Beslik2020-06-03 10:59:34 +0300
committerRoman Beslik2020-06-03 10:59:34 +0300
commit2cdc80938cea6e7e40ee1837f3e3b52b5186348f (patch)
treeb4eff12d6504b827dbf5e07c3839bdbc183632b7
parent01f311450331384fb47f6efdebdd945fb0a44e8a (diff)
downloadaur-2cdc80938cea6e7e40ee1837f3e3b52b5186348f.tar.gz
version 1.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb8e1e6d35b2..fdd0d9c4a646 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bittorrent2player
pkgdesc = Transfers data from the BitTorrent network to another protocol (currently HTTP) which is more suitable for media players.
- pkgver = 1.8
+ pkgver = 1.9
pkgrel = 1
url = http://www.beroal.in.ua/prg/bittorrent2player/
install = _.install
@@ -8,11 +8,11 @@ pkgbase = bittorrent2player
license = LGPL
depends = python2
depends = python2-distribute
- depends = libtorrent-rasterbar>=0.15.7
+ depends = libtorrent-rasterbar>=1.2.6
depends = desktop-file-utils
backup = etc/bittorrent2player/logging.conf
- source = http://www.beroal.in.ua/prg/bittorrent2player/src/bittorrent2player-1.8.tar.gz
- sha512sums = ae906533ed3ce60a9eac51dc002f6af836aaf04b97963aaa37c28e5525f7e652f1f0c2dbcc75b110aaa7865eea5f5573c206f707cdba4c4365f71c445f5aa124
+ source = http://www.beroal.in.ua/prg/bittorrent2player/src/bittorrent2player-1.9.tar.gz
+ sha512sums = 700545f6fee8c51f7f860b168234799be9c1c2057be317f6bc25268ecd3d0278c8977d8ea6111113f6b96c297c9b2649e5b86f71f8285d2b68f80c157a509eb4
pkgname = bittorrent2player
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"
)