summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorscheckley2021-09-08 11:32:13 +0100
committerscheckley2021-09-08 11:32:13 +0100
commit9c0028552ae3c259f3020e35fc6ae051375339b1 (patch)
tree4bf2b62dd00ee960fea069995fb81eac71372cfb
parent5da34a1c616b067c45fe945f3191e3a1536aa287 (diff)
downloadaur-9c0028552ae3c259f3020e35fc6ae051375339b1.tar.gz
updated PKGBUILD with glu dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44d3d0f99249..602a39c13d57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="COmplex PAthway SImulator for analysis of biochemical networks and thei
arch=('i686' 'x86_64')
url="http://www.copasi.org/"
license=('Artistic 2.0')
-depends=('shared-mime-info' 'freetype2')
+depends=('shared-mime-info' 'freetype2' 'glu')
source=('copasi-desktop.tar.gz')
install=copasi.install
noextract=($pkgname-$pkgver.tar.gz)