summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 312268c89713..798b6c4d6701 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = rage-git
arch = x86_64
license = BSD
makedepends = git
- depends = elementary
+ depends = efl
provides = rage=0.1.4.r132.48d9936
conflicts = rage
source = git://git.enlightenment.org/apps/rage.git
diff --git a/PKGBUILD b/PKGBUILD
index a49475a4545f..7493f54e191e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Video Player based on EFL - Development version"
arch=('i686' 'x86_64')
url="https://www.enlightenment.org/p.php?p=about/rage"
license=('BSD')
-depends=('elementary')
+depends=('efl')
makedepends=('git')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")