Date: Friday, March 3, 2023 @ 14:47:49
  Author: felixonmars
Revision: 1409447

upgpkg: haskell-binary-instances 1.0.3-33: rebuild with tagged 0.8.7

Modified:
  haskell-binary-instances/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-03 14:47:48 UTC (rev 1409446)
+++ PKGBUILD    2023-03-03 14:47:49 UTC (rev 1409447)
@@ -3,7 +3,7 @@
 _hkgname=binary-instances
 pkgname=haskell-binary-instances
 pkgver=1.0.3
-pkgrel=32
+pkgrel=33
 pkgdesc="Orphan instances for binary"
 url="https://github.com/phadej/binary-instances";
 license=('BSD')
@@ -12,11 +12,16 @@
          'haskell-hashable' 'haskell-primitive' 'haskell-scientific' 
'haskell-tagged'
          'haskell-text-binary' 'haskell-time-compat' 
'haskell-unordered-containers' 'haskell-vector'
          'haskell-vector-binary-instances')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-tasty'
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-tasty'
              'haskell-tasty-quickcheck')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 
sha512sums=('edb74f0382c36b2b7b1cdd03472ec8ce370dfa073eaae03a17975d347cc20c242115164d1865d7fcf031fdd646583386ec4f9688946e990ea1762a11518c943a')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u tagged $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 

Reply via email to