summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBitals2023-03-06 22:07:12 +0300
committerBitals2023-03-06 22:07:12 +0300
commit6ca1821db883e86b01fcb4eaec3f3cfd9dc4e9bb (patch)
tree6536f51e6690ad7acf47ef70c96940981603afed
parent5c5b779615b8906d8fcae77a137846e3e997e22a (diff)
parentb5294c0463d2f2ae09d7ba69aa734650e3491ac5 (diff)
downloadaur-6ca1821db883e86b01fcb4eaec3f3cfd9dc4e9bb.tar.gz
6.2.0
-rw-r--r--.SRCINFO19
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e89e2d459f9f..ae09ca44f6af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = snapgene
- pkgdesc = Software for plasmid mapping, primer design, and restriction site analysis
- pkgver = 6.2.0
- pkgrel = 2
- url = http://www.snapgene.com/products/snapgene/
- arch = x86_64
- license = custom
- source = https://cdn.snapgene.com/downloads/SnapGene/6.x/6.2/6.2.0/snapgene_6.2.0_linux.rpm
- sha512sums = 7163910825bc701b4c4a5671bf2279b860531f2560a39b7f4d19a83b176790d533c599b8770d886800944d510cafa73896a0ed1d6691559421e9ab0a61595f3c
-
-pkgname = snapgene
+pkgdesc = Software for plasmid mapping, primer design, and restriction site analysis
+pkgver = 6.2.0
+pkgrel = 2
+url = http://www.snapgene.com/products/snapgene/
+arch = x86_64
+license = custom
+source = https://cdn.snapgene.com/downloads/SnapGene/6.x/6.2/6.2.0/snapgene_6.2.0_linux.rpm
+sha512sums = e527187319af16019070cad1ca78d7db69770b3c8dc2c8c4ebb052474c94847abbc1a31647931b2b01388ea395de5a27a05555ca95c8509440f5d25c81b09e70
+pkgname = snapgene \ No newline at end of file
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..1c204170eec3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+snapgene_*_linux.rpm
diff --git a/PKGBUILD b/PKGBUILD
index a992b8ec2acc..69db975ae4b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@ pkgname=snapgene
pkgver=6.2.0
_pkgver_major=$(cut -d '.' -f 1 <<<"$pkgver")
_pkgver_major_middle=$(cut -d '.' -f 1-2 <<<"$pkgver")
-pkgrel=2
+pkgrel=1
pkgdesc='Software for plasmid mapping, primer design, and restriction site analysis'
arch=('x86_64')
url='http://www.snapgene.com/products/snapgene/'
license=('custom')
# A valid licence is required to use the full version of snapgene
source=("https://cdn.snapgene.com/downloads/SnapGene/"$_pkgver_major".x/"$_pkgver_major_middle"/"$pkgver"/snapgene_"$pkgver"_linux.rpm")
-sha512sums=('7163910825bc701b4c4a5671bf2279b860531f2560a39b7f4d19a83b176790d533c599b8770d886800944d510cafa73896a0ed1d6691559421e9ab0a61595f3c')
+sha512sums=('e527187319af16019070cad1ca78d7db69770b3c8dc2c8c4ebb052474c94847abbc1a31647931b2b01388ea395de5a27a05555ca95c8509440f5d25c81b09e70')
package() {
cd "$pkgdir"