Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / perl-curses
Commits: f4700792 by Sergej Pupykin at 2024-05-04T17:16:30+03:00 upgpkg: 1.45-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = perl-curses + pkgdesc = Character screen handling and windowing + pkgver = 1.45 + pkgrel = 1 + url = https://search.cpan.org/dist/Curses + arch = x86_64 + license = GPL + license = PerlArtistic + depends = perl + depends = ncurses + options = !emptydirs + source = https://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/Curses-1.45.tar.gz + sha512sums = 91b55022505948609a3dff4bb7a5b0c27089b31201093e74d5c899a1ecb82cc8d59cca17cf5bb1c132c268a7151bda5d35572e85635bec0d2228ce56ff957be6 + +pkgname = perl-curses ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Francois Charette <[email protected]> pkgname=perl-curses -pkgver=1.44 -pkgrel=2 +pkgver=1.45 +pkgrel=1 pkgdesc="Character screen handling and windowing" arch=('x86_64') url="https://search.cpan.org/dist/Curses" @@ -12,7 +12,7 @@ license=('GPL' 'PerlArtistic') depends=('perl' 'ncurses') options=('!emptydirs') source=(https://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/Curses-$pkgver.tar.gz) -sha512sums=('2c7f9ad9971c1afe6c1bee59581466f848ab1128e546effccd2118cb7bce1962ec7f6a8da60be3cdd1405f6b0a44f7c29c5f7900cbc436940592b1075fbfb6f7') +sha512sums=('91b55022505948609a3dff4bb7a5b0c27089b31201093e74d5c899a1ecb82cc8d59cca17cf5bb1c132c268a7151bda5d35572e85635bec0d2228ce56ff957be6') build() { cd "$srcdir"/Curses-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-curses/-/commit/f4700792da49c2dd08b0b2cd464c17d742ebabee -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-curses/-/commit/f4700792da49c2dd08b0b2cd464c17d742ebabee You're receiving this email because of your account on gitlab.archlinux.org.
