summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrincu2024-01-11 17:32:34 +0200
committerFrincu2024-01-11 17:32:34 +0200
commit09f9e53d166d7120ab35bbd7cd9fdc5265de2b03 (patch)
tree61c70c76b579e4c66c0d473b26d9a12a35ab8807 /PKGBUILD
parentdcc3dc819a9d94a929a13f42beec80bec464aafa (diff)
downloadaur-cm.tar.gz
Fix dependencies error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35a51886a741..b75e2f2ea28f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="fast logfile viewer for Analyzing Large Logfiles
arch=('x86_64')
url="https://github.com/esrlabs/chipmunk"
license=('Apache-2.0')
-depends=('gtk3', 'alsa-lib', 'libdrm', 'cups')
+depends=('gtk3' 'alsa-lib' 'libdrm' 'cups')
source=("https://github.com/esrlabs/chipmunk/releases/download/$pkgver/chipmunk@$pkgver-linux-portable.tgz")
build() {