summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornarunlifescience2020-05-07 04:43:51 +0530
committernarunlifescience2020-05-07 04:43:51 +0530
commitc8d5628064be234eef20e3b6db249bf56e19f0f3 (patch)
tree6a3db404edd90d9530df1352a7f9fe4df84e9d21 /PKGBUILD
parentd0dc3a73ec11792075de97c21d995500727cb203 (diff)
downloadaur-c8d5628064be234eef20e3b6db249bf56e19f0f3.tar.gz
change source to release sourcecode.zip
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d75c26e1aaa7..3a9b769ae637 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Arun Narayanankutty <n.arun.lifescience@gmail.com>
pkgname=alphaplot
-pkgver=1.01_alpha_git
+pkgver=1.011A
pkgrel=1
pkgdesc="Application for Scientific Data Analysis and Visualization, fork of SciDavis / QtiPlot"
url='http://alphaplot.sourceforge.net/'
@@ -13,9 +13,9 @@ makedepends=('boost' 'cmake' 'qt5-tools' 'qt5-datavis3d')
depends=('gsl' 'glu' 'mesa' 'shared-mime-info' 'desktop-file-utils')
# source download from git repo & prepare
-source=(git+https://github.com/narunlifescience/alphaplot.git)
+source=(https://sourceforge.net/projects/alphaplot/files/1.011/AlphaPlot%20Release%202020-2.zip)
install=${pkgname}.install
-sha256sums=('SKIP')
+sha256sums=('ec561634dd26643072d3f841c4823e957af30c67c49a20c894bb38d2e2757dea08e2f2c185903e566bc13dbfff31bae953a1c56063c96c60cb5357400f40aea5')
prepare() {
cd "${srcdir}"
}