summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax le Fou2019-08-14 10:28:11 +0200
committerMax le Fou2019-08-14 10:28:11 +0200
commit9e5e8c0f04bdd92917cf58524eeba811236e598b (patch)
treec9ecd8c9c7e7d75037d2f7369becdf86608846d2
parentab3aa9fa583aa6a2c87b09120367c70942924903 (diff)
downloadaur-9e5e8c0f04bdd92917cf58524eeba811236e598b.tar.gz
added missing dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e66008323299..07b2948f995e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = koala-bin
pkgdesc = Koala is a GUI application for LESS, Sass and CoffeeScript compilation, to help web developers use these tools more efficiently for development.
pkgver = 2.3.0
- pkgrel = 2
+ pkgrel = 3
url = http://koala-app.com/
arch = x86_64
arch = i686
license = Apache License, Version 2.0
+ depends = ruby
provides = koala
source = koala.png
source = koala.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 75ddd2e7ab51..1265f5c0c9f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
+# Maintainer: Max le Fou <buttbadger@gmail.com>
# Maintainer: Alex Zappa <reatlat@gmail.com>
pkgname=koala-bin
pkgver=2.3.0
-pkgrel=2
+pkgrel=3
pkgdesc="Koala is a GUI application for LESS, Sass and CoffeeScript compilation, to help web developers use these tools more efficiently for development."
arch=('x86_64' 'i686')
url="http://koala-app.com/"
_repourl="https://github.com/oklai/koala"
license=('Apache License, Version 2.0')
provides=('koala')
-depends=()
+depends=('ruby')
optdepends=()
source=('koala.png'