Package Details: slurp-git 1:v1.3.2.r7.gfa0d21f-2

Git Clone URL: https://aur.archlinux.org/slurp-git.git (read-only, click to copy)
Package Base: slurp-git
Description: Select a region in a Wayland compositor
Upstream URL: https://github.com/emersion/slurp
Licenses: MIT
Conflicts: slurp
Provides: slurp
Submitter: ruahcra
Maintainer: ruahcra
Last Packager: ruahcra
Votes: 1
Popularity: 0.000000
First Submitted: 2020-04-11 06:30 (UTC)
Last Updated: 2021-11-13 23:12 (UTC)

Required by (59)

Sources (1)

Latest Comments

whynothugo commented on 2022-11-23 19:48 (UTC)

Works perfect on aarch64:

diff --git a/.SRCINFO b/.SRCINFO
index 4a4d977..a7e9f74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = slurp-git
    epoch = 1
    url = https://github.com/emersion/slurp
    arch = x86_64
+   arch = aarch64
    license = MIT
    makedepends = git
    makedepends = meson
diff --git a/PKGBUILD b/PKGBUILD
index f447e08..3dc8882 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=v1.3.2.r7.gfa0d21f
 pkgrel=2
 epoch=1
 pkgdesc='Select a region in a Wayland compositor'
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
 url='https://github.com/emersion/slurp'
 license=('MIT')
 depends=('cairo' 'wayland' 'libxkbcommon')