summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorciappi2021-11-26 20:50:01 +0100
committerciappi2021-11-26 20:50:01 +0100
commit94be9d0891278b59d1ae18842a36260e76b755fe (patch)
treea93cc0df35ea4c2f26cb6c7ab305e2abf82efb9c
parentabe979a2030972502abbf2c966615068e7827b8c (diff)
downloadaur-94be9d0891278b59d1ae18842a36260e76b755fe.tar.gz
v0.5.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16f5e25794eb..37379525969a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fortran-fpm
pkgdesc = A Fortran package manager and build system
- pkgver = 0.4.0
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/fortran-lang/fpm
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = fortran-fpm
makedepends = gcc-fortran
depends = git
conflicts = fpm
- source = https://github.com/fortran-lang/fpm/releases/download/v0.4.0/fpm-0.4.0.zip
- source = https://github.com/fortran-lang/fpm/releases/download/v0.4.0/fpm-0.4.0.F90
- sha256sums = cd9b80b7f40d9cf357ca8d5d4fe289fd32dfccb729bad7d2a68f245e4cdd0045
- sha256sums = f69c18364e43ca1ef69e19f44c28e2929e30c1b33d78821db96da49f086963f9
+ source = https://github.com/fortran-lang/fpm/releases/download/v0.5.0/fpm-0.5.0.zip
+ source = https://github.com/fortran-lang/fpm/releases/download/v0.5.0/fpm-0.5.0.F90
+ sha256sums = e4a06956d2300f9aa1d06bd3323670480e946549617582e32684ded6921a921e
+ sha256sums = 53bba4d3d09d875d513ed4309a3defe414fa727dbcdeb38e4fdcf094e19c0257
pkgname = fortran-fpm
diff --git a/PKGBUILD b/PKGBUILD
index 40762f8f6a15..43b43edcf9ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ciappi <marco.scopesi@gmail.com>
pkgname=fortran-fpm
_pkgname=fpm
-pkgver=0.4.0
+pkgver=0.5.0
pkgrel=1
epoch=
pkgdesc="A Fortran package manager and build system"
@@ -22,8 +22,8 @@ install=
changelog=
source=("https://github.com/fortran-lang/fpm/releases/download/v$pkgver/$_pkgname-$pkgver.zip"
"https://github.com/fortran-lang/fpm/releases/download/v$pkgver/"$_pkgname-$pkgver.F90)
-sha256sums=('cd9b80b7f40d9cf357ca8d5d4fe289fd32dfccb729bad7d2a68f245e4cdd0045'
- 'f69c18364e43ca1ef69e19f44c28e2929e30c1b33d78821db96da49f086963f9')
+sha256sums=('e4a06956d2300f9aa1d06bd3323670480e946549617582e32684ded6921a921e'
+ '53bba4d3d09d875d513ed4309a3defe414fa727dbcdeb38e4fdcf094e19c0257')
noextract=()
prepare() {