Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-text-rope
Commits:
c61f9bba by Felix Yan at 2024-10-23T14:35:59+03:00
upgpkg: 0.3-1: rebuild with text-rope 0.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-text-rope
pkgdesc = Text lines and ropes
- pkgver = 0.2
- pkgrel = 30
+ pkgver = 0.3
+ pkgrel = 1
url = https://github.com/Bodigrim/text-rope
arch = x86_64
license = BSD
@@ -11,7 +11,7 @@ pkgbase = haskell-text-rope
makedepends = haskell-tasty-quickcheck
depends = ghc-libs
depends = haskell-vector
- source =
https://hackage.haskell.org/packages/archive/text-rope/0.2/text-rope-0.2.tar.gz
- sha256sums =
b14422855e9cc375a31c22758454013ac629671331de6ccb77b496509bcae78b
+ source =
https://hackage.haskell.org/packages/archive/text-rope/0.3/text-rope-0.3.tar.gz
+ sha256sums =
bfafee27b63885b19eb58120cc97771d127aa8ba9f141f03044d1ac476699337
pkgname = haskell-text-rope
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=text-rope
pkgname=haskell-text-rope
-pkgver=0.2
-pkgrel=30
+pkgver=0.3
+pkgrel=1
pkgdesc="Text lines and ropes"
url="https://github.com/Bodigrim/text-rope"
license=("BSD")
@@ -11,7 +11,7 @@ arch=('x86_64')
depends=('ghc-libs' 'haskell-vector')
makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-quickcheck')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('b14422855e9cc375a31c22758454013ac629671331de6ccb77b496509bcae78b')
+sha256sums=('bfafee27b63885b19eb58120cc97771d127aa8ba9f141f03044d1ac476699337')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-text-rope/-/commit/c61f9bba5c086a4570fa36a829440992e1e259fa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-text-rope/-/commit/c61f9bba5c086a4570fa36a829440992e1e259fa
You're receiving this email because of your account on gitlab.archlinux.org.