diff options
author | Tomasz Żok | 2017-04-04 14:14:18 +0200 |
---|---|---|
committer | Tomasz Żok | 2017-04-04 14:14:18 +0200 |
commit | e20181433d54a0639d02dcc1488c55245ee087bd (patch) | |
tree | c1e312b7264cd44bb52717dc5208c6bf825f81b3 /PKGBUILD | |
parent | 4eb24a364cdd6716e7f97875229b827a87a097ef (diff) | |
download | aur-e20181433d54a0639d02dcc1488c55245ee087bd.tar.gz |
Update to v1.6.8-2017mar28
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Maintainer: Tomasz Zok <tomasz.zok [at] gmail.com> pkgname=x3dna-dssr -pkgver=1.6.7_20170314 +pkgver=1.6.8_20170328 pkgrel=1 pkgdesc="DSSR, an integrated software tool for Dissecting the Spatial Structure of RNA. Please see: http://forum.x3dna.org/site-announcements/download-instructions/" arch=('x86_64') @@ -8,7 +8,7 @@ url="http://x3dna.org/" license=('custom') depends=('glibc') source=("${pkgname}.md5") -md5sums=('4ae01530362e3aec367e9f62396163de') +md5sums=('12cdf0c8c017f0c92ba446b842fd3bfa') package() { if [[ ! -r "../${pkgname}" ]]; then |