~alpine/aports

community/imv: update to new upstream repository v2 APPLIED

Pranjal Kole: 1
 community/imv: update to new upstream repository

 1 files changed, 4 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3794/mbox | git am -3
Learn more about email & git

[PATCH v2] community/imv: update to new upstream repository Export this patch

imv's upstream repository has moved from https://github.com/eXeC64/imv
to https://sr.ht/~exec64/imv.
---
 community/imv/APKBUILD | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/community/imv/APKBUILD b/community/imv/APKBUILD
index c8bd74d4a8..275a9ab4db 100644
--- a/community/imv/APKBUILD
+++ b/community/imv/APKBUILD
@@ -3,7 +3,7 @@ pkgname=imv
pkgver=4.3.0
pkgrel=2
pkgdesc="Image viewer for X11/Wayland"
url="https://github.com/eXeC64/imv"
url="https://sr.ht/~exec64/imv"
# s390x, mips64 and riscv64 blocked by librsvg
arch="all !s390x !mips64 !riscv64"
license="MIT"
@@ -27,9 +27,10 @@ checkdepends="
	"
subpackages="$pkgname-doc"
# TODO: drop patch after next release
source="$pkgname-$pkgver.tar.gz::https://github.com/eXeC64/imv/archive/v$pkgver.tar.gz
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~exec64/imv/archive/v$pkgver.tar.gz
	fix-imv-folder.patch
	"
builddir="$srcdir/$pkgname-v$pkgver"

build() {
	abuild-meson \
@@ -56,6 +57,6 @@ package() {
}

sha512sums="
1735c03c48888004b11b3aaf0215a9530c035468a8efdb210d856551ebb75030c906eee2b6ab80e5d3646206e6051a73a8c5e15c010dd09bca7f9e90f9b0e34b  imv-4.3.0.tar.gz
21d69abc9d0b9ed6ae69b3158fdee159a51f4bd90dfc4789a96036dd797ff720785763c5f037f5689eb40a7d4694c02416c5120503b665e7b2c1ee9a4cc430c0  imv-4.3.0.tar.gz
edab6db31201278db463205338ac6114ab593a36a7afd2db73f6b7e0660fa327444dba2b73ed0b77b2ba196e79b628545ad2c1ad29c253ce7fac43c7ea3bfc9d  fix-imv-folder.patch
"
-- 
2.34.1