diff options
Diffstat (limited to 'test/libremakepkg.d/PKGBUILD-netbuild')
-rw-r--r-- | test/libremakepkg.d/PKGBUILD-netbuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/libremakepkg.d/PKGBUILD-netbuild b/test/libremakepkg.d/PKGBUILD-netbuild index 7be896b..4db1274 100644 --- a/test/libremakepkg.d/PKGBUILD-netbuild +++ b/test/libremakepkg.d/PKGBUILD-netbuild @@ -1,14 +1,14 @@ pkgname='libretools-netbuild' pkgver=1.0 license=('GPL') -url='https://parabolagnulinux.org' +url='https://parabola.nu' pkgrel=1 arch=(any) build() { cd "$srcdir" - curl https://repo.parabolagnulinux.org/ > index.html + curl https://repo.parabola.nu/ > index.html } package() { |