Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
shared_meataxe
Commits:
3d27dcf1 by Antonio Rojas at 2025-08-24T10:03:51+02:00
upgpkg: 1.0.2-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = shared_meataxe
pkgdesc = A set of programs for working with matrix representations
over finite fields
- pkgver = 1.0.1
- pkgrel = 3
+ pkgver = 1.0.2
+ pkgrel = 1
url = https://users.fmi.uni-jena.de/~king/SharedMeatAxe/
arch = x86_64
license = GPL-2.0-or-later
makedepends = git
depends = glibc
- source = git+https://github.com/simon-king-jena/SharedMeatAxe#tag=v1.0.1
- sha256sums =
7dd0a52c35ea518eb28dee8c454a6e0531ddf060ecf1ed407d3cae397ff57991
+ source = git+https://github.com/simon-king-jena/SharedMeatAxe#tag=v1.0.2
+ sha256sums =
dabd9b12b393c5dbb301c47335285633400592f9c3722d15d0dc8f15c3727b24
pkgname = shared_meataxe
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=shared_meataxe
-pkgver=1.0.1
-pkgrel=3
+pkgver=1.0.2
+pkgrel=1
pkgdesc='A set of programs for working with matrix representations over finite
fields'
arch=(x86_64)
url='https://users.fmi.uni-jena.de/~king/SharedMeatAxe/'
@@ -10,11 +10,11 @@ license=(GPL-2.0-or-later)
depends=(glibc)
makedepends=(git)
source=(git+https://github.com/simon-king-jena/SharedMeatAxe#tag=v$pkgver)
-sha256sums=('7dd0a52c35ea518eb28dee8c454a6e0531ddf060ecf1ed407d3cae397ff57991')
+sha256sums=('dabd9b12b393c5dbb301c47335285633400592f9c3722d15d0dc8f15c3727b24')
prepare() {
cd SharedMeatAxe
- autoreconf -vi
+ autoreconf -fiv
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/shared_meataxe/-/commit/3d27dcf113dfcd7a183e18697442a765412b475d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/shared_meataxe/-/commit/3d27dcf113dfcd7a183e18697442a765412b475d
You're receiving this email because of your account on gitlab.archlinux.org.