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

Sergej Pupykin spupykin at archlinux.org
Mon Feb 6 12:24:59 UTC 2017


    Date: Monday, February 6, 2017 @ 12:24:59
  Author: spupykin
Revision: 210395

upgpkg: mypaint 1.2.1-1

upd

Modified:
  mypaint/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-06 12:24:54 UTC (rev 210394)
+++ PKGBUILD	2017-02-06 12:24:59 UTC (rev 210395)
@@ -3,8 +3,8 @@
 # Contributor: Jon Nordby <jononor at gmail.com>
 
 pkgname=mypaint
-pkgver=1.2.0
-pkgrel=5
+pkgver=1.2.1
+pkgrel=1
 pkgdesc="A fast and easy painting application for digital painters, with brush dynamics"
 arch=('i686' 'x86_64')
 url="http://mypaint.org/"
@@ -12,16 +12,9 @@
 depends=('pygtk' 'python2-numpy' 'python2-protobuf' 'python2' 'json-c'
 	 'lcms2' 'python2-gobject' 'gtk3' 'hicolor-icon-theme')
 makedepends=('scons>=0.97' 'swig>=1.3.39')
-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')
+source=(https://github.com/mypaint/mypaint/releases/download/v$pkgver/mypaint-$pkgver.tar.xz)
+sha256sums=('ed2349382f6a0c583d7defae06427e97ac7d14acb77b9e2c0fc7171ddd96d3c7')
 
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 <"$srcdir"/c03602f3d5456d59fccfc8ad7d41c8c6f1a6d593.patch
-}
-
 build() {
   cd "$srcdir"/$pkgname-$pkgver
   scons



More information about the arch-commits mailing list