summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorciappi2022-06-19 14:10:26 +0200
committerciappi2022-06-19 14:10:26 +0200
commit656d13b00fd3d642a6cd4858bf10dfc3675702e5 (patch)
tree2705b1013870814a381eec6b4bcc2ef2ec51fa45
parent94be9d0891278b59d1ae18842a36260e76b755fe (diff)
downloadaur-656d13b00fd3d642a6cd4858bf10dfc3675702e5.tar.gz
v0.6.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37379525969a..84fde13f94c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fortran-fpm
pkgdesc = A Fortran package manager and build system
- pkgver = 0.5.0
+ pkgver = 0.6.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.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
+ source = https://github.com/fortran-lang/fpm/releases/download/v0.6.0/fpm-0.6.0.zip
+ source = https://github.com/fortran-lang/fpm/releases/download/v0.6.0/fpm-0.6.0.F90
+ sha256sums = 365516f66b116a112746af043e8eccb3d854d6feb1fad0507c570433dacbf7be
+ sha256sums = 17a809d512618ddb083b1d8c546a2d98e704b10484f607df7b0b231ddc8ff277
pkgname = fortran-fpm
diff --git a/PKGBUILD b/PKGBUILD
index 43b43edcf9ca..c3da02225157 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ciappi <marco.scopesi@gmail.com>
pkgname=fortran-fpm
_pkgname=fpm
-pkgver=0.5.0
+pkgver=0.6.0
pkgrel=1
epoch=
pkgdesc="A Fortran package manager and build system"
@@ -22,8 +22,6 @@ 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=('e4a06956d2300f9aa1d06bd3323670480e946549617582e32684ded6921a921e'
- '53bba4d3d09d875d513ed4309a3defe414fa727dbcdeb38e4fdcf094e19c0257')
noextract=()
prepare() {
@@ -53,3 +51,5 @@ package() {
}
# vim:set ts=2 sw=2 et:
+sha256sums=('365516f66b116a112746af043e8eccb3d854d6feb1fad0507c570433dacbf7be'
+ '17a809d512618ddb083b1d8c546a2d98e704b10484f607df7b0b231ddc8ff277')