Date: Monday, December 20, 2021 @ 14:53:52 Author: arodseth Revision: 1080199
upgpkg: imv 4.3.1-1 Modified: imv/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-20 14:40:31 UTC (rev 1080198) +++ PKGBUILD 2021-12-20 14:53:52 UTC (rev 1080199) @@ -2,20 +2,20 @@ # Contributor: Harry Jeffery <[email protected]> pkgname=imv -pkgver=4.3.0 -pkgrel=2 +pkgver=4.3.1 +pkgrel=1 pkgdesc='Image viewer for Wayland and X11' -url='https://github.com/eXeC64/imv' +url='https:/lists.sr.ht/imv-announce/' arch=(x86_64) license=(GPL) depends=(freeimage glu libheif libinih libnsgif librsvg libxkbcommon libxkbcommon-x11 pango) -makedepends=(asciidoc cmocka git meson) +makedepends=(asciidoc cmocka meson) conflicts=(renameutils) -source=("git+$url#commit=6fffe1445874b20c85398c4586753176585bbec4") # tag: v4.3.0 -b2sums=('SKIP') +source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~exec64/$pkgname/archive/v$pkgver.tar.gz") +b2sums=('9c818a5a29457313c3d0ed1a8558555b2069aec837939dc1d2b71668ec2fd39867c8ad4fcf8605243ded96e27d346af4307d83c8854538981b62c968e9ec0ede') build() { - arch-meson build $pkgname + arch-meson build $pkgname-v$pkgver ninja -C build }
