From bd8ecde8ab4ff2b54e0fac2318640cb4e0dea48d Mon Sep 17 00:00:00 2001 From: novica Date: Fri, 6 Feb 2026 13:25:43 +0100 Subject: [PATCH] fix: url for github --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6a63f52d91cc..72ee7af05cd5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ pkgbase = arf-bin pkgdesc = A modern R console pkgver = 0.1.1 - pkgrel = 1 - url = https://github.com/a2-ai/arf + pkgrel = 2 + url = https://github.com/eitsupi/arf arch = x86_64 license = MIT depends = gcc-libs diff --git a/PKGBUILD b/PKGBUILD index 5bad85ca9bf5..b069dc9f7603 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,10 +2,10 @@ pkgname=arf-bin pkgver=0.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="A modern R console" arch=('x86_64') -url="https://github.com/a2-ai/arf" +url="https://github.com/eitsupi/arf" license=('MIT') depends=('gcc-libs' 'glibc') conflicts=('arf')