Date: Friday, March 19, 2021 @ 16:33:19 Author: felixonmars Revision: 894725
fix pkgdesc (FS#68436) Modified: haskell-hashable/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-19 16:32:38 UTC (rev 894724) +++ PKGBUILD 2021-03-19 16:33:19 UTC (rev 894725) @@ -5,7 +5,7 @@ pkgname=haskell-hashable pkgver=1.3.1.0 pkgrel=15 -pkgdesc="Mutable hash tables in the ST monad" +pkgdesc="A class for types that can be converted to a hash value" url="https://github.com/haskell-unordered-containers/hashable" license=('BSD') arch=('x86_64')
