summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2022-08-06 19:33:29 -0600
committerBrian Bidulock2022-08-06 19:33:29 -0600
commit2dc91dd5ba8dfd943c67de9d7dc9859c78a9e97a (patch)
tree41017776c7b214aae68df3d52ebe38ecf317c130 /PKGBUILD
parent7a3fdac0acb9a1cd95b2bb054e0e3fc2ee2ace0d (diff)
downloadaur-2dc91dd5ba8dfd943c67de9d7dc9859c78a9e97a.tar.gz
version 3.1.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7c6cdab3f52..3f0657b3ff27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: erm67
# Contributor: Stefan Husmann <Stefan-Husmann@t-online.de>
pkgname=xpaint
-pkgver=3.1.3
+pkgver=3.1.4
pkgrel=1
pkgdesc="A color image editing tool which features most standard paint program options."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('libxaw3dxft' 'libpng' 'libtiff' 'libxft' 'libxpm' 'netpbm' 'hicolor-ic
optdepends=('gv: external viewer for PostScript output' 'imagemagick: external viewer for pixel graphics')
makedepends=('git')
source=(http://downloads.sourceforge.net/sourceforge/sf-$pkgname/$pkgname-$pkgver.tar.bz2 git+https://gist.github.com/10018613.git X11app.patch)
-md5sums=('f7b909ae0a73bc74fd65d268a5eb8bc4'
+md5sums=('e20c3283db9513d204090d6b67f62a3a'
'SKIP'
'10b3d1053a8a9f8d1707fd45b7154b68')
#options=('!makeflags')
@@ -29,7 +29,7 @@ build() {
aclocal
XAPPLOADIR=$SHAREDIR/X11 automake --add-missing
CC=gcc ./configure --prefix=/usr
- make
+ make -j1
}
package() {