summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosiah Schwab2019-05-01 09:13:40 -0700
committerJosiah Schwab2019-05-01 09:13:40 -0700
commit76a47a205d0af9f1684ff61fd5cc85fa20359cec (patch)
tree6447b7dd10d65bfeb608d1f53bb421b0e2715802
parentd4966a7b6813d6e62985b58fe29d511c4f4e18a6 (diff)
downloadaur-76a47a205d0af9f1684ff61fd5cc85fa20359cec.tar.gz
Update to re-released 20190429 version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce4a7a48ca41..1fff77af990c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Apr 30 18:49:21 UTC 2019
+# Wed May 1 16:13:23 UTC 2019
pkgbase = mesasdk
pkgdesc = Software development kit for use with the MESA stellar evolution code
pkgver = 20190429
- pkgrel = 1
+ pkgrel = 2
url = http://www.astro.wisc.edu/~townsend/static.php?ref=mesasdk
install = mesasdk.install
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = mesasdk
provides = mesasdk
options = !strip
source = http://www.astro.wisc.edu/~townsend/resource/download/mesasdk/mesasdk-x86_64-linux-20190429.tar.gz
- sha1sums = 7c3f15f9655c3216d38943f3010c7584090bd0a9
+ sha1sums = 8e71a84036531677f28e321867adf3ef5eb8f6aa
pkgname = mesasdk
diff --git a/PKGBUILD b/PKGBUILD
index 1f479dba78f0..de1c92715a34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=mesasdk
pkgdesc="Software development kit for use with the MESA stellar evolution code"
pkgver=20190429
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="http://www.astro.wisc.edu/~townsend/static.php?ref=mesasdk"
provides=('mesasdk')
depends=('binutils' 'make' 'perl' 'libx11' 'zlib' 'tcsh' 'glibc')
install=mesasdk.install
source=("http://www.astro.wisc.edu/~townsend/resource/download/${pkgname}/${pkgname}-x86_64-linux-${pkgver}.tar.gz")
-sha1sums=('7c3f15f9655c3216d38943f3010c7584090bd0a9')
+sha1sums=('8e71a84036531677f28e321867adf3ef5eb8f6aa')
options=('!strip')
package() {