diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-05-03 01:59:25 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-05-03 01:59:25 -0300 |
commit | 75ce7d5877c0ddef735e3e67ee9efeb3d116b132 (patch) | |
tree | e83d319eb4dd5d55f31ff35918c3d971f59b3372 /pcr | |
parent | 4e2fbd95c5d3de973a7f16f9d3edf9761c2d353a (diff) | |
download | abslibre-75ce7d5877c0ddef735e3e67ee9efeb3d116b132.tar.gz abslibre-75ce7d5877c0ddef735e3e67ee9efeb3d116b132.tar.bz2 abslibre-75ce7d5877c0ddef735e3e67ee9efeb3d116b132.zip |
pcr/mypaint-gegl: add libmypaint conflicts variable
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/mypaint-gegl/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/mypaint-gegl/PKGBUILD b/pcr/mypaint-gegl/PKGBUILD index fd1a3cab0..1ee277c7c 100644 --- a/pcr/mypaint-gegl/PKGBUILD +++ b/pcr/mypaint-gegl/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=mypaint pkgname=mypaint-gegl pkgver=1.2.0 -pkgrel=3 +pkgrel=3.1 pkgdesc="A fast and easy painting application for digital painters, with brush dynamics and GEGL support" arch=('i686' 'x86_64' 'armv7h') url="http://mypaint.org/" @@ -13,7 +13,7 @@ depends=('pygtk' 'python2-numpy' 'protobuf-python' 'python2' 'json-c' 'lcms2' 'python2-gobject' 'gtk3' 'gegl') makedepends=('scons>=0.97' 'swig>=1.3.39') provides=("${_pkgname}") -conflicts=("${_pkgname}") +conflicts=("${_pkgname}" "lib${_pkgname}") source=(https://github.com/mypaint/mypaint/releases/download/v$pkgver/mypaint-$pkgver.tar.xz https://github.com/mypaint/mypaint/commit/c03602f3d5456d59fccfc8ad7d41c8c6f1a6d593.patch) md5sums=('c7c2cfac8e1eec5549e58567ec68daac' |