aravis: Update to 0.8.19

This commit is contained in:
Biswapriyo Nath
2021-11-25 21:14:00 +05:30
committed by GitHub
parent 6da43f0720
commit cf522b98e9

View File

@@ -6,7 +6,7 @@ pkgname=(
"${MINGW_PACKAGE_PREFIX}-${_realname}"
"${MINGW_PACKAGE_PREFIX}-${_realname}-gst"
)
pkgver=0.8.17
pkgver=0.8.19
pkgrel=1
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
@@ -28,7 +28,7 @@ makedepends=(
options=('strip' 'staticlibs')
license=("LGPL2.1")
source=("https://github.com/AravisProject/aravis/releases/download/${pkgver}/${_realname}-${pkgver}.tar.xz")
sha256sums=('3c113d64750cfe041ef6d542446a62db00ab927404bb816be9668fa9285943c1')
sha256sums=('ddadf4fcc253ca2d8eb765f6a365f2d5dbcff9cd7a431b07eb978dff3b9b1034')
build() {
[[ -d build-${MINGW_CHOST} ]] && rm -rf build-${MINGW_CHOST}