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

Balló György bgyorgy at archlinux.org
Wed Mar 24 17:07:11 UTC 2021


    Date: Wednesday, March 24, 2021 @ 17:07:10
  Author: bgyorgy
Revision: 901671

upgpkg: pinta 1.7-3: Remove duplicated metainfo file (fix needed for appstream-generator)

Modified:
  pinta/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-24 16:48:09 UTC (rev 901670)
+++ PKGBUILD	2021-03-24 17:07:10 UTC (rev 901671)
@@ -6,7 +6,7 @@
 
 pkgname='pinta'
 pkgver=1.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Drawing/editing program modeled after Paint.NET. It's goal is to provide a simplified alternative to GIMP for casual users"
 arch=('any')
 url="https://pinta-project.com/"
@@ -30,4 +30,7 @@
   make DESTDIR="${pkgdir}" install
 
   install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" license-*.txt readme.md
+
+  # Remove duplicated appdata file
+  rm -r "$pkgdir/usr/share/appdata/"
 }



More information about the arch-commits mailing list