diff options
author | root <root@rshg054.dnsready.net> | 2013-01-04 00:04:06 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-04 00:04:06 -0800 |
commit | 782a0d2109c292b60e7de038df66525a81b21429 (patch) | |
tree | 586565a52faa28339159b4a4e53af142db7c67aa /community/mypaint | |
parent | f2bbb5646aefe9ea6502524fbf4d0138cee8b2a1 (diff) |
Fri Jan 4 00:04:06 PST 2013
Diffstat (limited to 'community/mypaint')
-rw-r--r-- | community/mypaint/PKGBUILD | 10 |
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 |