summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 023a06ff85ef..8c734eb6223a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hessling-editor-das
pkgdesc = A powerful text editor modelled on the VM/CMS text editor XEDIT with the best features of Mansfield Software's Kedit.
- pkgver = 3.3RC8
+ pkgver = 4.0
pkgrel = 1
url = http://hessling-editor.sourceforge.net/
arch = i686
@@ -10,7 +10,7 @@ pkgbase = hessling-editor-das
depends = regina-rexx-das
provides = hessling-editor
options = !buildflags
- source = http://downloads.sourceforge.net/hessling-editor/the-3.3.tar.gz
- sha512sums = 988c918dbb32177bfd5d28f251862060450f91a18e698bb4c19a20872738fec328b4b99c420f9755ef7401e6d3109664b6da5aa666115d6b30fdc1145d3ca1c6
+ source = http://downloads.sourceforge.net/hessling-editor/the-4.0.tar.gz
+ sha512sums = 9d8a9d864caa729a83f41932186eb6929e69207231a0d241b9574cf6af02aeeb28b53492af54e4c1ced3afa868060e8031aadf33b1168a8d9aeae14a8e9c1c86
pkgname = hessling-editor-das
diff --git a/PKGBUILD b/PKGBUILD
index 74ccec68e2b9..2d96ad16f05d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
# Maintainer: David Hummel <david dot hummel at gmail point com>
_pkgname=the
-_pkgver=3.3
+_pkgver=4.0
pkgname=hessling-editor-das
-pkgver=3.3RC8
+pkgver=4.0
pkgrel=1
pkgdesc="A powerful text editor modelled on the VM/CMS text editor XEDIT with the best features of Mansfield Software's Kedit."
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ depends=('ncurses' 'regina-rexx-das')
provides=('hessling-editor')
options=(!buildflags)
source=("http://downloads.sourceforge.net/$provides/$_pkgname-$_pkgver.tar.gz")
-sha512sums=('988c918dbb32177bfd5d28f251862060450f91a18e698bb4c19a20872738fec328b4b99c420f9755ef7401e6d3109664b6da5aa666115d6b30fdc1145d3ca1c6')
+sha512sums=('9d8a9d864caa729a83f41932186eb6929e69207231a0d241b9574cf6af02aeeb28b53492af54e4c1ced3afa868060e8031aadf33b1168a8d9aeae14a8e9c1c86')
build() {
cd "$srcdir/$_pkgname-$_pkgver"