summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTércio Martins2019-03-15 00:37:03 -0300
committerTércio Martins2019-03-15 00:37:03 -0300
commitf0efe95277ad173ef919415799c293283b308323 (patch)
tree93b296095e2c7b78956e2a6845f2b24ac8f5d65b
parent1c11d5c9f37c70508bfe701a36d5543cb683e928 (diff)
downloadaur-f0efe95277ad173ef919415799c293283b308323.tar.gz
Update to commit 76b3cf5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD47
2 files changed, 18 insertions, 33 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53879a7dc518..aabd09a119c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = olive-git
pkgdesc = Free non-linear video editor
- pkgver = continuous.r0.g0f3d91b
+ pkgver = continuous.r0.g76b3cf5
pkgrel = 1
url = https://www.olivevideoeditor.org/
arch = i686
@@ -11,7 +11,7 @@ pkgbase = olive-git
depends = qt5-multimedia
optdepends = frei0r-plugins
conflicts = olive
- source = git+https://github.com/olive-editor/olive#commit=0f3d91b
+ source = git+https://github.com/olive-editor/olive#commit=76b3cf5
sha512sums = SKIP
pkgname = olive-git
diff --git a/PKGBUILD b/PKGBUILD
index 886e911b867c..aabd09a119c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,33 +1,18 @@
-# Maintainer: Tércio Martins <echo dGVyY2lvd2VuZGVsQGdtYWlsLmNvbQo= | base64 -d>
+pkgbase = olive-git
+ pkgdesc = Free non-linear video editor
+ pkgver = continuous.r0.g76b3cf5
+ pkgrel = 1
+ url = https://www.olivevideoeditor.org/
+ arch = i686
+ arch = x86_64
+ license = GPL3
+ makedepends = git
+ depends = ffmpeg
+ depends = qt5-multimedia
+ optdepends = frei0r-plugins
+ conflicts = olive
+ source = git+https://github.com/olive-editor/olive#commit=76b3cf5
+ sha512sums = SKIP
-pkgname=olive-git
-_pkgname=olive
-pkgver=continuous.r0.g0f3d91b
-_commit=0f3d91b
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="Free non-linear video editor"
-url="https://www.olivevideoeditor.org/"
-license=('GPL3')
-depends=('ffmpeg' 'qt5-multimedia')
-optdepends=('frei0r-plugins')
-makedepends=('git')
-conflicts=('olive')
-source=("git+https://github.com/olive-editor/olive#commit=$_commit")
-sha512sums=('SKIP')
+pkgname = olive-git
-pkgver() {
- cd "$_pkgname"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
- cd "$srcdir/$_pkgname"
- qmake CONFIG+=release PREFIX=/usr
- make
-}
-
-package() {
- cd "$srcdir/$_pkgname"
- make INSTALL_ROOT="$pkgdir" install
-}