summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2021-02-13 21:43:15 +0800
committerlilac2021-02-13 21:43:15 +0800
commit462726da169051836c066f5aa9cbbb0858e7800d (patch)
tree9b715ecf5c9a13ad7f5feb2b795503b746b033a6 /PKGBUILD
parenta4e2fbfae05e81904f89199de369d71ad7643762 (diff)
downloadaur-462726da169051836c066f5aa9cbbb0858e7800d.tar.gz
[lilac] updated to 1.4.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
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() {