Date: Wednesday, April 24, 2013 @ 17:49:53 Author: thestinger Revision: 88891
upgpkg: haskell-base64-bytestring 1.0.0.1-2 Modified: haskell-base64-bytestring/trunk/PKGBUILD ----------+ PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-24 15:46:21 UTC (rev 88890) +++ PKGBUILD 2013-04-24 15:49:53 UTC (rev 88891) @@ -5,14 +5,13 @@ _hkgname=base64-bytestring pkgname=haskell-base64-bytestring pkgver=1.0.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Fast base64 encoding and deconding for ByteStrings" url="https://github.com/bos/base64-bytestring" license=(custom:BSD3) arch=('i686' 'x86_64') makedepends=('ghc') depends=('haskell-bytestring') -options=('strip') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="$pkgname.install" sha256sums=('ab25abf4b00a2f52b270bc3ed43f1d59f16c8eec9d7dffb14df1e9265b233b50')
