Date: Wednesday, March 16, 2022 @ 16:28:24 Author: felixonmars Revision: 1155451
upgpkg: haskell-git-lfs 1.1.2-1: rebuild with git-lfs 1.1.2 Modified: haskell-git-lfs/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-16 16:26:23 UTC (rev 1155450) +++ PKGBUILD 2022-03-16 16:28:24 UTC (rev 1155451) @@ -2,8 +2,8 @@ _hkgname=git-lfs pkgname=haskell-git-lfs -pkgver=1.1.1 -pkgrel=170 +pkgver=1.1.2 +pkgrel=1 pkgdesc="An implementation of the git-lfs protocol" url="https://hackage.haskell.org/package/git-lfs" license=('AGPL3') @@ -10,13 +10,13 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-case-insensitive' 'haskell-http-client' 'haskell-http-types' 'haskell-network-uri') -makedepends=('ghc') +makedepends=('ghc' 'uusi') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('4c45441038d220738b154ee93ce9a108044d85ac1c7d892f9001ed3781264ab0a3854f7ecbdef517b05604ea57f96761ca44b026a39e9bd7fccab84b5cd3c779') +sha512sums=('ea4b72dc33a1e7012be984bdca34f45767db6da3ae4e5190addc05a81fffe1f78f25d650b633ac911f28057e6f62cb99fcaa7992fbe9a20dcf4b4e475d7d62a0') prepare() { cd $_hkgname-$pkgver - echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs + gen-setup } build() {