[arch-commits] Commit in haskell-generic-data/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Feb 24 11:01:55 UTC 2020


    Date: Monday, February 24, 2020 @ 11:01:54
  Author: felixonmars
Revision: 580343

upgpkg: haskell-generic-data 0.8.1.0-1: rebuild with generic-data 0.8.1.0

Modified:
  haskell-generic-data/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-24 11:01:44 UTC (rev 580342)
+++ PKGBUILD	2020-02-24 11:01:54 UTC (rev 580343)
@@ -2,7 +2,7 @@
 
 _hkgname=generic-data
 pkgname=haskell-generic-data
-pkgver=0.8.0.0
+pkgver=0.8.1.0
 pkgrel=1
 pkgdesc="Deriving instances with GHC.Generics and related utilities"
 url="https://github.com/Lysxia/generic-data"
@@ -12,7 +12,7 @@
 makedepends=('ghc' 'haskell-doctest' 'haskell-generic-lens' 'haskell-glob' 'haskell-one-liner'
              'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('d57cc213b9f07e6d97a950b7ec5e5828c1f94a4e95e795ea54fabf48eb9bf478959aa073a7f0a8740ce91c61f9a56b3500cfc5fd174f3bcde8ed2bef8ee86ea5')
+sha512sums=('03631af2a7ed80c639d072221d90b52c777cee80b9c9230826bfc8209e38e6c0c7bc224665493101a13f720cec35e733f7f20d2af4407f85c2e7939bbb313010')
 
 build() {
     cd $_hkgname-$pkgver
@@ -38,6 +38,6 @@
     install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
     install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
     runhaskell Setup copy --destdir="$pkgdir"
-    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+    install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+    rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
 }



More information about the arch-commits mailing list