summaryrefslogtreecommitdiff
path: root/community/mypaint/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mypaint/PKGBUILD')
-rw-r--r--community/mypaint/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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 <pupykin.s+arch@gmail.com>
# Contributor: Jon Nordby <jononor@gmail.com>
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