summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn FrostFox2021-02-14 22:44:15 +0700
committerJohn FrostFox2021-02-14 22:44:15 +0700
commitc30c61c5e7adc755420730d33d53808f674dee3b (patch)
tree0f946f6c4176b1722bdf804a67c0f7bf3daa5146
parentc1e3411b7de71d1fe5843f489c39c54f0a5b9000 (diff)
downloadaur-c30c61c5e7adc755420730d33d53808f674dee3b.tar.gz
added missing xdg-user-dirs dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7f742151364..632cca921081 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = recapp-git
pkgdesc = Simple screen recorder for Linux written in GTK, using only GStreamer.
pkgver = 1.1.0.r18.g1d4e9eb
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/amikha1lov/RecApp
arch = any
license = GPL3
@@ -18,6 +18,7 @@ pkgbase = recapp-git
depends = python-pydbus
depends = slop
depends = python-pulsectl
+ depends = xdg-user-dirs
optdepends = gst-plugins-bad: for MP4 recording
optdepends = gst-plugins-ugly: for MP4 recording
source = recapp-git::git+https://github.com/amikha1lov/RecApp.git
diff --git a/PKGBUILD b/PKGBUILD
index 3c7049d48922..4c393c6640dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: John FrostFox <john.frostfox at gmail dot com>
pkgname=recapp-git
pkgver=1.1.0.r18.g1d4e9eb
-pkgrel=1
+pkgrel=2
pkgdesc="Simple screen recorder for Linux written in GTK, using only GStreamer."
arch=('any')
url="https://github.com/amikha1lov/RecApp"
license=('GPL3')
-depends=('gst-plugins-base' 'gst-plugins-good' 'hicolor-icon-theme' 'python-pydbus' 'slop' 'python-pulsectl')
+depends=('gst-plugins-base' 'gst-plugins-good' 'hicolor-icon-theme' 'python-pydbus' 'slop' 'python-pulsectl' 'xdg-user-dirs')
optdepends=('gst-plugins-bad: for MP4 recording'
'gst-plugins-ugly: for MP4 recording')
makedepends=('meson' 'ninja' 'git' 'intltool' 'appstream-glib' 'desktop-file-utils' 'python')