Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-configurator-pg


Commits:
c3c29287 by Felix Yan at 2024-09-09T20:59:17+03:00
upgpkg: 0.2.9-4: rebuild with megaparsec 9.6.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
 pkgbase = haskell-configurator-pg
        pkgdesc = Reduced parser for configurator-ng config files
        pkgver = 0.2.9
-       pkgrel = 3
+       pkgrel = 4
        url = https://github.com/robx/configurator-pg
        arch = x86_64
        license = BSD
        makedepends = ghc
+       makedepends = uusi
        makedepends = haskell-hunit
        makedepends = haskell-test-framework
        makedepends = haskell-test-framework-hunit


=====================================
PKGBUILD
=====================================
@@ -4,16 +4,21 @@
 _hkgname=configurator-pg
 pkgname=haskell-configurator-pg
 pkgver=0.2.9
-pkgrel=3
+pkgrel=4
 pkgdesc="Reduced parser for configurator-ng config files"
 url="https://github.com/robx/configurator-pg";
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-megaparsec' 'haskell-protolude' 
'haskell-scientific')
-makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 
sha512sums=('dcf2a65098d2488790775a8cc25ae312f8510c2867a2ad040ba725b7d869bb5cddd848a78bf6467893265b755ed47735df1f70aeb270b542405657e3fec0b7a1')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u megaparsec
+}
+
 build() {
     cd $_hkgname-$pkgver
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-configurator-pg/-/commit/c3c29287b269bce889f1829650e9853560726d29

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-configurator-pg/-/commit/c3c29287b269bce889f1829650e9853560726d29
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to