[arch-commits] Commit in mypaint/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Thu Apr 14 17:06:34 UTC 2016


    Date: Thursday, April 14, 2016 @ 19:06:33
  Author: spupykin
Revision: 171064

upgpkg: mypaint 1.2.0-2

upd

Modified:
  mypaint/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-14 17:06:29 UTC (rev 171063)
+++ PKGBUILD	2016-04-14 17:06:33 UTC (rev 171064)
@@ -4,7 +4,7 @@
 
 pkgname=mypaint
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast and easy painting application for digital painters, with brush dynamics"
 arch=('i686' 'x86_64')
 url="http://mypaint.org/"
@@ -13,9 +13,16 @@
 	 'lcms2' 'python2-gobject' 'gtk3')
 makedepends=('scons>=0.97' 'swig>=1.3.39')
 install=mypaint.install
-source=(https://github.com/mypaint/mypaint/releases/download/v$pkgver/mypaint-$pkgver.tar.xz)
-md5sums=('c7c2cfac8e1eec5549e58567ec68daac')
+source=(https://github.com/mypaint/mypaint/releases/download/v$pkgver/mypaint-$pkgver.tar.xz
+	https://github.com/mypaint/mypaint/commit/c03602f3d5456d59fccfc8ad7d41c8c6f1a6d593.patch)
+md5sums=('c7c2cfac8e1eec5549e58567ec68daac'
+         'e196d8ea9eb9e939118a17c04678a69a')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 <$srcdir/c03602f3d5456d59fccfc8ad7d41c8c6f1a6d593.patch
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
   scons



More information about the arch-commits mailing list