summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntony Lee2020-05-15 12:36:43 +0200
committerAntony Lee2020-05-15 12:36:43 +0200
commitfacc9f75cdf78c26b3e0c3f0a43f294c7d80aa07 (patch)
treefe607b5fc6f0df2b97a887a5e7ccf46bd659fdc5
parentc67a2b7388302447cb17147707bf635d6d992ba7 (diff)
downloadaur-facc9f75cdf78c26b3e0c3f0a43f294c7d80aa07.tar.gz
Update to 5.1.2; skip the checksum.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36fd0aba15fe..5da6bb71e82f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = snapgene-viewer
pkgdesc = Software for plasmid mapping, primer design, and restriction site analysis
- pkgver = 5.0.7
+ pkgver = 5.1.2
pkgrel = 1
url = http://www.snapgene.com/products/snapgene_viewer/
arch = x86_64
license = custom
- source = https://cdn.snapgene.com/downloads/SnapGeneViewer/5.x/5.0/5.0.7/snapgene_viewer_5.0.7_linux.rpm
- sha512sums = bf1f3e2c144e42e40484bc9d7c14440421634a34b39dbcd7f6a4cbdc084decae8f9bdb6ec807f6cffa46842088065bbcb224d13a8baaad3fbd963d2b6e9cbecd
+ source = https://cdn.snapgene.com/downloads/SnapGeneViewer/5.x/5.1/5.1.2/snapgene_viewer_5.1.2_linux.rpm
+ sha512sums = SKIP
pkgname = snapgene-viewer
diff --git a/PKGBUILD b/PKGBUILD
index 33346c296fcc..fde52cb5d557 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ license=('custom')
_dlurl="https://www.snapgene.com/local/targets/viewer_download.php?os=linux_rpm&majorRelease=latest&minorRelease=latest"
source=("$(curl --silent --head --location "$_dlurl" | grep -Po 'Location: \K.*rpm' | tail -n1 )")
pkgver="$(grep -Po '\d(\d|\.)+\d' <<< "$source" | tail -n1)"
-sha512sums=('bf1f3e2c144e42e40484bc9d7c14440421634a34b39dbcd7f6a4cbdc084decae8f9bdb6ec807f6cffa46842088065bbcb224d13a8baaad3fbd963d2b6e9cbecd')
+sha512sums=('SKIP')
package() {
cd "$pkgdir"