Balló György pushed to branch main at Arch Linux / Packaging / Packages / polyml
Commits: d305c469 by Balló György at 2024-09-24T08:25:05+02:00 upgpkg: 5.9.1-3 - Remove conflict with mesa-demos The binary 'poly' has been renamed in the mesa-demos package to avoid conflict: https://gitlab.archlinux.org/archlinux/packaging/packages/mesa-demos/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,12 @@ pkgbase = polyml pkgdesc = Standard ML compiler originally written in Poly pkgver = 5.9.1 - pkgrel = 2 + pkgrel = 3 url = https://polyml.org/ arch = x86_64 license = LGPL depends = gmp depends = libffi - conflicts = mesa-demos options = !libtool source = polyml-5.9.1.tar.gz::https://github.com/polyml/polyml/archive/v5.9.1.tar.gz sha256sums = 52f56a57a4f308f79446d479e744312195b298aa65181893bce2dfc023a3663c ===================================== PKGBUILD ===================================== @@ -4,12 +4,11 @@ pkgname=polyml pkgver=5.9.1 -pkgrel=2 +pkgrel=3 pkgdesc='Standard ML compiler originally written in Poly' arch=(x86_64) url='https://polyml.org/' license=(LGPL) -conflicts=(mesa-demos) options=(!libtool) depends=(gmp libffi) source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/polyml/-/commit/d305c4692414f90393d309c10365d89b44f7e22c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/polyml/-/commit/d305c4692414f90393d309c10365d89b44f7e22c You're receiving this email because of your account on gitlab.archlinux.org.
