From 782a0d2109c292b60e7de038df66525a81b21429 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 4 Jan 2013 00:04:06 -0800 Subject: Fri Jan 4 00:04:06 PST 2013 --- community/mypaint/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'community/mypaint') diff --git a/community/mypaint/PKGBUILD b/community/mypaint/PKGBUILD index 5117a9227..c689f166a 100644 --- a/community/mypaint/PKGBUILD +++ b/community/mypaint/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 63672 2012-02-05 12:05:19Z ibiru $ +# $Id: PKGBUILD 81897 2013-01-03 10:04:06Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Jon Nordby pkgname=mypaint -pkgver=1.0.0 -pkgrel=2 +pkgver=1.1.0 +pkgrel=1 pkgdesc="A fast and easy painting application for digital painters, with brush dynamics" arch=('i686' 'x86_64') url="http://mypaint.intilinux.com/" license=('GPL' 'LGPL') -depends=('pygtk' 'python2-numpy' 'protobuf-python' 'python2') +depends=('pygtk' 'python2-numpy' 'protobuf-python' 'python2' 'json-c' 'lcms2') makedepends=('scons>=0.97' 'swig>=1.3.39') install=mypaint.install source=(http://download.gna.org/$pkgname/$pkgname-$pkgver.tar.bz2) -md5sums=('dcd43933746a4579e7994f506e097823') +md5sums=('7846a8406259d0fc81c9a2157a2348bf') build() { cd $srcdir/$pkgname-$pkgver -- cgit v1.2.3-54-g00ecf