summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d8662f5ec35..53996fb4d984 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# So led 20 16:21:55 UTC 2018
+# Út bře 27 09:41:14 UTC 2018
pkgbase = dibuja
pkgdesc = Gtk based basic paint program like classic MS Paint or Paintbrush for Mac but for Linux
pkgver = 0.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/dibuja
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index ed4bbca1f6cf..38e95e2d4f16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dibuja
pkgver=0.6.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")
@@ -13,7 +13,7 @@ depends=(gtk2 gegl)
build() {
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --with-gegl-03
+ ./configure --prefix=/usr --with-gegl-0.3
make
}