summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 825afdca8e22..a89b680dbe1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = libpasastro
pkgdesc = Provide Pascal interface for standard astronomy libraries
- pkgver = 1.3.0
+ pkgver = 1.4.0
pkgrel = 2
url = http://www.sourceforge.net/projects/libpasastro/
arch = x86_64
license = GPL
makedepends = git
depends = gcc-libs
- source = git+https://github.com/pchev/libpasastro.git#tag=v1.3.0
+ source = git+https://github.com/pchev/libpasastro.git#commit=e3c218d1502a18cae858c83a9a8812ab197fcb60
sha256sums = SKIP
pkgname = libpasastro
diff --git a/PKGBUILD b/PKGBUILD
index 614029dc1ddc..01466c06a48a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Anatoly V. Beregovoy <avberegovoy@gmail.com>
pkgname=libpasastro
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=2
_pkgver="v$pkgver"
pkgdesc="Provide Pascal interface for standard astronomy libraries"
@@ -12,7 +12,9 @@ license=('GPL')
depends=('gcc-libs')
makedepends=('git')
options=()
-source=("git+https://github.com/pchev/libpasastro.git#tag=$_pkgver")
+# Temporary using a commit hash to fix Makefile bug
+source=("git+https://github.com/pchev/libpasastro.git#commit=e3c218d1502a18cae858c83a9a8812ab197fcb60")
+#source=("git+https://github.com/pchev/libpasastro.git#tag=$_pkgver")
sha256sums=('SKIP')
build() {