Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-pointedlist


Commits:
3501b5b7 by Jakub Klinkovský at 2024-12-15T15:17:56+01:00
upgpkg: 0.6.1-2: fix invalid scheme in the url field

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,8 +1,8 @@
 pkgbase = haskell-pointedlist
        pkgdesc = A zipper-like comonad which works as a list, tracking a 
position.
        pkgver = 0.6.1
-       pkgrel = 1
-       url = git://github.com/jeffwheeler/pointedlist.git
+       pkgrel = 2
+       url = https://github.com/jeffwheeler/pointedlist
        arch = x86_64
        license = BSD
        makedepends = ghc


=====================================
PKGBUILD
=====================================
@@ -3,9 +3,9 @@
 _hkgname=pointedlist
 pkgname=haskell-pointedlist
 pkgver=0.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A zipper-like comonad which works as a list, tracking a position."
-url="git://github.com/jeffwheeler/pointedlist.git"
+url="https://github.com/jeffwheeler/pointedlist";
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-pointedlist/-/commit/3501b5b7ebb1822176edcb418183f7fc6dda4a58

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


Reply via email to