Skip to content

Commit

Permalink
Fix dependency numbers now they are released
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Sep 13, 2018
1 parent 21e3416 commit 78c05fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meson.build
Expand Up @@ -22,7 +22,7 @@ config_h.set_quoted('PACKAGE_DOC_DIR', join_paths(get_option('prefix'), get_opti

config_h.set_quoted('EFL_BETA_API_SUPPORT' , '1')

elm = dependency('elementary', version : '>=1.20.99')
elm = dependency('elementary', version : '>=1.21.1')
top_inc = include_directories('.')

cc = meson.get_compiler('c')
Expand Down
4 changes: 2 additions & 2 deletions packaging/pkgbuild/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Enlightenment Developers <enlightenment-devel@enlightenment.org>
pkgname='edi-git'
pkgver=0.6.99.0001
pkgver=0.7.0.0001
pkgrel=1
pkgdesc="Efl based IDE - GIT development snapshot"
arch=('i686' 'x86_64' 'arm')
url="https://www.enlightenment.org/about-edi"
license=('GPLv2')
makedepends=('git' 'meson')
depends=('efl-git' 'clang' 'check')
depends=('efl' 'clang' 'check')
options=('!libtool' 'debug' '!strip')
provides=('edi')
source=("edi-git::git+https://github.com/Enlightenment/edi.git#branch=develop")
Expand Down

0 comments on commit 78c05fd

Please sign in to comment.