summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmando Ibarra2016-05-05 10:45:43 -0600
committerArmando Ibarra2016-05-05 10:45:43 -0600
commitd42295504a3bd4ec155608e961e25b54981a64c8 (patch)
tree7ed59934294cd62e71b54632b87d412e53efc697
parent9976bbdceecc5612a58025898a5e9a78bb5e3a0a (diff)
downloadaur-d42295504a3bd4ec155608e961e25b54981a64c8.tar.gz
Fix target not found: lx-terminal change for lxterminal
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9d725ed4c14..e0c5dc4f238a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,16 @@ pkgname=flaketill-says
pkgver=0.0.1
pkgrel=2
-pkgdesc="An app for your console to proyects manager, for example if you write on your console application flaketill says: What do yo do? In the future i'll build an app like jarvis but for moment is a dream"
+pkgdesc="An app for your console to proyects manager, for example if you write on your \
+console application flaketill says: What do yo do? In
+the future i'll build an app like jarvis but for moment is a dream"
arch=('x86_64')
url="https://artpcweb.appspot.com/"
license=('GPL')
depends=('python2' 'espeak')
checkdepends=('gdb')
-makedepends=('lx-terminal' 'terminator' 'namcap')
+makedepends=('lxterminal' 'terminator' 'namcap')
optdepends=('gksu: sudo-save support',
'alsa-lib: sound support')
@@ -34,4 +36,4 @@ package() {
install -dm755 "${pkgdir}/usr/share/applications"
install -Dm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-} \ No newline at end of file
+}