summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--Makefile10
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc1b59ae330b..4ebeb81cc472 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opencoarrays
pkgdesc = A transport layer for coarray Fortran compilers.
- pkgver = 2.10.1
+ pkgver = 2.10.2
pkgrel = 1
url = https://github.com/sourceryinstitute/OpenCoarrays
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = opencoarrays
depends = mpich
depends = gcc-fortran
conflicts = opencoarrays-git
- source = https://github.com/sourceryinstitute/OpenCoarrays/releases/download/2.10.1/OpenCoarrays-2.10.1.tar.gz
- sha256sums = b04b8fa724e7e4e5addbab68d81d701414e713ab915bafdf1597ec5dd9590cd4
+ source = https://github.com/sourceryinstitute/OpenCoarrays/releases/download/2.10.2/OpenCoarrays-2.10.2.tar.gz
+ sha256sums = e13f0dc54b966b0113deed7f407514d131990982ad0fe4dea6b986911d26890c
pkgname = opencoarrays
diff --git a/Makefile b/Makefile
deleted file mode 100644
index fd433d3a2c2b..000000000000
--- a/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-all: .SRCINFO package
-
-clean:
- rm -rf pkg src *.gem *.pkg.*
-
-.SRCINFO: PKGBUILD
- makepkg --printsrcinfo > .SRCINFO
-
-package:
- makepkg -s
diff --git a/PKGBUILD b/PKGBUILD
index 16bd7879a376..ea8f52eb9339 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='opencoarrays'
_name='OpenCoarrays'
-pkgver=2.10.1
+pkgver=2.10.2
pkgrel=1
pkgdesc="A transport layer for coarray Fortran compilers."
arch=('x86_64')
@@ -22,7 +22,7 @@ install=
changelog=
noextract=()
source=("https://github.com/sourceryinstitute/OpenCoarrays/releases/download/${pkgver}/OpenCoarrays-${pkgver}.tar.gz")
-sha256sums=('b04b8fa724e7e4e5addbab68d81d701414e713ab915bafdf1597ec5dd9590cd4')
+sha256sums=(e13f0dc54b966b0113deed7f407514d131990982ad0fe4dea6b986911d26890c)
build() {