summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2014-07-18 21:50:34 -0500
committerDoug Newgard2014-07-18 21:50:34 -0500
commitdc506e360f09280cfdf93938f6ee4c9d11c6a357 (patch)
treea8ddde219e79da7137cbbe9c6ed206f9c0babafe
parentcb1e46f0f82648cf67c8abc435113e81a36f0e99 (diff)
downloadaur-dc506e360f09280cfdf93938f6ee4c9d11c6a357.tar.gz
Correct libtorrent dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 324b5341976f..493dd38c8c55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = epour
pkgdesc = Torrent client based on EFL
pkgver = 0.6.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.enlightenment.org
install = epour.install
arch = any
@@ -9,7 +9,7 @@ pkgbase = epour
makedepends = python2-distutils-extra
depends = python2-efl
depends = python2-xdg
- depends = libtorrent
+ depends = libtorrent-rasterbar
depends = hicolor-icon-theme
source = http://download.enlightenment.org/rel/apps/epour/epour-0.6.0.tar.xz
sha1sums = 7cfa8bbaf01bd6106ead24391a5deea23996e29a
diff --git a/PKGBUILD b/PKGBUILD
index 2fa26264e8b2..e0b5158176a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=epour
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Torrent client based on EFL"
arch=('any')
url="http://www.enlightenment.org"
license=('GPL3')
-depends=('python2-efl' 'python2-xdg' 'libtorrent' 'hicolor-icon-theme')
+depends=('python2-efl' 'python2-xdg' 'libtorrent-rasterbar' 'hicolor-icon-theme')
makedepends=('python2-distutils-extra')
install=$pkgname.install
source=("http://download.enlightenment.org/rel/apps/$pkgname/$pkgname-$pkgver.tar.xz")