summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c562a8beef8..58adac98f394 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=dibuja
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="Gtk based basic paint program like classic MS Paint or Paintbrush for Mac but for Linux"
url="https://launchpad.net/dibuja"
source=("https://launchpad.net/dibuja/trunk/$pkgver/+download/dibuja-$pkgver.tar.gz")
md5sums=('d52bff73ba5f18431220d6055ee78589')
license=("GPL3")
arch=("x86_64")
-depends=(gtk2 gegl)
+depends=(gtk2 gegl gegl02)
build() {
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --with-gegl-0.3
+ ./configure --prefix=/usr --libdir=/usr/lib
make
}