summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--ancestris.install35
2 files changed, 5 insertions, 44 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2993f8a24495..92893dc33090 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
-# Generated by mksrcinfo v7
-# Mon Oct 12 17:08:54 UTC 2015
+# Generated by mksrcinfo v8
+# Sun Jan 1 19:02:26 UTC 2017
pkgbase = ancestris
pkgdesc = Ancestris is a genealogy program written in Java
- pkgver = 0.8
+ pkgver = 0.9
pkgrel = 1
url = http://ancestris.org/
- install = ancestris.install
arch = any
license = CDDL
license = GPL
@@ -14,13 +13,10 @@ pkgbase = ancestris
depends = libxtst
depends = giflib
depends = atk
- provides = ancestris
- source = http://www.ancestris.org/mw/mw-base/compteur_dl.php?/dl/pub/ancestris/releases/ancestris_0.8-0-20150521.zip
- source = ancestris.install
+ source = http://ancestris.org//mw/mw-base/compteur_dl.php?/dl/pub/ancestris/releases/ancestris_0.9-0-20161221.zip
source = ancestris.desktop
source = ancestris.png
- md5sums = 4307e7badb913ae304793043a791230a
- md5sums = 4252d135a228c77f49a651225c037e07
+ md5sums = b0e31a340bebb676f6f6679a055c1185
md5sums = 2d23096eea04659d55dc6d45fb57cc37
md5sums = bae346ed409e57d174386cd7db583ff5
diff --git a/ancestris.install b/ancestris.install
deleted file mode 100644
index e986c260b89f..000000000000
--- a/ancestris.install
+++ /dev/null
@@ -1,35 +0,0 @@
-# This is a default template for a post-install scriptlet. You can
-# remove any functions you don't need (and this header).
-
-# arg 1: the new package version
-pre_install() {
- /bin/true
-}
-
-# arg 1: the new package version
-post_install() {
- update-desktop-database >/dev/null 2>&1
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-pre_upgrade() {
- /bin/true
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- update-desktop-database >/dev/null 2>&1
-}
-
-# arg 1: the old package version
-pre_remove() {
- /bin/true
-}
-
-# arg 1: the old package version
-post_remove() {
- update-desktop-database >/dev/null 2>&1
-}
-