Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / palp
Commits:
ffd6b4fb by Antonio Rojas at 2024-09-11T12:44:33+02:00
upgpkg: 1:2.21-4: Build from git
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,14 @@
pkgbase = palp
pkgdesc = A Package for analyzing Lattice Polytopes
pkgver = 2.21
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html
arch = x86_64
license = GPL-3.0-only
+ makedepends = git
depends = glibc
- source =
https://gitlab.com/stringstuwien/PALP/-/archive/v2.21/PALP-v2.21.tar.gz
- sha256sums =
f421add02f1508f1825f364701a2d52562e58324b171bc7f252dfa033e6ee0bc
+ source = git+https://gitlab.com/stringstuwien/PALP#tag=v2.21
+ sha256sums =
6d198252f03de53a0949d10c5b90af80daa1bc0f9030ea879ac12c6f0d50839f
pkgname = palp
=====================================
PKGBUILD
=====================================
@@ -3,22 +3,23 @@
pkgname=palp
epoch=1
pkgver=2.21
-pkgrel=3
+pkgrel=4
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=('f421add02f1508f1825f364701a2d52562e58324b171bc7f252dfa033e6ee0bc')
+makedepends=(git)
+source=(git+https://gitlab.com/stringstuwien/PALP#tag=v$pkgver)
+sha256sums=('6d198252f03de53a0949d10c5b90af80daa1bc0f9030ea879ac12c6f0d50839f')
build() {
- cd PALP-v$pkgver
+ cd PALP
make all-dims
}
package() {
- cd PALP-v$pkgver
+ cd PALP
for _exe in *.x; do
install -Dm755 $_exe -t "$pkgdir"/usr/bin
done
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/palp/-/commit/ffd6b4fbfa32e3d217945abe9b1be69d404ac5ea
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/palp/-/commit/ffd6b4fbfa32e3d217945abe9b1be69d404ac5ea
You're receiving this email because of your account on gitlab.archlinux.org.