Date: Saturday, September 22, 2018 @ 06:19:45 Author: felixonmars Revision: 383979
upgpkg: hasktags 0.71.2-1 Modified: hasktags/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-22 06:19:34 UTC (rev 383978) +++ PKGBUILD 2018-09-22 06:19:45 UTC (rev 383979) @@ -2,16 +2,17 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=hasktags -pkgver=0.70.1 -pkgrel=12 +pkgver=0.71.2 +pkgrel=1 pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs" url="https://github.com/MarcWeber/hasktags" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' 'haskell-json' 'haskell-microlens-platform' 'haskell-utf8-string') +depends=('ghc-libs' 'haskell-json' 'haskell-microlens-platform' 'haskell-optparse-applicative' + 'haskell-utf8-string') makedepends=('ghc' 'haskell-hunit') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('cea3f21c3fc8f3020d69d34572e9f91d32cd619a36f26160eab8949a517df92517c98e7fcee792888283a949222a8bc93ee6ccc397e95382bce8a5d557de569b') +sha512sums=('649f8e74202dc08b8c37535c2fb0fefe11c55bc9de300093b20e7b224fa6daccbc938988ef810a479e745b53270215fc847caa6e0b06310a7d1c7493fc37b1ce') build() { cd $pkgname-$pkgver
