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


Commits:
cf9a206d by Felix Yan at 2026-07-04T00:14:15+08:00
upgpkg: 0.3.0.0-1: rebuild with slist 0.3.0.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = haskell-slist
        pkgdesc = Sized list
-       pkgver = 0.2.1.0
-       pkgrel = 192
+       pkgver = 0.3.0.0
+       pkgrel = 1
        url = https://github.com/kowainik/slist
        arch = x86_64
-       license = MPL2
+       license = MPL-2.0
        makedepends = ghc
        makedepends = uusi
        makedepends = haskell-glob
@@ -13,7 +13,7 @@ pkgbase = haskell-slist
        makedepends = haskell-hspec
        makedepends = haskell-hspec-hedgehog
        depends = ghc-libs
-       source = 
https://hackage.haskell.org/packages/archive/slist/0.2.1.0/slist-0.2.1.0.tar.gz
-       sha256sums = 
4b11f09ee92ca1c60cd69e708bcd933a5b8cd252bf5f80e5f1037441f07ea2c8
+       source = 
https://hackage.haskell.org/packages/archive/slist/0.3.0.0/slist-0.3.0.0.tar.gz
+       sha256sums = 
9b268aa665df6645c18917e0b031ec1727a0c55b054387ae8a2040f2430f77b4
 
 pkgname = haskell-slist


=====================================
PKGBUILD
=====================================
@@ -2,22 +2,21 @@
 
 _hkgname=slist
 pkgname=haskell-slist
-pkgver=0.2.1.0
-pkgrel=192
+pkgver=0.3.0.0
+pkgrel=1
 pkgdesc="Sized list"
 url="https://github.com/kowainik/slist";
-license=("MPL2")
+license=('MPL-2.0')
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc' 'uusi' 'haskell-glob' 'haskell-doctest' 'haskell-hedgehog' 
'haskell-hspec'
              'haskell-hspec-hedgehog')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha256sums=('4b11f09ee92ca1c60cd69e708bcd933a5b8cd252bf5f80e5f1037441f07ea2c8')
+sha256sums=('9b268aa665df6645c18917e0b031ec1727a0c55b054387ae8a2040f2430f77b4')
 
 prepare() {
   cd $_hkgname-$pkgver
   gen-setup
-  uusi -u base -u hedgehog -u hspec-hedgehog
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-slist/-/commit/cf9a206d6823d9b1fb04b0db67839ba0aea18cd6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-slist/-/commit/cf9a206d6823d9b1fb04b0db67839ba0aea18cd6
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to