Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-apply-refact
Commits:
eb5517a8 by Felix Yan at 2025-04-29T00:15:21+08:00
upgpkg: 0.13.0.0-1: rebuild with apply-refact 0.13.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-apply-refact
pkgdesc = Perform refactorings specified by the refact library.
- pkgver = 0.12.0.0
- pkgrel = 7
+ pkgver = 0.13.0.0
+ pkgrel = 1
url = https://github.com/mpickering/apply-refact
arch = x86_64
license = BSD
@@ -20,7 +20,7 @@ pkgbase = haskell-apply-refact
depends = haskell-syb
depends = haskell-uniplate
depends = haskell-unix-compat
- source =
https://hackage.haskell.org/packages/archive/apply-refact/0.12.0.0/apply-refact-0.12.0.0.tar.gz
- sha512sums =
8bc71bcd3ea965930b6a393f4cf03cce00716112d8b39e7f4d0271aa1d3b8adc237337b71b828d43236632c989ffeb89de058fe983fd563860ae60d0c7882b21
+ source =
https://hackage.haskell.org/packages/archive/apply-refact/0.13.0.0/apply-refact-0.13.0.0.tar.gz
+ sha512sums =
6ccbbbe4cccc95cc4f9ed97218705df5acf6210b3cc86cf5bfcd8d6a2461b3751cc30bd7cd0baa954365fb8a6e808ea587c350df0ed517d0ea36e32bb57b6d2d
pkgname = haskell-apply-refact
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=apply-refact
pkgname=haskell-apply-refact
-pkgver=0.12.0.0
-pkgrel=7
+pkgver=0.13.0.0
+pkgrel=1
pkgdesc="Perform refactorings specified by the refact library."
url="https://github.com/mpickering/apply-refact"
license=("BSD")
@@ -14,7 +14,7 @@ depends=('ghc-libs' 'haskell-extra' 'haskell-filemanip'
'haskell-ghc-exactprint'
makedepends=('ghc' 'haskell-silently' 'haskell-tasty'
'haskell-tasty-expected-failure'
'haskell-tasty-golden')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('8bc71bcd3ea965930b6a393f4cf03cce00716112d8b39e7f4d0271aa1d3b8adc237337b71b828d43236632c989ffeb89de058fe983fd563860ae60d0c7882b21')
+sha512sums=('6ccbbbe4cccc95cc4f9ed97218705df5acf6210b3cc86cf5bfcd8d6a2461b3751cc30bd7cd0baa954365fb8a6e808ea587c350df0ed517d0ea36e32bb57b6d2d')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-apply-refact/-/commit/eb5517a88f6220ab18c77497b25e763f22ee5833
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-apply-refact/-/commit/eb5517a88f6220ab18c77497b25e763f22ee5833
You're receiving this email because of your account on gitlab.archlinux.org.