summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard2013-11-10 14:38:50 -0600
committerDoug Newgard2013-11-10 14:38:50 -0600
commitb3390cc3f59e9677251d390f537b1388a2e9aa44 (patch)
tree85d422c7bf4562e81bc349b2de3a6ba207c73e0b /PKGBUILD
parent22162432edd4b8bedcdafd24b7b94fbbd126aad7 (diff)
downloadaur-b3390cc3f59e9677251d390f537b1388a2e9aa44.tar.gz
Add debug option and change dep to a version instead of requiring -git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7feda7811038..fad4a37e2b3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Doug Newgard <scimmia22 at outlook dot com>
# Contributor: Cravix < dr dot neemous at gmail dot org >
-# Based on edje PKGBUILD wrote by Ronald van Haren <ronald.archlinux.org>
pkgname=terminology-git
_pkgname=${pkgname%-*}
-pkgver=0.3.0.568.bf3e2ab
+pkgver=0.4.0alpha1.r772.d682db2
pkgrel=1
pkgdesc="EFL based terminal emulator - Development version"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org/p.php?p=about/terminology"
license=('BSD')
-depends=('elementary-git')
+depends=('elementary>=1.8.0')
makedepends=('git')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
+options=('debug')
source=("git://git.enlightenment.org/apps/$_pkgname.git")
md5sums=('SKIP')