dav: update to 0.9.0.
This commit is contained in:
parent
292fc3d740
commit
e2bbe63a3a
|
@ -1,18 +1,17 @@
|
|||
# Template file for 'dav'
|
||||
pkgname=dav
|
||||
version=0.8.8
|
||||
version=0.9.0
|
||||
revision=1
|
||||
_commit=a0c93beff76d31ce1a4e199e320aabb1a7f3945c
|
||||
wrksrc="dav-text-dav-text-${version}-${_commit}"
|
||||
wrksrc="dav-text-dav-text-${version}"
|
||||
build_style=gnu-makefile
|
||||
make_install_args="prefix=${DESTDIR}/usr"
|
||||
makedepends="ncurses-devel"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
short_desc="Efficient, small editor for GNU/Linux"
|
||||
homepage="https://gitlab.com/atsb/dav-text"
|
||||
license="GPL-2"
|
||||
distfiles="https://gitlab.com/atsb/dav-text/repository/dav-text-${version}/archive.tar.gz"
|
||||
checksum=7166875dd1ca7c837b1265f2ec602a9fecb35161bf8ea149dc8e2ed53b46ea25
|
||||
homepage="https://github.com/atsb/dav-text"
|
||||
license="GPL-2.0-or-later"
|
||||
distfiles="https://github.com/atsb/dav-text/archive/dav-text-${version}.tar.gz"
|
||||
checksum=deaf954641a16b5a13ae8c36ea09d8710d6a02ed0a8231026c3c20fb5525c7a9
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
|
||||
|
|
Loading…
Reference in New Issue