summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2023-03-03 13:48:22 +0100
committerD3SOX2023-03-03 13:48:22 +0100
commit98488ff8e6393254ec2ccbce353a6245af2439c3 (patch)
treef0cc51c4c2a82d15b03f9b125c863647bc903a2e
parent8a9612204ad771b9366bfb1788ecffb9cc507182 (diff)
downloadaur-pypeek-git.tar.gz
add ffmpeg dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee5d8af99133..453d2d008c16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pypeek-git
pkgdesc = Simple animated GIF screen recorder with an easy to use interface
pkgver = r1540.4e0fce8
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/firatkiral/pypeek
arch = any
license = GPL3
@@ -14,6 +14,7 @@ pkgbase = pypeek-git
depends = python
depends = python-requests
depends = pyside6
+ depends = ffmpeg
provides = pypeek
conflicts = pypeek
source = git+https://github.com/firatkiral/pypeek.git
diff --git a/PKGBUILD b/PKGBUILD
index 663e1ae014f9..d75fbe90d6a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=pypeek-git
_pkgname="${pkgname%-git}"
pkgver=r1540.4e0fce8
-pkgrel=3
+pkgrel=4
pkgdesc="Simple animated GIF screen recorder with an easy to use interface"
arch=(any)
url="https://github.com/firatkiral/pypeek"
license=('GPL3')
-depends=('python' 'python-requests' 'pyside6')
+depends=('python' 'python-requests' 'pyside6' 'ffmpeg')
makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-hatchling' 'gendesk')
provides=("$_pkgname")
conflicts=("$_pkgname")