diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-09-03 18:44:15 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-09-03 18:44:15 -0300 |
commit | d2d3c7a1a927f6f87a557f1e8ed7bef15efa349d (patch) | |
tree | 5d670722084850d77116770d24f83e9a196c5a5c /libre/abuse/PKGBUILD | |
parent | 8f7c6e1fdd030baab226dff387eb003f6f0a7356 (diff) | |
download | abslibre-d2d3c7a1a927f6f87a557f1e8ed7bef15efa349d.tar.gz abslibre-d2d3c7a1a927f6f87a557f1e8ed7bef15efa349d.tar.bz2 abslibre-d2d3c7a1a927f6f87a557f1e8ed7bef15efa349d.zip |
fixing abuse-libre source
Diffstat (limited to 'libre/abuse/PKGBUILD')
-rw-r--r-- | libre/abuse/PKGBUILD | 4 |
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') |