summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiguel Revilla2017-07-03 12:01:25 +0200
committerMiguel Revilla2017-07-03 12:01:25 +0200
commit08de9c7b3345ee669062ab7e57e628686807acdd (patch)
treefe9c576073ed134519c301dfa412914b3c368b1d /PKGBUILD
parentbe57d196f523844bf1658f291e8d1d6ad2fa0490 (diff)
downloadaur-08de9c7b3345ee669062ab7e57e628686807acdd.tar.gz
Bump to -2 to force rebuild and fix a link problem with libwx-gtk2u-webview. Also added libexit as dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a44a5b886d81..7c38a71fc5bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=wxsvg
pkgver=1.5.11
-pkgrel=1
+pkgrel=2
pkgdesc="C++ library to create, manipulate and render SVG files"
arch=('i686' 'x86_64')
url="http://wxsvg.sourceforge.net/"
license=('custom:wxWindows')
-depends=('wxgtk' 'ffmpeg' 'ffmpeg-compat' 'webkitgtk2')
+depends=('wxgtk' 'ffmpeg' 'ffmpeg-compat' 'webkitgtk2' 'libexif')
options=('!libtool')
source=("http://downloads.sourceforge.net/project/wxsvg/wxsvg/${pkgver}/wxsvg-${pkgver}.tar.bz2")
md5sums=('afaf1e46ed956fc7d5b354213e053d72')