summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bd53fd8f1b1..7dceb09a44f5 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
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cgvirus/Olive-Editor-Community-Effects
arch = i686
arch = x86_64
license = unknown
makedepends = git
depends = olive-git
- conflicts = olive
source = git+https://github.com/cgvirus/Olive-Editor-Community-Effects#commit=043abef
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7ecc07b64866..5032a1992f99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,13 @@ pkgname=olive-community-effects-git
_pkgname=Olive-Editor-Community-Effects
pkgver=r57.043abef
_commit=043abef
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
pkgdesc="A collection of effects for Olive made by the community"
url="https://github.com/cgvirus/$_pkgname"
license=('unknown')
depends=('olive-git')
makedepends=('git')
-conflicts=('olive')
source=("git+$url#commit=$_commit")
sha512sums=('SKIP')