summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDamien Flament2016-11-15 12:49:08 +0100
committerDamien Flament2016-11-15 12:49:08 +0100
commit61d5d92ae473f69dc58bbef6580b4aadb39e926a (patch)
tree12a2d7237ab55758ca0b492566be537756c1351d /PKGBUILD
parent0edb68d37c3c640c06a783f4fbe6d5b0dccd08f6 (diff)
downloadaur-haskell-archlinux.tar.gz
Fix source URL.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 364ceaeed5dd..4748cce03709 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _hkgname=archlinux
pkgname=haskell-archlinux
pkgver=1.3
-pkgrel=5
+pkgrel=6
pkgdesc="Support for working with Arch Linux packages."
arch=('i686' 'x86_64')
url="https://github.com/archhaskell/archlinux"
@@ -19,7 +19,7 @@ backup=()
options=('strip' 'staticlibs')
install='INSTALL'
changelog=()
-source=("http://hackage.haskell.org/packages/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz"
+source=("http://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz"
"Hide_Data-Monoid_function.patch"
"Add_FlexibleInstances.patch"
"Adapt_to_Applicative-Monad.patch"