Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-tasty
Commits:
14dd9193 by Caleb Maclennan at 2024-12-28T01:09:25+03:00
upgpkg: 1.4.3-83: Fix upstream URL
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,8 +1,8 @@
pkgbase = haskell-tasty
pkgdesc = Modern and extensible testing framework
pkgver = 1.4.3
- pkgrel = 82
- url = http://documentup.com/UnkindPartition/tasty
+ pkgrel = 83
+ url = https://github.com/UnkindPartition/tasty
arch = x86_64
license = MIT
makedepends = ghc
=====================================
PKGBUILD
=====================================
@@ -5,9 +5,9 @@
_hkgname=tasty
pkgname=haskell-tasty
pkgver=1.4.3
-pkgrel=82
+pkgrel=83
pkgdesc="Modern and extensible testing framework"
-url="http://documentup.com/UnkindPartition/tasty"
+url="https://github.com/UnkindPartition/tasty"
license=("MIT")
arch=('x86_64')
depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-optparse-applicative'
'haskell-tagged')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-tasty/-/commit/14dd91938596bd64c802a316ff05da33b4bedc48
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-tasty/-/commit/14dd91938596bd64c802a316ff05da33b4bedc48
You're receiving this email because of your account on gitlab.archlinux.org.