Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-commutative-semigroups
Commits:
3429a64e by Felix Yan at 2024-09-23T13:10:01+03:00
upgpkg: 0.2.0.1-1: rebuild with commutative-semigroups 0.2.0.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = haskell-commutative-semigroups
pkgdesc = Commutative semigroups
- pkgver = 0.2
+ pkgver = 0.2.0.1
pkgrel = 1
url = https://github.com/ObsidianSystems/commutative-semigroups.git
arch = x86_64
license = BSD
makedepends = ghc
depends = ghc-libs
- source =
https://hackage.haskell.org/packages/archive/commutative-semigroups/0.2/commutative-semigroups-0.2.tar.gz
- sha256sums =
a8b10e580a0a1d00e4b663e570a974d0329788502f384ad33d01fa9da976784a
+ source =
https://hackage.haskell.org/packages/archive/commutative-semigroups/0.2.0.1/commutative-semigroups-0.2.0.1.tar.gz
+ sha256sums =
e2e055a06586e7cd58a155b0da3e0d49d8cc06fb941faa8d14c1ae568df7b6dc
pkgname = haskell-commutative-semigroups
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_hkgname=commutative-semigroups
pkgname=haskell-commutative-semigroups
-pkgver=0.2
+pkgver=0.2.0.1
pkgrel=1
pkgdesc="Commutative semigroups"
url="https://github.com/ObsidianSystems/commutative-semigroups.git"
@@ -11,7 +11,7 @@ arch=('x86_64')
depends=('ghc-libs')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('a8b10e580a0a1d00e4b663e570a974d0329788502f384ad33d01fa9da976784a')
+sha256sums=('e2e055a06586e7cd58a155b0da3e0d49d8cc06fb941faa8d14c1ae568df7b6dc')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-commutative-semigroups/-/commit/3429a64e65d437cff3b7141b5031bc4e96c939d9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-commutative-semigroups/-/commit/3429a64e65d437cff3b7141b5031bc4e96c939d9
You're receiving this email because of your account on gitlab.archlinux.org.