Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-inspection-testing
Commits: b9e9a698 by Felix Yan at 2023-10-04T18:50:12+03:00 upgpkg: 0.5.0.2-1: rebuild with inspection-testing 0.5.0.2 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = haskell-inspection-testing + pkgdesc = GHC plugin to do inspection testing + pkgver = 0.5.0.2 + pkgrel = 1 + url = https://github.com/nomeata/inspection-testing + arch = x86_64 + license = MIT + makedepends = ghc + depends = ghc-libs + depends = haskell-ghc + source = https://hackage.haskell.org/packages/archive/inspection-testing/0.5.0.2/inspection-testing-0.5.0.2.tar.gz + sha512sums = aa06aa23747cd3b88e94e9905f69250786e0698f1332f807c225ea39b5211eee5412d8c6ac8512c90a1094668de70590d2eb557bbb2852e0f7bee2879f946188 + +pkgname = haskell-inspection-testing ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ _hkgname=inspection-testing pkgname=haskell-inspection-testing -pkgver=0.5.0.1 +pkgver=0.5.0.2 pkgrel=1 pkgdesc="GHC plugin to do inspection testing" url="https://github.com/nomeata/inspection-testing" @@ -11,7 +11,7 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-ghc') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('6e7d361a8e6e46de85834d1525f53c44b9caead3964d5cc91e523e2b8a67809219e8f4df707a066dc8c0d183821bf9434c90dc7ee48a7f08e0615bc9ea2861d5') +sha512sums=('aa06aa23747cd3b88e94e9905f69250786e0698f1332f807c225ea39b5211eee5412d8c6ac8512c90a1094668de70590d2eb557bbb2852e0f7bee2879f946188') build() { cd $_hkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-inspection-testing/-/commit/b9e9a69892ec32172856ca9e4592a81b132b740b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-inspection-testing/-/commit/b9e9a69892ec32172856ca9e4592a81b132b740b You're receiving this email because of your account on gitlab.archlinux.org.
