Date: Wednesday, May 3, 2023 @ 19:51:16 Author: felixonmars Revision: 1458505
upgpkg: haskell-microlens-th 0.4.3.13-1: rebuild with microlens-th 0.4.3.13 Modified: haskell-microlens-th/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-03 19:46:02 UTC (rev 1458504) +++ PKGBUILD 2023-05-03 19:51:16 UTC (rev 1458505) @@ -2,16 +2,16 @@ _hkgname=microlens-th pkgname=haskell-microlens-th -pkgver=0.4.3.12 +pkgver=0.4.3.13 pkgrel=1 pkgdesc="Automatic generation of record lenses for microlens" -url="http://github.com/stevenfontanella/microlens" +url="https://github.com/stevenfontanella/microlens" license=('BSD') arch=('x86_64') depends=('ghc-libs' 'haskell-microlens' 'haskell-th-abstraction') makedepends=('ghc' 'haskell-tagged') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('452d9a53c4b1111c45e87260ab31e6fbe06f06185975486c07d28369ed7312b87b96b2b59865f86fcb545ebf782834783bc80e3d49a71a63ea464fe35818f7eb') +sha512sums=('81648369f235a4225c972bca21e9a8fa419454e739591f56cd560c018561827257b1679c4c222820834db06dcc5d287b4f1bf1068d61f4c6f158b09a85ddce9a') build() { cd $_hkgname-$pkgver
