Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-retrie
Commits:
c063cbab by Felix Yan at 2024-10-09T16:47:43+03:00
upgpkg: 1.2.3-1: rebuild with retrie 1.2.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-retrie
pkgdesc = A powerful, easy-to-use codemodding tool for Haskell.
- pkgver = 1.2.2
- pkgrel = 26
+ pkgver = 1.2.3
+ pkgrel = 1
url = https://github.com/facebookincubator/retrie
arch = x86_64
license = MIT
@@ -9,7 +9,6 @@ pkgbase = haskell-retrie
checkdepends = mercurial
makedepends = ghc
makedepends = haskell-hunit
- makedepends = haskell-ghc-paths
makedepends = haskell-tasty
makedepends = haskell-tasty-hunit
makedepends = haskell-temporary
@@ -17,6 +16,7 @@ pkgbase = haskell-retrie
depends = haskell-ansi-terminal
depends = haskell-async
depends = haskell-data-default
+ depends = haskell-ghc
depends = haskell-ghc-exactprint
depends = haskell-ghc-paths
depends = haskell-src-exts
@@ -25,7 +25,7 @@ pkgbase = haskell-retrie
depends = haskell-random-shuffle
depends = haskell-syb
depends = haskell-unordered-containers
- source =
https://hackage.haskell.org/packages/archive/retrie/1.2.2/retrie-1.2.2.tar.gz
- sha512sums =
f818f81fec0b8a00101bfb8a201047a2cb8749e1bcff020d3e462b526c59095d7c7c1a96d95812a977341d18ccc9abbb4fccf1dc7d9cfb0963cde19fa2d9dc12
+ source =
https://hackage.haskell.org/packages/archive/retrie/1.2.3/retrie-1.2.3.tar.gz
+ sha512sums =
6380a1f276ac832af0a19979f792134098ff4d93d5cf47284a37ef77b8ddee7cc46d3344c681ad5c77777e7f4263ad2c9ab8ebb812a03c28e80499690c23535b
pkgname = haskell-retrie
=====================================
PKGBUILD
=====================================
@@ -2,21 +2,20 @@
_hkgname=retrie
pkgname=haskell-retrie
-pkgver=1.2.2
-pkgrel=26
+pkgver=1.2.3
+pkgrel=1
pkgdesc="A powerful, easy-to-use codemodding tool for Haskell."
url="https://github.com/facebookincubator/retrie"
license=("MIT")
arch=('x86_64')
depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async'
'haskell-data-default'
- 'haskell-ghc-exactprint' 'haskell-ghc-paths' 'haskell-src-exts'
'haskell-list-t'
- 'haskell-optparse-applicative' 'haskell-random-shuffle' 'haskell-syb'
+ 'haskell-ghc' 'haskell-ghc-exactprint' 'haskell-ghc-paths'
'haskell-src-exts'
+ 'haskell-list-t' 'haskell-optparse-applicative'
'haskell-random-shuffle' 'haskell-syb'
'haskell-unordered-containers')
-makedepends=('ghc' 'haskell-hunit' 'haskell-ghc-paths' 'haskell-tasty'
'haskell-tasty-hunit'
- 'haskell-temporary')
+makedepends=('ghc' 'haskell-hunit' 'haskell-tasty' 'haskell-tasty-hunit'
'haskell-temporary')
checkdepends=('git' 'mercurial')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('f818f81fec0b8a00101bfb8a201047a2cb8749e1bcff020d3e462b526c59095d7c7c1a96d95812a977341d18ccc9abbb4fccf1dc7d9cfb0963cde19fa2d9dc12')
+sha512sums=('6380a1f276ac832af0a19979f792134098ff4d93d5cf47284a37ef77b8ddee7cc46d3344c681ad5c77777e7f4263ad2c9ab8ebb812a03c28e80499690c23535b')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-retrie/-/commit/c063cbabd4eb5d72273ee5abfd9bc46a427f9b21
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-retrie/-/commit/c063cbabd4eb5d72273ee5abfd9bc46a427f9b21
You're receiving this email because of your account on gitlab.archlinux.org.