Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / libmaa
Commits: 732a8beb by Sergej Pupykin at 2024-06-01T23:13:31+03:00 upgpkg: 1.5.1-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = libmaa + pkgdesc = Provides many low-level data structures which are helpful for writing compilers + pkgver = 1.5.1 + pkgrel = 1 + url = https://sourceforge.net/projects/dict/ + arch = x86_64 + license = GPL + makedepends = flex + makedepends = mk-configure + makedepends = bmake + source = https://downloads.sourceforge.net/dict/libmaa-1.5.1.tar.gz + sha256sums = 3a30e25f038e99c4715125545516490d991fe3a505825cc832b1a956e31bf669 + +pkgname = libmaa ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Sergej Pupykin <[email protected]> pkgname=libmaa -pkgver=1.4.7 -pkgrel=2 +pkgver=1.5.1 +pkgrel=1 pkgdesc="Provides many low-level data structures which are helpful for writing compilers" url="https://sourceforge.net/projects/dict/" license=('GPL') @@ -10,7 +10,7 @@ arch=('x86_64') depends=() makedepends=('flex' 'mk-configure' 'bmake') source=("https://downloads.sourceforge.net/dict/${pkgname}-${pkgver}.tar.gz") -sha256sums=('4e01a9ebc5d96bc9284b6706aa82bddc2a11047fa9bd02e94cf8753ec7dcb98e') +sha256sums=('3a30e25f038e99c4715125545516490d991fe3a505825cc832b1a956e31bf669') build() { cd "${srcdir}/$pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libmaa/-/commit/732a8bebe80144189fb60644c51b359fc0fade0a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libmaa/-/commit/732a8bebe80144189fb60644c51b359fc0fade0a You're receiving this email because of your account on gitlab.archlinux.org.
