mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
libde265: update to 1.0.12.
This commit is contained in:
parent
d6ba306400
commit
6f36d097ed
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libde265'
|
||||
pkgname=libde265
|
||||
version=1.0.11
|
||||
version=1.0.12
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -10,7 +10,12 @@ license="LGPL-3.0-or-later"
|
|||
homepage="https://www.libde265.org"
|
||||
changelog="https://github.com/strukturag/libde265/releases"
|
||||
distfiles="https://github.com/strukturag/libde265/releases/download/v${version}/libde265-${version}.tar.gz"
|
||||
checksum=2f8f12cabbdb15e53532b7c1eb964d4e15d444db1be802505e6ac97a25035bab
|
||||
checksum=62185ea2182e68cf68bba20cc6eb4c287407b509cf0a827d7ddb75614db77b5c
|
||||
|
||||
post_install() {
|
||||
# Why is this installed anyway?
|
||||
rm -f ${DESTDIR}/bin/tests
|
||||
}
|
||||
|
||||
libde265-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue