summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJiří Klimeš2018-01-30 17:01:54 +0100
committerdaurnimator2018-01-30 10:54:54 -0800
commita7b050a7e7f89dcbb6a1e414c767d3a14b1832e2 (patch)
treec2b34ce42aa1fec4af6ef6d0bcdf5af802261d8e /PKGBUILD
parent6d817bb7aedc9e3c28468269b4442864b8976947 (diff)
downloadaur-a7b050a7e7f89dcbb6a1e414c767d3a14b1832e2.tar.gz
Update to upstream version 3.24
- iupmatrixex library has been merged to iupcontrols Signed-off-by: Jiří Klimeš <blueowl@centrum.cz>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00c147546454..e44b425a5a7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=iup
pkgname=('iup' 'lua-iup' 'lua51-iup' 'lua52-iup')
-pkgver=3.23
+pkgver=3.24
pkgrel=1
pkgdesc="C cross platform GUI toolkit"
arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@ source=(
"http://downloads.sourceforge.net/project/iup/${pkgver}/Docs%20and%20Sources/iup-${pkgver}_Docs.pdf"
)
-md5sums=('7cac2a0b6da0cbecf183142d4a0fcf9d'
- '7abb85d6fb814ef1c42d90cd82bd4a9b')
+md5sums=('085d133ab88e1d83f8a1b8a21245c5f7'
+ '9c5ace22bbba8ff33a28c0c5ddd73727')
prepare() {
# Link iupview statically
@@ -69,7 +69,6 @@ build() {
iupmot \
iupcd \
iupcontrols \
- iupmatrixex \
iupgl \
iup_plot \
iup_mglplot \
@@ -124,7 +123,6 @@ _lua_iup_package_helper() {
iupluaimglib \
iupluacontrols \
iupluaglcontrols \
- iupluamatrixex \
iuplua_mglplot \
iuplua_plot \
iuplua_scintilla \