summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordaurnimator2017-01-31 01:46:44 +1100
committerdaurnimator2017-01-31 01:46:44 +1100
commitf1aca7f9ccae007936c8c5731b2d1ed0731ce2b1 (patch)
treee88cee5c0c80c1da67db8a1c908ed61c385fa26d
parent7f5c4fc6bc8fc361d48717b932e57a3bf51950ef (diff)
downloadaur-f1aca7f9ccae007936c8c5731b2d1ed0731ce2b1.tar.gz
Update to 3.21
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad82123a8cd1..fdc23bba06a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iup
pkgdesc = C cross platform GUI toolkit
- pkgver = 3.20
+ pkgver = 3.21
pkgrel = 1
url = http://www.tecgraf.puc-rio.br/iup/
arch = i686
@@ -20,10 +20,10 @@ pkgbase = iup
depends = glib2
depends = webkitgtk
options = staticlibs
- source = http://downloads.sourceforge.net/project/iup/3.20/Docs%20and%20Sources/iup-3.20_Sources.tar.gz
- source = http://downloads.sourceforge.net/project/iup/3.20/Docs%20and%20Sources/iup-3.20_Docs.pdf
- md5sums = fa1c47d1fcbe138300b85166e6bb7474
- md5sums = 86becc02f33ff17366232af0cdd3c5d7
+ source = http://downloads.sourceforge.net/project/iup/3.21/Docs%20and%20Sources/iup-3.21_Sources.tar.gz
+ source = http://downloads.sourceforge.net/project/iup/3.21/Docs%20and%20Sources/iup-3.21_Docs.pdf
+ md5sums = 146fa386c212892a5fe917c671056aeb
+ md5sums = 78ab12cd403409930dc00abfd2165685
pkgname = iup
diff --git a/PKGBUILD b/PKGBUILD
index 52b16bddd8d8..8740944eff2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: maoserr
pkgname=iup
-pkgver=3.20
+pkgver=3.21
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=('fa1c47d1fcbe138300b85166e6bb7474'
- '86becc02f33ff17366232af0cdd3c5d7')
+md5sums=('146fa386c212892a5fe917c671056aeb'
+ '78ab12cd403409930dc00abfd2165685')
build() {
cd "$pkgname"