summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEthan Kerrick2023-03-02 20:26:33 -0500
committerEthan Kerrick2023-03-02 20:26:33 -0500
commita5fe8f5598c1db338d9a255c60655d0a96940a6e (patch)
treec94094c46119d3980388a46f60b4528ad9faaa23 /PKGBUILD
parenta2afaeba51af7c3f8bafef151f9fee7a147e03ea (diff)
downloadaur-a5fe8f5598c1db338d9a255c60655d0a96940a6e.tar.gz
added dependencies and link to website
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dfed84f8ee94..59bd78a247b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: silverhikari <kerrickethan@gmail.com>
pkgname=libchimara-git
-pkgver=0.9.2.r0.5cd1f96
+pkgver=0.9.2.r17.2571f79
pkgrel=1
pkgdesc="Interactive Fiction GTK Widget"
arch=(x86_64)
-url="https://github.com/chimara/Chimara.git"
+url="https://chimara.github.io/Chimara/"
license=('custom')
-depends=('gtk3' 'gstreamer')
+depends=('gtk3' 'gstreamer' 'gobject-introspection' 'gst-plugins-bad' 'gst-plugins-good' 'gst-plugins-base')
makedepends=('git' 'meson' 'ninja')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")