summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorphyskets2019-08-06 22:06:58 +0530
committerphyskets2019-08-06 22:06:58 +0530
commit4c8e0c8d1b825ebfc9918506db4f756a19775d5d (patch)
tree139a4f4e227ccab858d8eca0aed0d2459fe88869 /PKGBUILD
parentcabc63698c7037fbb1734a26b891c9ba02a761ca (diff)
downloadaur-4c8e0c8d1b825ebfc9918506db4f756a19775d5d.tar.gz
update to 7Aug2019, use git tags
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a033c1db51c..307557b7b579 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,8 +21,8 @@ _ENABLE_KIM=0
_pkgname=lammps
pkgname=${_pkgname}-beta
-pkgver=20190802
-_pkgver="2Aug2019"
+pkgver=20190807
+_pkgver="7Aug2019"
#_pkgver=$(date -d ${pkgver} +%-d%b%Y)
pkgrel=1
pkgdesc="Large-scale Atomic/Molecular Massively Parallel Simulator"
@@ -33,8 +33,9 @@ depends=('fftw' 'openmpi')
makedepends=('cmake')
conflicts=('lammps')
provides=('lammps')
-source=("${_pkgname}-${_pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/patch_${_pkgver}.tar.gz")
-sha512sums=('59bf2ea6f0234a3eb7578429664e1257e03e6f4c52cb6631d560010114949d26e6be854addb5c8e5c293e51764c4ecb8143c3cb6cc005fb2b67f7969e4a418c1')
+install="${pkgname}.install"
+source=("git+https://github.com/${_pkgname}/${_pkgname}#tag=patch_${_pkgver}?signed")
+sha512sums=('SKIP')
# process the build settings from above
if (( $_ENABLE_INTEL_COMPILER )); then