Package Details: vrrtest 2.1.1-2

Git Clone URL: https://aur.archlinux.org/vrrtest.git (read-only, click to copy)
Package Base: vrrtest
Description: A very small utility to test variable refresh rate.
Upstream URL: https://github.com/Nixola/VRRTest
Licenses: zlib
Submitter: Nixola
Maintainer: Nixola
Last Packager: Nixola
Votes: 1
Popularity: 0.49
First Submitted: 2026-06-14 22:43 (UTC)
Last Updated: 2026-06-17 11:01 (UTC)

Latest Comments

Nixola commented on 2026-06-17 11:02 (UTC)

Hi! Sorry about that, it's my first time actually packaging something for the AUR. I tested your fix and pushed it. Thanks!

kreudom commented on 2026-06-17 10:53 (UTC)

Hi. Thanks for creating this package. Unfortunately it does not install correctly for me, because the .love file is only installed as a symlink pointing to the source. Deleting the source file breaks the package.

The .love file is also automatically being extracted by makepkg.

Fixed by:

diff --git a/PKGBUILD b/PKGBUILD
index 9a3b13d..a8df21a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,10 +18,10 @@ sha256sums=(
   'e4535c94934b81c55ee0667b554909c1d489fe0693d7db73615c5916c32f9bc0'
   '89afa45b2fc870c55ccd750eee371bfcfe7837ccd3b45ef636c2f445efc2c046'
 )
+noextract=('vrrTest_v2.1.1.love')

 package() {
-  mkdir -p "$pkgdir/usr/share/vrrtest"
-  cp -r "$srcdir/vrrTest_v2.1.1.love" "$pkgdir/usr/share/vrrtest/vrrtest.love"
+  install -Dm644 "$srcdir/vrrTest_v2.1.1.love" "$pkgdir/usr/share/vrrtest/vrrtest.love"

   install -Dm755 -t "$pkgdir/usr/bin" vrrtest