Date: Friday, September 16, 2016 @ 12:39:14
  Author: felixonmars
Revision: 189634

upgpkg: hasktags 0.69.2.1-1

rebuild with QuickCheck-2.9.2, aeson-compat-0.3.6, aeson-pretty-0.8.2, 
attoparsec-0.13.1.0, conduit-combinators-1.0.6, cryptonite-0.20, darcs-2.12.4, 
generic-deriving-1.11.1, hOpenPGP-2.5.2, hpack-0.15.0, hasktags-0.69.2.1, 
hoogle-5.0.4, hopenpgp-tools-0.19.3, http-client-0.5.3.2, 
http-client-tls-0.3.2, http-conduit-2.2.2. math-functions-0.2.0.2. 
mono-traversable-1.0.1, optparse-applicative-0.13.0.0, stack-1.2.0, x509-1.6.4, 
x509-validation-1.6.4, yaml-0.8.18.6, zip-archive-0.3.0.5

Modified:
  hasktags/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-09-16 12:39:04 UTC (rev 189633)
+++ PKGBUILD    2016-09-16 12:39:14 UTC (rev 189634)
@@ -3,7 +3,7 @@
 # Contributor: Arch Haskell Team <arch-hask...@haskell.org>
 
 pkgname=hasktags
-pkgver=0.69.2
+pkgver=0.69.2.1
 pkgrel=1
 pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs"
 url="http://github.com/MarcWeber/hasktags";
@@ -12,7 +12,7 @@
 depends=('gmp' 'libffi')
 makedepends=("ghc=8.0.1" "haskell-hunit" "haskell-json" "haskell-utf8-string")
 
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('92c7742ff50527dd5ff45cf65c2009f364b06e17bdc4e41874a75bbf0c1f75fc')
+sha256sums=('9d369830ac5e146f7b2a2ed584eec732b0da85af00ed7b91a72e208f6ef5144a')
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
@@ -28,7 +28,4 @@
     install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 
     rm -r "$pkgdir"/usr/{lib,share/doc}
-
-    # :/
-    rm "$pkgdir"/usr/bin/test
 }

Reply via email to