diff options
author | Tércio Martins | 2019-03-04 03:02:16 -0300 |
---|---|---|
committer | Tércio Martins | 2019-03-04 03:02:16 -0300 |
commit | 2bd1c83ed97be1de5b4b1689fa50d5f27558f89b (patch) | |
tree | c437d30b4bedbb8164481e81da4f87b8b3ead77d /PKGBUILD | |
parent | 51e8f25b36982a62f8cf1a920de0ff2b4f7c046f (diff) | |
download | aur-2bd1c83ed97be1de5b4b1689fa50d5f27558f89b.tar.gz |
Change in PKGBUILD: conflict with package olive-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,13 +2,14 @@ pkgname=olive pkgver=20181223 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') pkgdesc="Free non-linear video editor" url="https://www.olivevideoeditor.org/" license=('GPL3') depends=('ffmpeg' 'qt5-multimedia') makedepends=('libicns') +conflicts=('olive-git') source=("${pkgver}.tar.gz::https://github.com/olive-editor/olive/archive/${pkgver}.tar.gz" "olive.desktop" ) |