summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard2013-12-25 21:25:54 -0600
committerDoug Newgard2013-12-25 21:25:54 -0600
commit4497c49d2552a9e6805d5fe99a55d0a06e553c3b (patch)
tree4990f0455841b42cbb3fb507b7f58259cd2771e4 /PKGBUILD
parentadc6df58cf7c4bc16f461ea8898375f2c2ec9d42 (diff)
downloadaur-4497c49d2552a9e6805d5fe99a55d0a06e553c3b.tar.gz
Change deps for EFL 1.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cc65f1aab9f..1c9b0fb146b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=epour
pkgver=0.5.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Torrent client based on EFL"
arch=('any')
url="http://www.enlightenment.org"
license=('GPL3')
-depends=('python2-ecore' 'python2-e_dbus' 'python2-elementary' 'libtorrent' 'hicolor-icon-theme' 'desktop-file-utils')
+depends=('python2-efl' 'libtorrent' 'hicolor-icon-theme' 'desktop-file-utils')
makedepends=('git' 'python2-distutils-extra')
install=$pkgname.install
source=("git://git.enlightenment.org/apps/$pkgname.git#tag=epour-$pkgver")
@@ -16,7 +16,9 @@ md5sums=('SKIP')
prepare() {
cd "$srcdir/$pkgname"
- sed -i 's/env python$/&2/' bin/epour epour/*.py epour/gui/*.py
+ sed -i 's/env python$/&2/' bin/epour \
+ epour/*.py \
+ epour/gui/*.py
}
package() {