[arch-commits] Commit in mypaint-brushes/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Mar 11 22:24:13 UTC 2020


    Date: Wednesday, March 11, 2020 @ 22:24:12
  Author: felixonmars
Revision: 377396

archrelease: copy trunk to extra-any

Added:
  mypaint-brushes/repos/extra-any/PKGBUILD
    (from rev 377395, mypaint-brushes/trunk/PKGBUILD)
Deleted:
  mypaint-brushes/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-11 22:23:52 UTC (rev 377395)
+++ PKGBUILD	2020-03-11 22:24:12 UTC (rev 377396)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: vimacs <https://vimacs.lcpu.club>
-
-pkgname=mypaint-brushes
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Brushes used by MyPaint and other software using libmypaint'
-url='https://github.com/mypaint/mypaint-brushes'
-arch=('any')
-license=('custom:CC0')
-depends=('libmypaint')
-source=(https://github.com/mypaint/mypaint-brushes/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('5572c849c3cf01c33bceddb97f9ced55a219265738a46e406ddb5220ac59e22a')
-sha512sums=('9dfaea56f6f1383cb3405afd05e339c00bad5e5bf383a9176cf24135899930bc719ff62787f1c6882c6b295440214dfc17815f81c043154cf9389756b8e85b65')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: mypaint-brushes/repos/extra-any/PKGBUILD (from rev 377395, mypaint-brushes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-11 22:24:12 UTC (rev 377396)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: vimacs <https://vimacs.lcpu.club>
+
+pkgname=mypaint-brushes
+pkgver=2.0.2
+pkgrel=1
+pkgdesc='Brushes used by MyPaint and other software using libmypaint'
+url='https://github.com/mypaint/mypaint-brushes'
+arch=('any')
+license=('custom:CC0')
+depends=('libmypaint')
+source=(https://github.com/mypaint/mypaint-brushes/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('89cecd9d78f4de84ada97a3e33fd67b86dfd259880da15c0ecbfad0fceb8c3b0e93790f3c0bff0cc375959bdf6921b01d1f3646e27c3f961715219a349017556')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list