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

Levente Polyak anthraxx at archlinux.org
Tue Apr 20 23:43:34 UTC 2021


    Date: Tuesday, April 20, 2021 @ 23:43:34
  Author: anthraxx
Revision: 412940

upgpkg: libmypaint 1.6.1-1

Modified:
  libmypaint/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 23:38:38 UTC (rev 412939)
+++ PKGBUILD	2021-04-20 23:43:34 UTC (rev 412940)
@@ -2,8 +2,8 @@
 # Contributor: twa022 <twa022 at gmail dot com>
 
 pkgname=libmypaint
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.6.1
+pkgrel=1
 pkgdesc='Library for making brushstrokes which is used by MyPaint and other projects'
 url='http://mypaint.org/'
 arch=('x86_64')
@@ -10,11 +10,16 @@
 license=('ISC')
 depends=('glibc' 'json-c' 'gegl' 'glib2' 'json-glib' 'babl')
 makedepends=('intltool' 'python' 'python-sphinx' 'python-breathe' 'gobject-introspection' 'doxygen')
-source=(https://github.com/mypaint/libmypaint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('3cebce0adb1f029f19dfcc19b4d8c5c1102c0cd966930fe76eda60ff4e18ced9a4c8ecae8f31f12d931172c82bd5dabd7ca7a47b9c06305472192af242b3e1b6')
+source=(https://github.com/mypaint/libmypaint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+        libmypaint-autoconf-2.7.patch::https://github.com/mypaint/libmypaint/commit/a6bac154db018e1f1cc4dbddc34f6c8422c891fb.patch)
+sha512sums=('f759223e2e2da9fcc675bc2fa6324e2688ab36bdd979c0b3fad6737a6884e6095b6599c37960fd4897b9fd9063d5643fc2ab7e559438095c1872e019cd46d38b'
+            'a3ed4de701c24fa2fe1bdd50c0f2993f35c238e0145b514b2eee60cd35c4928f5aa552d761326ac9722da485a034421d1b3222c13d79e82812f78755a96158b4')
+b2sums=('08e88b83391a237f89f8eb601421f822f74e2e02607ebe7e28c52b5bc6060b39102ded44ff530016bfd4fb4882006dbbeac71964b9962645e1b9068f8efe5f55'
+        '0086daed928fa300e5c64049ac1779cb77c74727ad0a7baebd6bd6bfc6326207d3a434b401f1b0ce10aeec00e103e493e273c346a05b0c6f5da76db9ccea6c16')
 
 prepare() {
   cd ${pkgname}-${pkgver}
+  patch -Np1 < ../libmypaint-autoconf-2.7.patch
   ./autogen.sh
   autoreconf -fiv
 }



More information about the arch-commits mailing list