summaryrefslogtreecommitdiff
path: root/test/libremakepkg.d/PKGBUILD-netbuild
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-11-28 01:52:35 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-11-28 01:52:35 -0500
commit8b17eaf422ae5bea4c1f2264576a3280d50b66dd (patch)
tree2f440e564e200247cc1efb7890914b1385b08f2f /test/libremakepkg.d/PKGBUILD-netbuild
parent1c45abba48d24758a99fcbe84f2add52b7c94c1d (diff)
Woops, also s/parabolagnulinux.org/parabola.nu/ in test/v20141128
Diffstat (limited to 'test/libremakepkg.d/PKGBUILD-netbuild')
-rw-r--r--test/libremakepkg.d/PKGBUILD-netbuild4
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() {