summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 033dd8b5f6bd..8932ea0fdf82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pinta-git
pkgdesc = Drawing/editing program modeled after Paint.NET. It's goal is to provide a simplified alternative to GIMP for casual users
- pkgver = r3406.ee146dc2
- pkgrel = 2
+ pkgver = r3610.b79bd6a5
+ pkgrel = 1
url = https://pinta-project.com
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index ec57449728ad..2ff72f9ae2e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Javier Steinaker <jsteinaker@gmail.com>
pkgname=pinta-git
-pkgver=r3406.ee146dc2
-pkgrel=2
+pkgver=r3610.b79bd6a5
+pkgrel=1
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"
@@ -28,7 +28,7 @@ prepare() {
build() {
cd "Pinta"
- ./configure \
+ LANG=en_US.UTF-8 ./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var