summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2020-12-24 14:17:05 +0100
committerXiretza2020-12-24 14:17:05 +0100
commitdd1e2588836563ce416d216e9b2948c9c3cd0a88 (patch)
treeec4dbe8dd3f860e8ffda2d28471206d219539ae7
parente80ad43c032c2e7120fe786bd461469e0901f351 (diff)
downloadaur-dd1e2588836563ce416d216e9b2948c9c3cd0a88.tar.gz
Rebuild
-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")