diff options
Diffstat (limited to 'libre/angband/PKGBUILD')
-rw-r--r-- | libre/angband/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/angband/PKGBUILD b/libre/angband/PKGBUILD index 3442f360b..fbe5dd9b5 100644 --- a/libre/angband/PKGBUILD +++ b/libre/angband/PKGBUILD @@ -21,7 +21,7 @@ replaces=($_pkgname) conflicts=($_pkgname) depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses') mksource=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-v${pkgver}.tar.gz" 'libre.patch') -source=("https://repo.parabolagnulinux.org/other/${_pkgname}/${_pkgname}-v${pkgver}.tar.gz") +source=("https://repo.parabola.nu/other/${_pkgname}/${_pkgname}-v${pkgver}.tar.gz") mksource() { cd "${srcdir}/${pkgname}-v${pkgver}" |