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


Commits:
5d3cb264 by Felix Yan at 2024-07-29T20:23:13+03:00
upgpkg: 0.4-1: rebuild with OneTuple 0.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,15 +1,16 @@
 pkgbase = haskell-onetuple
        pkgdesc = Singleton Tuple
-       pkgver = 0.3.1
-       pkgrel = 75
+       pkgver = 0.4
+       pkgrel = 1
        url = https://github.com/phadej/OneTuple.git
        arch = x86_64
        license = BSD
        makedepends = ghc
+       makedepends = haskell-foldable1-classes-compat
        makedepends = haskell-hashable
        depends = ghc-libs
        depends = haskell-base-orphans
-       source = 
https://hackage.haskell.org/packages/archive/OneTuple/0.3.1/OneTuple-0.3.1.tar.gz
-       sha256sums = 
98853682d52fb4cc37a45cd186fbd77cf2565d3df5171acc4cf026427e103eef
+       source = 
https://hackage.haskell.org/packages/archive/OneTuple/0.4/OneTuple-0.4.tar.gz
+       sha256sums = 
307a12f6a03f5820204b30a1716e1a0384c5a0f1b55e404c9879e867eb612fe0
 
 pkgname = haskell-onetuple


=====================================
PKGBUILD
=====================================
@@ -2,16 +2,16 @@
 
 _hkgname=OneTuple
 pkgname=haskell-onetuple
-pkgver=0.3.1
-pkgrel=75
+pkgver=0.4
+pkgrel=1
 pkgdesc="Singleton Tuple"
 url="https://github.com/phadej/OneTuple.git";
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-base-orphans')
-makedepends=('ghc' 'haskell-hashable')
+makedepends=('ghc' 'haskell-foldable1-classes-compat' 'haskell-hashable')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha256sums=('98853682d52fb4cc37a45cd186fbd77cf2565d3df5171acc4cf026427e103eef')
+sha256sums=('307a12f6a03f5820204b30a1716e1a0384c5a0f1b55e404c9879e867eb612fe0')
 
 build() {
   cd $_hkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-onetuple/-/commit/5d3cb2641dee5327043466579605c59d4f071413

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


Reply via email to