summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2024-04-21 11:39:00 +0200
committerFabioLolix2024-04-21 11:39:00 +0200
commit85d963c24a10d41f2633f20edfb13cd9aefd9166 (patch)
tree86a90b0a1f86cb25de6eba6ab66a331d32fac96c /PKGBUILD
parent25c52773696176043823c6a001dd0757bb480598 (diff)
downloadaur-pinta-git.tar.gz
fix build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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