summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Weber2016-04-29 23:43:48 +0200
committerSteffen Weber2016-04-29 23:43:48 +0200
commit574807766a555076b047cbf99b0c892134afa18b (patch)
tree4f4154815728b02fb7af88496ccd41d2cc9e2ca6
parent95546aad4e0991f4681d4535f0773efc95245f41 (diff)
downloadaur-574807766a555076b047cbf99b0c892134afa18b.tar.gz
Update to 4.6
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
-rw-r--r--seaview.install13
3 files changed, 8 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a47cec15ad13..e7e41ef27d4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Fri Apr 29 21:43:29 UTC 2016
pkgbase = seaview
pkgdesc = GUI for multiple sequence alignment and molecular phylogeny
- pkgver = 4.5.4
+ pkgver = 4.6
pkgrel = 1
url = http://doua.prabi.fr/software/seaview
- install = seaview.install
arch = i686
arch = x86_64
license = GPL3
@@ -11,10 +12,10 @@ pkgbase = seaview
depends = fltk
optdepends = clustal-omega: alignment
optdepends = muscle: alignment
- source = ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/archive/seaview_4.5.4.tar.gz
+ source = ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/archive/seaview_4.6.tar.gz
source = seaview.desktop
source = seaview.sharedmimeinfo
- md5sums = 9c7797be6349bd5ad5dfa30297d3bd71
+ md5sums = e031093389bc7973625993817a1dcb73
md5sums = 94f13509470dd69f053ffc178884e292
md5sums = 9592a71ee55fa6edfbaddbce2d5469b9
diff --git a/PKGBUILD b/PKGBUILD
index 16602f888666..824059e8f442 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Nick B <Shirakawasuna at gmail _dot_com>
pkgname=seaview
-pkgver=4.5.4
+pkgver=4.6
pkgrel=1
pkgdesc="GUI for multiple sequence alignment and molecular phylogeny"
arch=('i686' 'x86_64')
@@ -11,11 +11,10 @@ license=('GPL3')
depends=('shared-mime-info' 'fltk')
optdepends=('clustal-omega: alignment'
'muscle: alignment')
-install='seaview.install'
source=("ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/$pkgname/archive/${pkgname}_${pkgver}.tar.gz"
'seaview.desktop'
'seaview.sharedmimeinfo')
-md5sums=('9c7797be6349bd5ad5dfa30297d3bd71'
+md5sums=('e031093389bc7973625993817a1dcb73'
'94f13509470dd69f053ffc178884e292'
'9592a71ee55fa6edfbaddbce2d5469b9')
@@ -25,7 +24,7 @@ build() {
}
package() {
- install -d $pkgdir/usr/{bin,share/{seaview,pixmaps,man/man1,applications,icons/hicolor/scalable/apps,mime/packages,doc/seaview}}
+ install -d $pkgdir/usr/{bin,share/{pixmaps,man/man1,applications,icons/hicolor/scalable/apps,mime/packages,doc/seaview}}
install -m644 seaview.desktop $pkgdir/usr/share/applications/
install -m644 seaview.sharedmimeinfo $pkgdir/usr/share/mime/packages/seaview.xml
diff --git a/seaview.install b/seaview.install
deleted file mode 100644
index 323ceed506f0..000000000000
--- a/seaview.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-mime-database usr/share/mime &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}