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


Commits:
2e5a5bdc by Felix Yan at 2024-11-19T20:32:45+08:00
upgpkg: 1.0.4-69: rebuild with os-string 2.0.7

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,12 @@
 pkgbase = haskell-src
        pkgdesc = Support for manipulating Haskell source code
        pkgver = 1.0.4
-       pkgrel = 68
+       pkgrel = 69
        url = https://github.com/haskell-pkg-janitors/haskell-src.git
        arch = x86_64
        license = BSD
        makedepends = ghc
+       makedepends = uusi
        makedepends = happy
        depends = ghc-libs
        depends = haskell-syb


=====================================
PKGBUILD
=====================================
@@ -3,16 +3,21 @@
 _hkgname=haskell-src
 pkgname=haskell-src
 pkgver=1.0.4
-pkgrel=68
+pkgrel=69
 pkgdesc="Support for manipulating Haskell source code"
 url="https://github.com/haskell-pkg-janitors/haskell-src.git";
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-syb')
-makedepends=('ghc' 'happy')
+makedepends=('ghc' 'uusi' 'happy')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
 sha256sums=('8bc77695f9cc113933048409d2ed3bf2a3b947e18312a23b0dbb7838d086f3ea')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u happy
+}
+
 build() {
   cd $_hkgname-$pkgver
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-src/-/commit/2e5a5bdc56810d0503eb9bbb72561322139598e9

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


Reply via email to