summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-03 18:44:15 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-03 18:44:15 -0300
commitd2d3c7a1a927f6f87a557f1e8ed7bef15efa349d (patch)
tree5d670722084850d77116770d24f83e9a196c5a5c
parent8f7c6e1fdd030baab226dff387eb003f6f0a7356 (diff)
fixing abuse-libre source
-rw-r--r--libre/abuse/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/abuse/PKGBUILD b/libre/abuse/PKGBUILD
index 6734cce30..ad68610e2 100644
--- a/libre/abuse/PKGBUILD
+++ b/libre/abuse/PKGBUILD
@@ -19,9 +19,9 @@ conflicts=($_pkgname)
depends=('gcc-libs' 'libgl' 'sdl_mixer' 'glu' 'desktop-file-utils')
makedepends=('gendesk' 'mesa-libgl' 'glu')
install="$pkgname.install"
-mksource=("http://$pkgname.zoy.org/raw-attachment/wiki/download/$_pkgname-$pkgver.tar.gz"
+mksource=("http://$pkgname.zoy.org/raw-attachment/wiki/download/$pkgname-$pkgver.tar.gz"
'non-claudio.patch')
-source=("https://repo.parabolagnulinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"
+source=("https://repo.parabolagnulinux.org/other/$_pkgname/$_pkgname-$pkgver.tar.gz"
"$pkgname.sh"
"default.${pkgname}rc"
'default.gamma.lsp')