Package Details: rres-bin 0.1.5-0

Git Clone URL: https://aur.archlinux.org/rres-bin.git (read-only, click to copy)
Package Base: rres-bin
Description: A xrandr replacement to gather display resolutions
Upstream URL: https://sr.ht/~nkeor/rres
Licenses: GPLv3
Conflicts: rres
Provides: rres
Submitter: nkeor
Maintainer: nkeor
Last Packager: nkeor
Votes: 0
Popularity: 0.000000
First Submitted: 2022-05-03 23:06 (UTC)
Last Updated: 2023-09-10 19:40 (UTC)

Latest Comments

AvinashReddy3108 commented on 2022-06-08 11:26 (UTC) (edited on 2022-06-08 11:30 (UTC) by AvinashReddy3108)

I tried fixing the issue I mentioned a few minutes ago... and came up with this PKGBUILD

# Maintainer: Namkhai B. <echo hc.9mobkrof@em | rev>
# Contributor: Avinash Reddy <echo moc.liamg@8013ydderhsaniva | rev>

_pkgname=rres
pkgname=${_pkgname}-bin
pkgver=0.1.2
pkgrel=1
pkgdesc='A xrandr replacement to gather display resolutions'
arch=('x86_64')
url="https://gitlab.com/forkbomb9/rres"
license=('GPLv3')
provides=('rres')
conflicts=('rres')
source_x86_64=("https://gitlab.com/forkbomb9/${_pkgname}/uploads/dbd6dea1efc97679f377677f6d1899d6/${_pkgname}-v${pkgver}-${arch}-unknown-linux-musl")
sha256sums_x86_64=('f73969a7a0bc8afd78b06cdd6f20198286092a716bc470200a6da24765c85874')
b3sums_x86_64=('84c52d8027c08aa824109eef6500dfd9284ddf798f4b3b5f38e77e6fa1037d2d')

package() {
    cd "$srcdir/"
    install -Dm755 "${_pkgname}-v${pkgver}-${arch}-unknown-linux-musl" "${pkgdir}/usr/bin/rres"
}

This works well for me, and should do for others as well :)

AvinashReddy3108 commented on 2022-06-08 11:17 (UTC) (edited on 2022-06-08 11:18 (UTC) by AvinashReddy3108)

The package() function in the PKGBUILD might needs some looking into..

For me, the binary gets placed in /usr/bin/rres/rres-v0.1.2-x86_64-unknown-linux-musl instead of /usr/bin/rres