Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-witch
Commits:
884e983f by Felix Yan at 2023-11-28T14:01:59+02:00
upgpkg: 1.2.0.0-1: rebuild with witch 1.2.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-witch
pkgdesc = Convert values from one type into another
- pkgver = 1.1.6.1
- pkgrel = 17
+ pkgver = 1.2.0.0
+ pkgrel = 1
url = https://github.com/tfausak/witch
arch = x86_64
license = MIT
@@ -10,7 +10,7 @@ pkgbase = haskell-witch
makedepends = haskell-hunit
depends = ghc-libs
depends = haskell-tagged
- source =
https://hackage.haskell.org/packages/archive/witch/1.1.6.1/witch-1.1.6.1.tar.gz
- sha256sums =
5e158aef942c77ff6f4a4af1df2d850251affc736df8f9e45dc3ec32df6493d8
+ source =
https://hackage.haskell.org/packages/archive/witch/1.2.0.0/witch-1.2.0.0.tar.gz
+ sha256sums =
0d69eedf8a1ba0af5a4c2317843f66ee0929094639e95c7aaae29190aef2e220
pkgname = haskell-witch
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=witch
pkgname=haskell-witch
-pkgver=1.1.6.1
-pkgrel=17
+pkgver=1.2.0.0
+pkgrel=1
pkgdesc="Convert values from one type into another"
url="https://github.com/tfausak/witch"
license=("MIT")
@@ -11,7 +11,7 @@ arch=('x86_64')
depends=('ghc-libs' 'haskell-tagged')
makedepends=('ghc' 'uusi' 'haskell-hunit')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('5e158aef942c77ff6f4a4af1df2d850251affc736df8f9e45dc3ec32df6493d8')
+sha256sums=('0d69eedf8a1ba0af5a4c2317843f66ee0929094639e95c7aaae29190aef2e220')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-witch/-/commit/884e983f9f19e2c54d6359020de45c5af8ad7111
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-witch/-/commit/884e983f9f19e2c54d6359020de45c5af8ad7111
You're receiving this email because of your account on gitlab.archlinux.org.