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

Balló György bgyorgy at archlinux.org
Wed Apr 21 00:08:59 UTC 2021


    Date: Wednesday, April 21, 2021 @ 00:08:59
  Author: bgyorgy
Revision: 920444

upgpkg: mypaint 2.0.1-1: Update to version 2.0.1, build with libmypaint 1.6.1

Modified:
  mypaint/trunk/PKGBUILD

----------+
 PKGBUILD |   24 ++++++++----------------
 1 file changed, 8 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 00:07:02 UTC (rev 920443)
+++ PKGBUILD	2021-04-21 00:08:59 UTC (rev 920444)
@@ -3,33 +3,25 @@
 # Contributor: Jon Nordby <jononor at gmail.com>
 
 pkgname=mypaint
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="Fast and easy painting application for digital painters, with brush dynamics"
+pkgver=2.0.1
+pkgrel=1
+pkgdesc='Fast and easy painting application for digital painters, with brush dynamics'
 arch=('x86_64')
-url="http://mypaint.org/"
+url='http://mypaint.org/'
 license=('GPL')
 depends=('gtk3' 'libmypaint' 'mypaint-brushes' 'python-cairo' 'python-gobject' 'python-numpy')
 makedepends=('python-setuptools' 'swig')
 options=('!emptydirs')
-source=(https://github.com/mypaint/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz
-        mypaint-fix-build.patch::https://github.com/mypaint/mypaint/commit/16d346dbe0e8cf73dda78d5165bfc3491695e3b1.patch)
+source=("https://github.com/mypaint/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
 #validpgpkeys=('C02391F4BBA4F0E2B27C6BFF6E3037E12878B299') # Andrew Chadwick
-sha256sums=('d1d67866e342938c1e84b42da10bbed5f613f7e216f800fcc7c0e20200074a5e'
-            'a4d3efdba24d9f357fc2dd8abc0d16b7cb071eae6bc34d33fcad877801a70bbd')
+sha256sums=('f3e437d7cdd5fd28ef6532e8ab6b4b05d842bcdd644f16a0162dad3d8e57bb16')
 
-prepare() {
-  cd $pkgname-$pkgver
-  # Fix build
-  patch -Np1 -i ../mypaint-fix-build.patch
-}
-
 build() {
   cd $pkgname-$pkgver
-  python3 setup.py build
+  python setup.py build
 }
 
 package() {
   cd $pkgname-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }



More information about the arch-commits mailing list