[arch-commits] Commit in shared_meataxe/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Oct 2 09:53:08 UTC 2020


    Date: Friday, October 2, 2020 @ 09:53:07
  Author: arojas
Revision: 715273

Update to 1.0.1

Modified:
  shared_meataxe/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-02 09:23:32 UTC (rev 715272)
+++ PKGBUILD	2020-10-02 09:53:07 UTC (rev 715273)
@@ -1,17 +1,17 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=shared_meataxe
-pkgver=1.0
-pkgrel=4
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="A set of programs for working with matrix representations over finite fields"
 arch=(x86_64)
-url="http://users.minet.uni-jena.de/~king/SharedMeatAxe/"
+url="https://users.minet.uni-jena.de/~king/SharedMeatAxe/"
 license=(GPL)
 depends=(glibc)
 conflicts=(meataxe)
 replaces=('meataxe<=2.4.24-6')
-source=(http://users.minet.uni-jena.de/~king/SharedMeatAxe/$pkgname-$pkgver.tar.gz)
-sha256sums=('e45b0dc325f841d5c160c1eb03daa6587506220ad6ee5823397b4bf2fbd8fdb9')
+source=(https://github.com/simon-king-jena/SharedMeatAxe/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b8c5ff558712b266eef76a4ebc7a06e98cdef04cc46c542a1a725e318365969d')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list