summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54513078b43b..a346c779946a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haskell-archlinux
pkgdesc = Support for working with Arch Linux packages.
pkgver = 1.3
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/archhaskell/archlinux
install = INSTALL
arch = i686
@@ -10,7 +10,7 @@ pkgbase = haskell-archlinux
depends = ghc
options = strip
options = staticlibs
- source = http://hackage.haskell.org/packages/archlinux-1.3/archlinux-1.3.tar.gz
+ source = http://hackage.haskell.org/package/archlinux-1.3/archlinux-1.3.tar.gz
source = Hide_Data-Monoid_function.patch
source = Add_FlexibleInstances.patch
source = Adapt_to_Applicative-Monad.patch
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"