summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b8f28075b56..6b1f1ce4a935 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
pkgbase = epour
pkgdesc = Torrent client based on EFL
pkgver = 0.5.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.enlightenment.org
install = epour.install
arch = any
license = GPL3
makedepends = git
makedepends = python2-distutils-extra
- depends = python2-ecore
- depends = python2-e_dbus
- depends = python2-elementary
+ depends = python2-efl
depends = libtorrent
depends = hicolor-icon-theme
depends = desktop-file-utils
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() {