summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomasz Żok2018-01-04 13:39:55 +0100
committerTomasz Żok2018-01-04 13:39:55 +0100
commit25324f62d89cde3609742725b5a3bd7f38d564c8 (patch)
tree003fdc470a07bc62cb5528f59b757d19d4f32472 /PKGBUILD
parent2cf4a723a8143b06250f02203fe03c2799fba587 (diff)
downloadaur-25324f62d89cde3609742725b5a3bd7f38d564c8.tar.gz
Update to 2.47
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c4ac7d4242b..a7fc5011edcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tomasz Zok <tomasz.zok [at] gmail.com>
pkgname=xplor-nih
-pkgver=2.45
+pkgver=2.47
pkgrel=1
pkgdesc="XPLOR-NIH is a structure determination program which builds on the X-PLOR program, including additional tools developed at the NIH"
arch=('x86_64')
@@ -10,8 +10,8 @@ install=${pkgname}.install
depends=(ncurses5-compat-libs)
source=('LICENSE'
"${pkgname}.md5")
-md5sums=('de4f34dc4d9738669b57850f7ef77a71'
- '7e9a3ff2e1f59578fd266241482499ee')
+md5sums=('SKIP'
+ 'SKIP')
prepare() {
if [[ ! -r "../${pkgname}-${pkgver}-db.tar.gz" || ! -r "../${pkgname}-${pkgver}-Linux_x86_64.tar.gz" ]]; then
@@ -21,7 +21,7 @@ prepare() {
if ! md5sum --quiet --check ${pkgname}.md5; then
echo "Invalid checksum!"
return 1
- fi
+ fi
bsdtar xfz ../${pkgname}-${pkgver}-db.tar.gz
bsdtar xfz ../${pkgname}-${pkgver}-Linux_x86_64.tar.gz