summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7dceb09a44f5..716ca2d25f9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = olive-community-effects-git
pkgdesc = A collection of effects for Olive made by the community
- pkgver = r57.043abef
+ pkgver = r59.65b96e0
pkgrel = 2
url = https://github.com/cgvirus/Olive-Editor-Community-Effects
- arch = i686
- arch = x86_64
+ arch = any
license = unknown
makedepends = git
- depends = olive-git
- source = git+https://github.com/cgvirus/Olive-Editor-Community-Effects#commit=043abef
+ depends = olive
+ source = git+https://github.com/cgvirus/Olive-Editor-Community-Effects#commit=65b96e0
sha512sums = SKIP
pkgname = olive-community-effects-git
diff --git a/PKGBUILD b/PKGBUILD
index 5032a1992f99..5396d00332fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=olive-community-effects-git
_pkgname=Olive-Editor-Community-Effects
-pkgver=r57.043abef
-_commit=043abef
+pkgver=r59.65b96e0
+_commit=65b96e0
pkgrel=2
-arch=('i686' 'x86_64')
+arch=('any')
pkgdesc="A collection of effects for Olive made by the community"
url="https://github.com/cgvirus/$_pkgname"
license=('unknown')
-depends=('olive-git')
+depends=('olive')
makedepends=('git')
source=("git+$url#commit=$_commit")
sha512sums=('SKIP')