Date: Sunday, March 12, 2023 @ 01:12:46 Author: felixonmars Revision: 1419190
upgpkg: haskell-storable-tuple 0.1-1: rebuild with storable-tuple 0.1 Modified: haskell-storable-tuple/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-12 01:10:58 UTC (rev 1419189) +++ PKGBUILD 2023-03-12 01:12:46 UTC (rev 1419190) @@ -3,8 +3,8 @@ _hkgname=storable-tuple pkgname=haskell-storable-tuple -pkgver=0.0.3.3 -pkgrel=248 +pkgver=0.1 +pkgrel=1 pkgdesc="Storable instance for pairs and triples" url="http://code.haskell.org/~thielema/storable-tuple/" license=("BSD") @@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-storable-record' 'haskell-utility-ht' 'haskell-base-orphans') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('046a809d8b6655259f3cb4de55b81d272007cf2d32f0eec3f464924f595f904030102c3fd4f3b193a01b48d2d54582a9206314a2e87cd17ecdc16a159fe73b4d') +sha512sums=('3346447a26b805132d5eedbb0ef6d8f8422c3f81d2ba23a02443fb3519ce9fe5c3433f04def616f4748dbc3e3d6ced5a9322dcdce4365ba8eab8709f06bb1b0a') build() { cd $_hkgname-$pkgver
