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