summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2018-02-05 22:21:31 -0700
committerBrian Bidulock2018-02-05 22:21:31 -0700
commit926798484ef77d062175a3536fbd697ab32ad2f7 (patch)
tree1d197471ee84d96a98a34614eae1e6810aa9cb95
parenta12b2c676772f2f8ee549547101317c7e8ce4f52 (diff)
downloadaur-cinepaint.tar.gz
adopt package, readd i686
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abf1caaa341f..7d456eeccda5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = cinepaint
pkgdesc = Sophisticated graphics manipulation programm supporting > 8bit pictures
pkgver = 1.0.4
- pkgrel = 6
+ pkgrel = 7
epoch = 1
url = http://www.cinepaint.org
arch = x86_64
+ arch = i686
license = LGPL
license = GPL
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 9650c113b0db..c246c4f06857 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
-# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
-# Maintainer:
+# Maintainer: Brian Bidulock <bidulock@openss7.org>
# Contributor: tobias [tobias.archlinux.org]
pkgname=cinepaint
_realver=1.0-4
pkgver=${_realver/-/.}
-pkgrel=6
+pkgrel=7
epoch=1
pkgdesc="Sophisticated graphics manipulation programm supporting > 8bit pictures"
-arch=('x86_64')
+arch=('x86_64' 'i686')
license=('LGPL' 'GPL' 'MIT')
url="http://www.cinepaint.org"
depends=('gtk2' 'openexr' 'lcms' 'libxpm' 'fltk' 'ftgl' 'libxxf86vm')