summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-02-13 21:43:15 +0800
committerlilac2021-02-13 21:43:15 +0800
commit462726da169051836c066f5aa9cbbb0858e7800d (patch)
tree9b715ecf5c9a13ad7f5feb2b795503b746b033a6
parenta4e2fbfae05e81904f89199de369d71ad7643762 (diff)
downloadaur-462726da169051836c066f5aa9cbbb0858e7800d.tar.gz
[lilac] updated to 1.4.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a89b680dbe1d..8ae95c1b0878 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = libpasastro
pkgdesc = Provide Pascal interface for standard astronomy libraries
- pkgver = 1.4.0
- pkgrel = 2
+ pkgver = 1.4.1
+ pkgrel = 1
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#commit=e3c218d1502a18cae858c83a9a8812ab197fcb60
+ source = git+https://github.com/pchev/libpasastro.git#tag=v1.4.1
sha256sums = SKIP
pkgname = libpasastro
diff --git a/PKGBUILD b/PKGBUILD
index 01466c06a48a..e8a50994aaed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Anatoly V. Beregovoy <avberegovoy@gmail.com>
pkgname=libpasastro
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
_pkgver="v$pkgver"
pkgdesc="Provide Pascal interface for standard astronomy libraries"
arch=('x86_64')
@@ -12,9 +12,7 @@ license=('GPL')
depends=('gcc-libs')
makedepends=('git')
options=()
-# 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")
+source=("git+https://github.com/pchev/libpasastro.git#tag=$_pkgver")
sha256sums=('SKIP')
build() {