summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Enns2015-09-11 15:28:12 -0700
committerDarrell Enns2015-09-11 15:28:12 -0700
commitedf9baf06cae3018b0afdcf066dcb15e583bf717 (patch)
treeefebf4dc02a1fa42810f144dd459f1aa49bb4d0d
parent8cd0f00d4fbe5b16e6d6ab8fed2063a716564040 (diff)
downloadaur-edf9baf06cae3018b0afdcf066dcb15e583bf717.tar.gz
update dependencies, version bump
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9772a86e6e55..a1aeb30f7539 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_pkgname=leslie
pkgname=${_pkgname}-git
pkgrel=1
-pkgver=d2617a6
+pkgver=aa2c796
pkgdesc="A leslie audio effect with jack, OSC control, and (optionally) an opengl GUI."
url="https://github.com/dack/leslie"
arch=('x86_64' 'i686')
license=('GPLv3')
-depends=('liblo' 'libgl' 'glut' 'ftgl' 'boost-libs' 'jack' 'ttf-dejavu')
+depends=('liblo' 'libgl' 'glut' 'ftgl' 'boost-libs' 'jack' 'ttf-dejavu' 'alsa-lib' 'freetype2')
makedepends=('boost')
conflicts=()
replaces=()