diff options
Diffstat (limited to 'community/mypaint/PKGBUILD')
-rw-r--r-- | community/mypaint/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/mypaint/PKGBUILD b/community/mypaint/PKGBUILD index cc4d4f85b..bdb479906 100644 --- a/community/mypaint/PKGBUILD +++ b/community/mypaint/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 51725 2011-07-13 14:26:16Z spupykin $ +# $Id: PKGBUILD 59299 2011-11-22 22:00:51Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Jon Nordby <jononor@gmail.com> pkgname=mypaint -pkgver=0.9.1 -pkgrel=3 +pkgver=1.0.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/" @@ -13,7 +13,7 @@ depends=('pygtk' 'python2-numpy' 'protobuf-python' 'python2') makedepends=('scons>=0.97' 'swig>=1.3.39') install=mypaint.install source=(http://download.gna.org/$pkgname/$pkgname-$pkgver.tar.bz2) -md5sums=('6249a16359a438d6dc658f5765b35515') +md5sums=('dcd43933746a4579e7994f506e097823') build() { cd $srcdir/$pkgname-$pkgver |