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

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 30 10:18:45 UTC 2022


    Date: Tuesday, August 30, 2022 @ 10:18:45
  Author: felixonmars
Revision: 1288530

upgpkg: haskell-filepattern 0.1.3-1: rebuild with filepattern 0.1.3

Modified:
  haskell-filepattern/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-30 10:08:25 UTC (rev 1288529)
+++ PKGBUILD	2022-08-30 10:18:45 UTC (rev 1288530)
@@ -2,17 +2,22 @@
 
 _hkgname=filepattern
 pkgname=haskell-filepattern
-pkgver=0.1.2
-pkgrel=225
+pkgver=0.1.3
+pkgrel=1
 pkgdesc="File path glob-like matching"
 url="https://github.com/ndmitchell/filepattern"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-extra')
-makedepends=('ghc' 'haskell-quickcheck')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('16866d70efdf55ee4e6b246eb7f7300c9ad4c148d8136d817f601b9c0cac95eb1ddaf57ab0b6fad539298b55128fe5c255c31fd152a713bf312488eae823da23')
+sha512sums=('55abde992eeae3047e14ec66629bba807cff5554969e51c052c047761851d7d8afb8722fa733d673b67ab07aa014cdea3e4f2ff396e464a4f316cc2639904a44')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
 build() {
     cd $_hkgname-$pkgver    
     



More information about the arch-commits mailing list