We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a568ad5 commit 578cf84Copy full SHA for 578cf84
1 file changed
srcpkgs/calcurse/template
@@ -1,16 +1,17 @@
1
# Template file for 'calcurse'
2
pkgname=calcurse
3
-version=4.8.1
+version=4.8.2
4
revision=1
5
build_style=gnu-configure
6
+hostmakedepends="pkg-config"
7
makedepends="ncurses-devel"
8
depends="python3-httplib2"
9
short_desc="Text-based calendar and scheduling application"
10
maintainer="silvernode <mollusk@homebutter.com>"
11
license="BSD-2-Clause"
12
homepage="https://calcurse.org"
13
distfiles="https://calcurse.org/files/${pkgname}-${version}.tar.gz"
-checksum=d86bb37014fd69b8d83ccb904ac979c6b8ddf59ee3dbc80f5a274525e4d5830a
14
+checksum=849ba852c7f37b6772365cb0c42a94cde0fe75efba91363e96a0e7ef797ba565
15
16
post_install() {
17
vlicense COPYING
0 commit comments