summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTércio Martins2020-01-31 05:52:49 -0300
committerTércio Martins2020-01-31 05:52:49 -0300
commita968388d405946a321d61e6491250e66945b2bc0 (patch)
treecd8bdba42ca6e74471e2ce15e2685b3c313f5da5
parent9302593154bba5ab466f0b5b983c442ce391a4c6 (diff)
downloadaur-a968388d405946a321d61e6491250e66945b2bc0.tar.gz
The "fmt" and "mediahandling-git" packages are now Chestnut dependencies
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 589b230ae763..505e2a5c9469 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chestnut-git
- pkgdesc = An open-source NLE video editor; fork of Olive-Editor
- pkgver = 0.1.1.r50.gc5b80d4
+ pkgdesc = An open-source NLE video editor
+ pkgver = 0.2.0.r7.gcf9dcfe2
pkgrel = 1
url = https://github.com/jonno85uk/chestnut
arch = i686
@@ -8,11 +8,11 @@ pkgbase = chestnut-git
arch = x86_64
license = GPL3
makedepends = git
- depends = ffmpeg
+ depends = fmt
+ depends = mediahandling-git
depends = qt5-multimedia
depends = qt5-svg
optdepends = olive-community-effects-git
- provides = chestnut
conflicts = chestnut
source = chestnut::git+https://github.com/jonno85uk/chestnut.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9f28b9325bb8..99c2242a0b7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,15 @@
pkgname=chestnut-git
_pkgname=chestnut
-pkgver=0.1.1.r50.gc5b80d4
+pkgver=0.2.0.r7.gcf9dcfe2
pkgrel=1
arch=('i686' 'pentium4' 'x86_64')
-pkgdesc="An open-source NLE video editor; fork of Olive-Editor"
+pkgdesc="An open-source NLE video editor"
url="https://github.com/jonno85uk/chestnut"
license=('GPL3')
-depends=('ffmpeg' 'qt5-multimedia' 'qt5-svg')
+depends=('fmt' 'mediahandling-git' 'qt5-multimedia' 'qt5-svg')
makedepends=('git')
optdepends=('olive-community-effects-git')
-provides=('chestnut')
conflicts=('chestnut')
source=("$_pkgname::git+https://github.com/jonno85uk/chestnut.git")
sha512sums=('SKIP')