fix: url for github

This commit is contained in:
novica 2026-02-06 13:25:43 +01:00
parent 438004b4f7
commit bd8ecde8ab
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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')