summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiří Klimeš2018-01-30 17:01:54 +0100
committerdaurnimator2018-01-30 10:54:54 -0800
commita7b050a7e7f89dcbb6a1e414c767d3a14b1832e2 (patch)
treec2b34ce42aa1fec4af6ef6d0bcdf5af802261d8e
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>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73f83bf54c65..87198b2d2df6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iup
pkgdesc = C cross platform GUI toolkit
- pkgver = 3.23
+ pkgver = 3.24
pkgrel = 1
url = http://www.tecgraf.puc-rio.br/iup/
arch = i686
@@ -15,10 +15,10 @@ pkgbase = iup
makedepends = lua-cd
makedepends = lua51-cd
makedepends = lua52-cd
- source = http://downloads.sourceforge.net/project/iup/3.23/Docs%20and%20Sources/iup-3.23_Sources.tar.gz
- source = http://downloads.sourceforge.net/project/iup/3.23/Docs%20and%20Sources/iup-3.23_Docs.pdf
- md5sums = 7cac2a0b6da0cbecf183142d4a0fcf9d
- md5sums = 7abb85d6fb814ef1c42d90cd82bd4a9b
+ source = http://downloads.sourceforge.net/project/iup/3.24/Docs%20and%20Sources/iup-3.24_Sources.tar.gz
+ source = http://downloads.sourceforge.net/project/iup/3.24/Docs%20and%20Sources/iup-3.24_Docs.pdf
+ md5sums = 085d133ab88e1d83f8a1b8a21245c5f7
+ md5sums = 9c5ace22bbba8ff33a28c0c5ddd73727
pkgname = iup
pkgdesc = C cross platform GUI toolkit
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 \