Date: Thursday, July 1, 2021 @ 00:40:44 Author: felixonmars Revision: 969019
upgpkg: haskell-hosc 0.19.1-1: rebuild with hosc 0.19.1 Modified: haskell-hosc/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-01 00:37:36 UTC (rev 969018) +++ PKGBUILD 2021-07-01 00:40:44 UTC (rev 969019) @@ -2,8 +2,8 @@ _name=hosc pkgname=haskell-hosc -pkgver=0.19 -pkgrel=2 +pkgver=0.19.1 +pkgrel=1 pkgdesc="Haskell Open Sound Control" arch=('x86_64') url="https://github.com/rd--/hosc" @@ -10,8 +10,9 @@ license=('GPL') depends=('ghc-libs' 'haskell-blaze-builder' 'haskell-data-binary-ieee754' 'haskell-network') makedepends=('ghc') -source=("$pkgname-$pkgver.tar.gz::https://github.com/rd--/hosc/archive/${pkgver}.tar.gz") -sha512sums=('2b1b10f857371cdba0266d31080f40a2f2d604828adca3bae2bdb990dbdf409e7ad755d43961a69a4f13fb77eaf2a378ec2bfcc3b80cea97216433f18851b89b') +#source=("$pkgname-$pkgver.tar.gz::https://github.com/rd--/hosc/archive/${pkgver}.tar.gz") +source=("https://hackage.haskell.org/packages/archive/$_name/$pkgver/$_name-$pkgver.tar.gz") +sha512sums=('5f6e23a14556a02bd8836054c6c3745109841380a3ac9fa4f2f1e8c0cc2c010e287bbd83546d2cf55ba0b8aad513f6e6c904fdcb73e38e5cecabf8b8dfca9295') prepare() { mv -v "${_name}-$pkgver" "$pkgname-$pkgver"