Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / oculante
Commits: c28e219e by Robin Candau at 2024-09-24T01:09:38+02:00 upgpkg: 0.9.1-1: New upstream release https://github.com/woelper/oculante/releases/tag/0.9.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = oculante pkgdesc = A minimalistic image viewer with analysis and editing tools - pkgver = 0.9.0 + pkgver = 0.9.1 pkgrel = 1 url = https://github.com/woelper/oculante arch = x86_64 @@ -18,7 +18,7 @@ pkgbase = oculante depends = libwebp depends = libjpeg-turbo options = !lto - source = git+https://github.com/woelper/oculante.git#tag=0.9.0 - b2sums = cfff0b69379cfe8a3091c9abd3aa620a01e18dcc5cd0945824899514f4ea4cd0253ac444d3b5fdcb8ee3bd1d2e2ef6a596ce04ed7cf149002260391743ceb356 + source = git+https://github.com/woelper/oculante.git#tag=0.9.1 + b2sums = b621817e2418df3a09298320713aaab6626788251c606ef6dc72302e3abdcc75a52c1f53b605b43e9f7af6f65901f53821fd205945753b27bccbe4f1bb124785 pkgname = oculante ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Johann Woelper <[email protected]> pkgname=oculante -pkgver=0.9.0 +pkgver=0.9.1 pkgrel=1 pkgdesc="A minimalistic image viewer with analysis and editing tools" arch=('x86_64') @@ -27,7 +27,7 @@ makedepends=( ) options=(!lto) source=("git+https://github.com/woelper/oculante.git#tag=${pkgver}") -b2sums=('cfff0b69379cfe8a3091c9abd3aa620a01e18dcc5cd0945824899514f4ea4cd0253ac444d3b5fdcb8ee3bd1d2e2ef6a596ce04ed7cf149002260391743ceb356') +b2sums=('b621817e2418df3a09298320713aaab6626788251c606ef6dc72302e3abdcc75a52c1f53b605b43e9f7af6f65901f53821fd205945753b27bccbe4f1bb124785') prepare() { @@ -48,7 +48,7 @@ check() { cd $pkgname export RUSTUP_TOOLCHAIN=stable export TURBOJPEG_SOURCE=pkg-config - cargo test --frozen -- --skip=tests::net --skip=bench + cargo test --frozen -- --skip=tests::net --skip=tests::flathub --skip=bench } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/oculante/-/commit/c28e219e10ddbe16f1f636d3f92f5bf57beffffe -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/oculante/-/commit/c28e219e10ddbe16f1f636d3f92f5bf57beffffe You're receiving this email because of your account on gitlab.archlinux.org.
