Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / mk-configure
Commits: a1adf316 by Sergej Pupykin at 2023-12-09T22:12:07+03:00 upgpkg: 0.38.3-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = mk-configure + pkgdesc = Lightweight replacement for GNU autotools + pkgver = 0.38.3 + pkgrel = 1 + url = https://github.com/cheusov/mk-configure + arch = any + license = BSD + makedepends = bmake + makedepends = bmkdep + depends = bash + depends = gawk + source = https://github.com/cheusov/mk-configure/archive/mk-configure-0.38.3.tar.gz + sha256sums = 7f787d59777a2af8dfbbb0fa4ee753efebbf46bea83b4b99fa62bebc13f6ebed + +pkgname = mk-configure ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Maintainer: Stefan Husmann <[email protected]> pkgname=mk-configure -pkgver=0.38.2 +pkgver=0.38.3 pkgrel=1 pkgdesc="Lightweight replacement for GNU autotools" arch=('any') @@ -13,7 +13,7 @@ url="https://github.com/cheusov/mk-configure" license=('BSD') depends=('bash' 'gawk') source=("https://github.com/cheusov/$pkgname/archive/$pkgname-$pkgver.tar.gz") -sha256sums=('4e25f5644fc7930a89127b6436e534a0ef2e041d55566deb78fc9bf6c0bfd136') +sha256sums=('7f787d59777a2af8dfbbb0fa4ee753efebbf46bea83b4b99fa62bebc13f6ebed') build() { cd $pkgname-$pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mk-configure/-/commit/a1adf3166f4943ace56f25ca052c0c2d2734278d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mk-configure/-/commit/a1adf3166f4943ace56f25ca052c0c2d2734278d You're receiving this email because of your account on gitlab.archlinux.org.
