summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Flament2016-11-15 12:49:08 +0100
committerDamien Flament2016-11-15 12:49:08 +0100
commit61d5d92ae473f69dc58bbef6580b4aadb39e926a (patch)
tree12a2d7237ab55758ca0b492566be537756c1351d
parent0edb68d37c3c640c06a783f4fbe6d5b0dccd08f6 (diff)
downloadaur-haskell-archlinux.tar.gz
Fix source URL.
-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"