~alpine/aports

community/calcurse: Update 4.3.0 -> 4.4.0 v1 PROPOSED

Marian Buschsieweke: 1
 community/calcurse: Update 4.3.0 -> 4.4.0

 1 files changed, 4 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/667/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] community/calcurse: Update 4.3.0 -> 4.4.0 Export this patch

- Updated to version 4.4.0
    - This fixes an issue with displaying UTF-8 multi-byte characters
- Split of language specific stuff into $pkgname-lang as suggested by abuild
---
 community/calcurse/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/community/calcurse/APKBUILD b/community/calcurse/APKBUILD
index be5d99ac59..b900e30824 100644
--- a/community/calcurse/APKBUILD
+++ b/community/calcurse/APKBUILD
@@ -2,15 +2,15 @@
# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Maintainer: Roberto Oliveira <robertoguimaraes8@gmail.com>
pkgname=calcurse
pkgver=4.3.0
pkgrel=3
pkgver=4.4.0
pkgrel=0
pkgdesc="A text-based personal organizer"
url="https://calcurse.org/"
license="BSD"
arch="all"
makedepends="ncurses-dev"
checkdepends="tzdata"
subpackages="$pkgname-doc"
subpackages="$pkgname-doc $pkgname-lang"
source="https://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"
builddir="$srcdir"/$pkgname-$pkgver

@@ -37,4 +37,4 @@ package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="d948354b512d406f4915ce37107d3f529031e7698d7b38465913ff37120a93283e01f09f5267ebb19bf39ea133d6fac579b218d6dfd6056003b6222f9038f4b3  calcurse-4.3.0.tar.gz"
sha512sums="43d30ad68bb39aaa9460644a691e66cbb15b9930737581583da65d00214c70fb1148a0edeca4430abb7a5cef2821b0f4c6fdbed8188d9ea5da5fedc4f95fa07c  calcurse-4.4.0.tar.gz"
-- 
2.21.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---