Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / perl-io-tty
Commits: 33f17c13 by Sergej Pupykin at 2023-12-09T22:21:13+03:00 upgpkg: 1.18-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = perl-io-tty + pkgdesc = Provide an interface to TTYs and PTYs + pkgver = 1.18 + pkgrel = 1 + url = https://search.cpan.org/dist/IO-Tty/ + arch = x86_64 + license = GPL + license = PerlArtistic + depends = glibc + options = !emptydirs + source = https://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IO-Tty-1.18.tar.gz + sha256sums = b0e45b186e4ca54636b1f15111ec0fee86b993e23db529aacb4759df946792ff + +pkgname = perl-io-tty ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Charles Mauch <[email protected]> pkgname=perl-io-tty -pkgver=1.17 -pkgrel=2 +pkgver=1.18 +pkgrel=1 pkgdesc="Provide an interface to TTYs and PTYs" arch=('x86_64') url="https://search.cpan.org/dist/IO-Tty/" @@ -11,7 +11,7 @@ license=("GPL" "PerlArtistic") depends=('glibc') options=('!emptydirs') source=("https://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IO-Tty-$pkgver.tar.gz") -sha256sums=('a5f1a83020bc5b5dd6c1b570f48c7546e0a8f7fac10a068740b03925ad9e14e8') +sha256sums=('b0e45b186e4ca54636b1f15111ec0fee86b993e23db529aacb4759df946792ff') build() { cd "$srcdir"/IO-Tty-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-io-tty/-/commit/33f17c13806d50437ebfc048d72c8a3887df9693 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-io-tty/-/commit/33f17c13806d50437ebfc048d72c8a3887df9693 You're receiving this email because of your account on gitlab.archlinux.org.
