Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / palp
Commits: bd6e9ec3 by Antonio Rojas at 2024-09-11T12:39:58+02:00 Updated source Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/palp/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,13 @@ pkgbase = palp pkgdesc = A Package for analyzing Lattice Polytopes pkgver = 2.21 - pkgrel = 2 + pkgrel = 3 epoch = 1 url = http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html arch = x86_64 license = GPL-3.0-only depends = glibc source = https://gitlab.com/stringstuwien/PALP/-/archive/v2.21/PALP-v2.21.tar.gz - sha256sums = 8cb5cb9289b2ac88618c792f7720de1a3c08b4b43da7393553d6b68cc3548711 + sha256sums = f421add02f1508f1825f364701a2d52562e58324b171bc7f252dfa033e6ee0bc pkgname = palp ===================================== PKGBUILD ===================================== @@ -3,14 +3,14 @@ pkgname=palp epoch=1 pkgver=2.21 -pkgrel=2 +pkgrel=3 pkgdesc='A Package for analyzing Lattice Polytopes' arch=(x86_64) url='http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html' license=(GPL-3.0-only) depends=(glibc) source=(https://gitlab.com/stringstuwien/PALP/-/archive/v$pkgver/PALP-v$pkgver.tar.gz) -sha256sums=('8cb5cb9289b2ac88618c792f7720de1a3c08b4b43da7393553d6b68cc3548711') +sha256sums=('f421add02f1508f1825f364701a2d52562e58324b171bc7f252dfa033e6ee0bc') build() { cd PALP-v$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/palp/-/commit/bd6e9ec3d21dbaeb0b62b2aa3b5d54193267f7b6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/palp/-/commit/bd6e9ec3d21dbaeb0b62b2aa3b5d54193267f7b6 You're receiving this email because of your account on gitlab.archlinux.org.
