summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUffe Jakobsen2022-01-17 11:53:05 +0100
committerUffe Jakobsen2022-01-17 11:53:05 +0100
commit4b6d9986f3074ac1c54d170b720e519462eebf07 (patch)
tree3e40c6304e6c5de15a13fc623b2c5b3bb68485b8
parent8c153ff467289c197c979f70e607e3f1c70777d8 (diff)
downloadaur-4b6d9986f3074ac1c54d170b720e519462eebf07.tar.gz
Update to version 1.5
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dda51ac52c9..9042e3e5754c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cone-simple
pkgdesc = Curses text-based mail client - handles multiple POP3, IMAP accounts, and local mail folders. contains a simple newsreader. This version has no dependencies to courier libraries (other than the mandatory courier-unicode).
- pkgver = 1.2
+ pkgver = 1.5
pkgrel = 1
url = http://courier-mta.org/cone/
arch = i686
@@ -11,8 +11,7 @@ pkgbase = cone-simple
depends = libldap
depends = aspell
depends = courier-unicode
- source = http://sourceforge.net/projects/courier/files/cone/1.2/cone-1.2.tar.bz2
- md5sums = a845692b6d50fc8b58df2f1b99344623
+ source = http://sourceforge.net/projects/courier/files/cone/1.5/cone-1.5.tar.bz2
+ sha256sums = 0930bbc0e61a39165dbf8c87d697999763cd70b8b561515926565768e16230a9
pkgname = cone-simple
-
diff --git a/PKGBUILD b/PKGBUILD
index 8646d8645846..5ca9392da0d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
#
pkgname=cone-simple
-pkgver=1.2
+pkgver=1.5
pkgrel=1
epoch=
pkgdesc="Curses text-based mail client - handles multiple POP3, IMAP accounts, and local mail folders. contains a simple newsreader. This version has no dependencies to courier libraries (other than the mandatory courier-unicode)."
@@ -31,8 +31,13 @@ install=
changelog=
source=(http://sourceforge.net/projects/courier/files/cone/${pkgver}/cone-${pkgver}.tar.bz2)
noextract=()
-md5sums=('a845692b6d50fc8b58df2f1b99344623')
+#md5sums=('a67ea05b272b17f4333ec648a9f7c809')
+sha256sums=('0930bbc0e61a39165dbf8c87d697999763cd70b8b561515926565768e16230a9')
+
+#
+#
+#
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"