summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Kim2021-06-23 06:03:56 +0900
committerJustin Kim2021-06-23 06:03:56 +0900
commit5f8c48f383519eec511d31887824ce2f53663d1b (patch)
tree169df9391058bfe3695c93e079276b294094e2f5
parent4e4afd5139136f5b2f099cab912d6aa5a47bcf13 (diff)
downloadaur-5f8c48f383519eec511d31887824ce2f53663d1b.tar.gz
add dependencies
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 12 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed36abd36302..91ad5363032b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,17 @@
pkgbase = gaeguli-git
pkgdesc = [gæguli] is a library for video streaming using SRT
pkgver = r352.1dca553
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hwangsaeul/gaeguli
arch = x86_64
license = APACHE-2.0
+ makedepends = git
+ makedepends = meson
+ makedepends = ninja
+ depends = gst-plugins-bad
+ depends = srt
+ depends = json-glib
+ depends = libnl
provides = gaeguli
conflicts = gaeguli
source = git+https://github.com/hwangsaeul/gaeguli.git
diff --git a/PKGBUILD b/PKGBUILD
index ed7a63bcccec..08fc3c6630fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gaeguli-git
pkgver=r352.1dca553
-pkgrel=1
+pkgrel=2
pkgdesc='[gæguli] is a library for video streaming using SRT'
arch=('x86_64')
url='https://github.com/hwangsaeul/gaeguli'
@@ -12,6 +12,9 @@ provides=('gaeguli')
source=('git+https://github.com/hwangsaeul/gaeguli.git')
sha256sums=('SKIP')
+makedepends=(git meson ninja)
+depends=(gst-plugins-bad srt json-glib libnl)
+
pkgver() {
cd gaeguli
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"