diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-16 00:57:26 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-16 00:57:26 -0200 |
commit | 0374681088f3fd8dd492066b08136ff1c1753c69 (patch) | |
tree | a97de0439506342ced9ceb8c0c9301fb8514d3e1 /libre/stuntrally-data-libre | |
parent | 015f1aca067c5b58cb07d1e4a2fadbf55c5dc54c (diff) |
rename sources URL to http://repo.parabolagnulinux/other/$pkg{base,name}
Diffstat (limited to 'libre/stuntrally-data-libre')
-rw-r--r-- | libre/stuntrally-data-libre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/stuntrally-data-libre/PKGBUILD b/libre/stuntrally-data-libre/PKGBUILD index 77bd49440..80bd44b01 100644 --- a/libre/stuntrally-data-libre/PKGBUILD +++ b/libre/stuntrally-data-libre/PKGBUILD @@ -13,7 +13,7 @@ makedepends=('cmake' 'boost' 'libvorbis' 'mygui' 'sdl2' 'enet' 'hicolor-icon-the mksource=("$_pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz" "$_pkgname-tracks-$pkgver.tar.gz::https://github.com/stuntrally/tracks/archive/${pkgver}.tar.gz" libre.patch ) -source=("https://repo.parabolagnulinux.org/sources/$pkgname-$pkgver.tar.gz") +source=("https://repo.parabolagnulinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz") replaces=$_pkgname conflicts=$_pkgname provides=$_pkgname=$pkgver |