Skip to content

Commit

Permalink
Update PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
3rav committed Jan 21, 2021
1 parent 0c2c38a commit 77627d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-libexodus/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Rafał Brzegowy <rafal.brzegowy@yahoo.com>

_realname=libexodus
_releases=2021-01-06
_releases=2021-01-20
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=8.08
pkgver=8.09
pkgrel=1
pkgdesc="EXODUS is a model developed to store and retrieve data for finite element analyses (mingw-w64)"
arch=('any')
Expand All @@ -14,7 +14,7 @@ makedepends=("unzip"
url="https://gsjaardema.github.io/seacas/"
license=('BSD')
source=("https://github.com/gsjaardema/seacas/archive/v${_releases}.zip")
sha256sums=('69CAFEF17D8E624C2D9871F3A281FF3690116A6F82162FE5C1507BB4ECD6A32A')
sha256sums=('6FF7C3F0651138F2E2305B5270108CA45F96346A739B35A126A0A260C91CBE64')
noextract=("v${_releases}.zip") # bsdtar could not unpack this archive

prepare() {
Expand Down

0 comments on commit 77627d6

Please sign in to comment.