Date: Wednesday, May 5, 2021 @ 11:02:19 Author: felixonmars Revision: 927451
upgpkg: haskell-uuid 1.3.15-1: rebuild with uuid-types 1.0.5, uuid 1.3.15 Modified: haskell-uuid/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-05 11:01:36 UTC (rev 927450) +++ PKGBUILD 2021-05-05 11:02:19 UTC (rev 927451) @@ -3,8 +3,8 @@ _hkgname=uuid pkgname=haskell-uuid -pkgver=1.3.14 -pkgrel=9 +pkgver=1.3.15 +pkgrel=1 pkgdesc="For creating, comparing, parsing and printing Universally Unique Identifiers" url="https://github.com/aslatter/uuid" license=("BSD") @@ -14,7 +14,7 @@ makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('a72e8277235c56fec83b9d100348094a0cb4176b6d3cd68f699a903329bb2b8688db6f9daa1d75cafe56e49b6d1c3fc081237cda12b5e363b9aa2f7d0a33eda0') +sha512sums=('acb5c17b809bee5ce2f1591f3382a7c3a57e9d20a47d8f47be717b0e7fbfd803603810ebaaf88597bcf98dff698f4807dc7d8122a0d7d36785a47e0e065fb59e') build() { cd $_hkgname-$pkgver
