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 f01e2fd9fb81..2c1fa5d2750a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haskell-indexed-list-literals
pkgver = 0.2.1.3
- pkgrel = 1
- url = https://hackage.haskell.org/package/
+ pkgrel = 2
+ url = https://hackage.haskell.org/package/indexed-list-literals
arch = x86_64
license = BSD
makedepends = ghc
diff --git a/PKGBUILD b/PKGBUILD
index e131e4a7d6ee..3e7c30ffb41c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_hkgname=indexed-list-literals
pkgname=haskell-indexed-list-literals
pkgver=0.2.1.3
-pkgrel=1
+pkgrel=2
license=('BSD')
arch=('x86_64')
-url="https://hackage.haskell.org/package/$hkgname"
+url="https://hackage.haskell.org/package/$_hkgname"
depends=(ghc-libs haskell-only)
makedepends=(ghc haskell-hspec)
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")