summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f3f5b92121f..7962e1008f0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = eluminance-git
pkgdesc = A fast photo browser, written in Python using EFL
pkgver = 0.9.r81
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/DaveMDS/eluminance
arch = any
license = GPL
makedepends = git
- depends = python-efl>=1.18
+ depends = efl>=1.18.0
depends = python-xdg
provides = eluminance
source = git+https://github.com/DaveMDS/eluminance.git
diff --git a/PKGBUILD b/PKGBUILD
index 5bd77e7a87da..ed70e2f2c4c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=eluminance-git
pkgver=0.9.r81
-pkgrel=1
+pkgrel=2
pkgdesc="A fast photo browser, written in Python using EFL"
arch=('any')
url="https://github.com/DaveMDS/eluminance"
license=('GPL')
-depends=('python-efl>=1.18' 'python-xdg')
+depends=('efl>=1.18.0' 'python-efl' 'python-xdg')
makedepends=('git')
provides=('eluminance')
source=('git+https://github.com/DaveMDS/eluminance.git')