mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 04:41:00 +01:00
fix: url for github
This commit is contained in:
parent
438004b4f7
commit
bd8ecde8ab
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue