Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / pinta


Commits:
257cec20 by Antonio Rojas at 2024-04-30T22:53:50+02:00
Use dotnet 6.0

Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/pinta/-/issues/2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
 pkgbase = pinta
        pkgdesc = Drawing/editing program modeled after Paint.NET. It's goal is 
to provide a simplified alternative to GIMP for casual users
        pkgver = 2.1.2
-       pkgrel = 1
+       pkgrel = 2
        url = https://pinta-project.com/
        arch = any
        license = MIT
        makedepends = intltool
-       makedepends = dotnet-sdk-7.0
+       makedepends = dotnet-sdk-6.0
        depends = gtk3>=3.24.21
-       depends = dotnet-runtime-7.0
+       depends = dotnet-runtime-6.0
        depends = webp-pixbuf-loader
        source = 
pinta-2.1.2.tar.gz::https://github.com/PintaProject/Pinta/releases/download/2.1.2/pinta-2.1.2.tar.gz
        source = 
pinta-2.1.2.tar.gz.asc::https://github.com/PintaProject/Pinta/releases/download/2.1.2/pinta-2.1.2.tar.gz.asc


=====================================
PKGBUILD
=====================================
@@ -7,13 +7,13 @@
 
 pkgname='pinta'
 pkgver=2.1.2
-pkgrel=1
+pkgrel=2
 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/";
 license=('MIT')
-depends=('gtk3>=3.24.21' 'dotnet-runtime-7.0' 'webp-pixbuf-loader')
-makedepends=('intltool' 'dotnet-sdk-7.0')
+depends=('gtk3>=3.24.21' 'dotnet-runtime-6.0' 'webp-pixbuf-loader')
+makedepends=('intltool' 'dotnet-sdk-6.0')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/PintaProject/Pinta/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz";
         
"${pkgname}-${pkgver}.tar.gz.asc::https://github.com/PintaProject/Pinta/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc";)
 
sha512sums=('68b23a1ed9aef3794edd3410d2f7d92ce58ecbd96ec15a20bb263fca397ddd0a850ace32d3fcc291f4f3ab9147c5f40e7d7af249dc9c6fa9304417740fbad798'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pinta/-/commit/257cec2021f51fa35d001064405156def61369bd

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pinta/-/commit/257cec2021f51fa35d001064405156def61369bd
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to