libredwg: update to 0.12.
This commit is contained in:
parent
11a5ed1eae
commit
f8ee6cd273
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libredwg'
|
||||
pkgname=libredwg
|
||||
version=0.11.1
|
||||
version=0.12
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-bindings"
|
||||
|
@ -11,7 +11,11 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.gnu.org/software/libredwg/"
|
||||
distfiles="https://github.com/LibreDWG/libredwg/releases/download/${version}/libredwg-${version}.tar.xz"
|
||||
checksum=e96499ed0db8fc19d733e2df1e04d155cca2d1baaaac6d78ac8efd4d4f8a224b
|
||||
checksum=24cdcdf511909ec41500d265258a528c72dd046982906d475738748ea221fdf8
|
||||
|
||||
post_install() {
|
||||
rm ${DESTDIR}/usr/share/{dwgadd.example,load_dwg.py}
|
||||
}
|
||||
|
||||
libredwg-tools_package() {
|
||||
short_desc+=" - utilities"
|
||||
|
|
Loading…
Reference in a new issue