summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--mesasdk.install2
3 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5c17a5b97d3..860ff4c0a411 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mesasdk
pkgdesc = Software development kit for use with the MESA stellar evolution code
pkgver = 20160129
- pkgrel = 1
+ pkgrel = 2
url = http://www.astro.wisc.edu/~townsend/static.php?ref=mesasdk
install = mesasdk.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2143fdae3578..6bbe4f3e6f55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mesasdk
pkgdesc="Software development kit for use with the MESA stellar evolution code"
pkgver=20160129
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="http://www.astro.wisc.edu/~townsend/static.php?ref=mesasdk"
provides=('mesasdk')
diff --git a/mesasdk.install b/mesasdk.install
index 3f2fb9639da0..fadef0ce043b 100644
--- a/mesasdk.install
+++ b/mesasdk.install
@@ -1,5 +1,7 @@
post_install() {
echo "Installed MESA SDK to /opt/mesasdk"
+ /opt/mesasdk/libexec/gcc/x86_64-pc-linux-gnu/5.3.1/install-tools/mkheaders /opt/mesasdk
+ echo "Fixed header files"
}
post_upgrade() {