summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b9f256774b0..17216b10e6a5 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 = 1.7
- pkgrel = 2
+ pkgrel = 3
url = https://pinta-project.com
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 471fb96195e5..58aa3212b3ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#AUR Maintainter: JKA Network <contacto@jkanetwork.com>
pkgname=pinta-git
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=('x86_64' 'i686')
url="https://pinta-project.com"
@@ -19,8 +19,7 @@ pkgver() {
}
build() {
cd "Pinta"
- ./autogen.sh
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+ ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
}
package() {