summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da8a65adbcb6..74dc56c392fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ocaml-otk
pkgdesc = A bleeding edge fork of lablTk to implement new features of Tk.
- pkgver = 0.6.1
- pkgrel = 2
+ pkgver = 0.7.1
+ pkgrel = 1
url = http://forge.ocamlcore.org/projects/otk
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = ocaml-otk
depends = tcl
depends = tk
depends = ocaml>=4.0
- source = http://forge.ocamlcore.org/frs/download.php/1515/otk-0.6.1.tar.gz
+ source = http://forge.ocamlcore.org/frs/download.php/1515/otk-0.7.1.tar.gz
md5sums = cc1691a5a524f1c44b65edce5adc55be
pkgname = ocaml-otk
diff --git a/PKGBUILD b/PKGBUILD
index 233e2fe7511c..5a31ee3e7cd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Charles E. Hawkins <charlesthehawk at yahoo dot com>
pkgname=ocaml-otk
-pkgver=0.6.1
-pkgrel=2
+pkgver=0.7.1
+pkgrel=1
pkgdesc="A bleeding edge fork of lablTk to implement new features of Tk."
arch=('i686' 'x86_64')
url="http://forge.ocamlcore.org/projects/otk"